changenick help
#1

Hello. I want to ask, how to check with dini o dudb if exists nickname in database with same characters (not udb_exists) because it doesnt include same nick but with diferent caps. eg, BuLLeT and Bullet. Function will say that username doesnt exist.
Reply
#2

pawn Код:
new string[MAX_PLAYER_NAME];
GetPlayerName(playerid, string, sizeof(string));
format(string, sizeof(string), "%s.ini", string);
if(dini_Exists(string))
{
  //do something
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)