Loading Player's money and score and adminlevel - 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: Loading Player's money and score and adminlevel (
/showthread.php?tid=371423)
Loading Player's money and score and adminlevel -
_Khaled_ - 23.08.2012
I just need to know the function to load the player money/score/adminlevel
pawn Код:
enum pInfo
{
pPass,
pCash,
pAdminLevel,
pKills,
pDeaths
}
new PlayerInfo[MAX_PLAYERS][pInfo];
Re: Loading Player's money and score and adminlevel -
_Khaled_ - 23.08.2012
Anyone please?