24.07.2011, 15:40
Hi , i got 2 questions , First :
how to make a player free for 5 seconds once he enter ANY interior then he get Unfrozen
Second :
I am using a GF Edit - And i want to make that players don't get kicked if they have non-rp name
I Think this is the part which kick the player - But when i remove it , it Crashes my Pawno.
Can someone help ?
how to make a player free for 5 seconds once he enter ANY interior then he get Unfrozen
Second :
I am using a GF Edit - And i want to make that players don't get kicked if they have non-rp name
I Think this is the part which kick the player - But when i remove it , it Crashes my Pawno.
Код:
new sendername[MAX_PLAYER_NAME]; GetPlayerName(playerid, sendername, sizeof(sendername)); new namestring = strfind(sendername, "_", true); if(namestring == -1) { SendClientMessage(playerid, COLOR_YELLOW, "Your name must be in the Firstname_Lastname format."); Kick(playerid); return 1; } else {