2 Questions
#1

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.

Код:
		    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
			{
Can someone help ?
Reply


Messages In This Thread
2 Questions - by -CaRRoT - 24.07.2011, 15:40
Re: 2 Questions - by Finn - 24.07.2011, 15:45
Re: 2 Questions - by Sil3nc3 - 24.07.2011, 15:48
Re: 2 Questions - by MadeMan - 24.07.2011, 16:03
Re: 2 Questions - by linuxthefish - 24.07.2011, 16:04
Re: 2 Questions - by -CaRRoT - 24.07.2011, 16:13
Re: 2 Questions - by Sil3nc3 - 24.07.2011, 16:18
Re: 2 Questions - by -CaRRoT - 24.07.2011, 16:21
Re: 2 Questions - by Sil3nc3 - 24.07.2011, 16:21
Re: 2 Questions - by -CaRRoT - 24.07.2011, 17:31

Forum Jump:


Users browsing this thread: 1 Guest(s)