Problem with ZCMD.
#1

I'm having a little problem, I have never had it. Also I have ZCMD include.

Код:
C:\Documents and Settings\Vegas\Desktop\Balkan Thug Life STL\gamemodes\BTLRP.pwn(101211) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Vegas\Desktop\Balkan Thug Life STL\gamemodes\BTLRP.pwn(101211) : error 017: undefined symbol "cmd_snowof"
C:\Documents and Settings\Vegas\Desktop\Balkan Thug Life STL\gamemodes\BTLRP.pwn(101211) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Vegas\Desktop\Balkan Thug Life STL\gamemodes\BTLRP.pwn(101211) : fatal error 107: too many error messages on one line
Код:
CMD:snowof(playerid, params[])
{
	if(PlayerInfo[playerid][pAdmin] != 1338) return SCM(playerid, COLOR_RED, "Niste ovlasteni.");
	foreach(Player, i)
	{
	DeleteSnow(i);
	}
	return 1;
}
Reply


Messages In This Thread
Problem with ZCMD. - by Vegas. - 04.11.2012, 11:08
Re: Problem with ZCMD. - by JaKe Elite - 04.11.2012, 11:10
Re: Problem with ZCMD. - by -=Dar[K]Lord=- - 04.11.2012, 11:10
Re: Problem with ZCMD. - by Deaglez - 04.11.2012, 11:10
Re: Problem with ZCMD. - by Vegas. - 04.11.2012, 11:11
Re: Problem with ZCMD. - by -=Dar[K]Lord=- - 04.11.2012, 11:12
Re: Problem with ZCMD. - by Vegas. - 04.11.2012, 11:13
Re: Problem with ZCMD. - by -=Dar[K]Lord=- - 04.11.2012, 11:15
Re: Problem with ZCMD. - by JaKe Elite - 04.11.2012, 11:15
Re: Problem with ZCMD. - by -=Dar[K]Lord=- - 04.11.2012, 11:17

Forum Jump:


Users browsing this thread: 1 Guest(s)