SA-MP Forums Archive
command not working - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: command not working (/showthread.php?tid=120471)



command not working - sggassasin - 11.01.2010

ok so here is my problem i have a code (as shown below) but when i use that command its just syays unknow command and dose nothing




Код:
if(PlayerInfo[playerid][Admin] >=5)
 	{
 	SetPlayerPos(playerid,3691.2345,1134.5243,91.9087);
	SendClientMessage(playerid, 0xFFFFFFAA, "Welcome To The Admin Hide Out");
	}
	else
	{
	SendClientMessage(playerid, 0xFFFFFFAA, "You Are Not Admin Go AWAY!");
	}



Re: command not working - FlatMaN - 11.01.2010

hmm..
pls paste the full cmd