Help playerinfo
#1

Код:
C:\Users\aNdRe\Downloads\Horizon RP\Horizon RP\gamemodes\URP.pwn(1193) : error 017: undefined symbol "PlayerInfo"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
That's the error. And here's the line.

Код:
forward SendAdminMessage(color, string[]);
public SendAdminMessage(color, string[])
{
	foreach(Player, i)
	{
		if(PlayerInfo[i][pAdmin] >= 2)
		{
			SendClientMessageEx(i, color, string);
		}
	}
}
Help pls =( im just new on scripting only. ^_^
Reply


Messages In This Thread
Help playerinfo - by edgargreat - 13.04.2013, 06:57
Re: Help playerinfo - by Avi Raj - 13.04.2013, 07:03
Re: Help playerinfo - by edgargreat - 13.04.2013, 07:15
Re: Help playerinfo - by RajatPawar - 13.04.2013, 07:16
Re: Help playerinfo - by edgargreat - 13.04.2013, 07:19
Re: Help playerinfo - by Jony_Cruze - 13.04.2013, 07:23
Re: Help playerinfo - by edgargreat - 13.04.2013, 07:24
Re: Help playerinfo - by edgargreat - 13.04.2013, 07:26
Re: Help playerinfo - by ryansheilds - 13.04.2013, 07:29
Re: Help playerinfo - by edgargreat - 13.04.2013, 07:33

Forum Jump:


Users browsing this thread: 1 Guest(s)