Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- new str[128];
- new condisname[MAX_PLAYER_NAME];
- GetPlayerName(playerid, condisname, sizeof(condisname));
- mysql_real_escape_string(condisname, condisname);
- format(str, sizeof(str),"SELECT `Name` FROM `players` WHERE `Name` = '%s'", condisname);
- mysql_function_query(1, str, true, "OnPlayerRegCheck","d", playerid);
- mysql_store_result(1);
Advertisement
Add Comment
Please, Sign In to add comment