PlayerInfo - 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: PlayerInfo (
/showthread.php?tid=315268)
PlayerInfo -
hillko - 02.02.2012
HTML Code:
D:\GTA\Для сервака\Filterscripts\АНТИ\античит\JunkBuster10\JunkBuster10\filterscripts\JunkBuster.pwn(2933) : error 017: undefined symbol "PlayerInfo"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
HTML Code:
public IsPlayerAdminCall (playerid)
return (PlayerInfo [playerid][pAdmin] >= 1);
Re: PlayerInfo -
Konstantinos - 02.02.2012
pawn Code:
enum pInfo
{
pAdmin
}
new
PlayerInfo[ MAX_PLAYERS ][ pInfo ];
Re: PlayerInfo -
Ballu Miaa - 02.02.2012
pawn Code:
Edit : Dwane just posted it
How ever i think you havent numbered the Player Saving Variable's yet isnt it?