Player can't login if he don't have "_" in his name
#5

Did it like this :

pawn Код:
new sendername[MAX_PLAYER_NAME];
            GetPlayerName(playerid, sendername, sizeof(sendername));
            new namestring = strfind(sendername, "_", true);
            if(namestring == -1)
            {
                SendClientMessage(playerid, COLOR_YELLOW, "Your name Would be Cooler if it is Firstname_Lastname format.");
                return 1;
            }
it complied but..he don't move to "Are you Male or Female" or what is your birthdate then the tutorial
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)