03.08.2011, 13:58
Did it like this :
it complied but..he don't move to "Are you Male or Female" or what is your birthdate then the tutorial
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;
}