SA-MP Forums Archive
Pawno errors - 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)
+--- Thread: Pawno errors (/showthread.php?tid=575956)



Pawno errors - Zacker - 31.05.2015

How to fix that?


Lines:
Код:
 new HousePickup[MAX_HOUSES];
new HousePickup1[MAX_HOUSES];
new Text3D:HouseLabel[MAX_HOUSES];
new HouseIcon[MAX_HOUSES];

public IsAMemberC(playerid)
{
	if(IsPlayerConnected(playerid))
	{
	    new leader = PlayerInfo[playerid][pLeader];

Help please!!!


Re: Pawno errors - Sellize - 31.05.2015

You haven't defined PlayerInfo anywhere.


Re: Pawno errors - Zacker - 31.05.2015

And what can I do?