Question about nicknames
#4

Код:
public OnPlayerRequestSpawn( playerid )
{
	new nick[24]; GetPlayerName(playerid,nick,24);
	if(strcmp("[FCD]Thomas",nick,true) != 0 && GetPlayerSkin(playerid) == SKIN_ID){
		GameTextForPlayer(playerid, "~r~Only for [FCD]Thomas !! !",1000,3);
		return 0;
	}else
	return 1;
}
Reply


Messages In This Thread
Question about nicknames - by caribe88 - 17.07.2009, 18:59
Re: Question about nicknames - by Pawno_Master - 17.07.2009, 20:07
Re: Question about nicknames - by caribe88 - 17.07.2009, 22:37
Re: Question about nicknames - by Jefff - 17.07.2009, 22:49
Re: Question about nicknames - by caribe88 - 18.07.2009, 01:58
Re: Question about nicknames - by caribe88 - 18.07.2009, 02:06
Re: Question about nicknames - by Pawno_Master - 18.07.2009, 10:39
Re: Question about nicknames - by caribe88 - 18.07.2009, 23:23
Re: Question about nicknames - by Jamould - 19.07.2009, 02:14

Forum Jump:


Users browsing this thread: 2 Guest(s)