31.07.2012, 23:46
Hi, there are no errors shown by the compiler.. If I add my name to if(strcmp(playername, "Dan", true) == 0) it doesn't trigger...
But when I enter my password into the dialog, it doesn't proceed to spawn me in-game.
pawn Код:
SendClientMessage(playerid, COLOR_YELLOW, "Sorry, that name is too short, please change it.");
SendClientMessage(playerid, COLOR_YELLOW, "Please use the Firstname_Lastname format.");
SendClientMessage(playerid, COLOR_YELLOW, "Name Examples: Jhonny_John, Dan_Wilson, Sarah_Raven");
Kick(playerid);
return 1;