SA-MP Forums Archive
How to make pInfo[playerid][pSS] = 1; save and load on filterscript reload - 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: How to make pInfo[playerid][pSS] = 1; save and load on filterscript reload (/showthread.php?tid=375107)



How to make pInfo[playerid][pSS] = 1; save and load on filterscript reload - gnoomen2 - 05.09.2012

The title says it, please help me make it save with dini or something!


Re: How to make pInfo[playerid][pSS] = 1; save and load on filterscript reload - Devilxz97 - 05.09.2012

u want it to be save on player account data ?


Re: How to make pInfo[playerid][pSS] = 1; save and load on filterscript reload - gnoomen2 - 05.09.2012

Yeah, i need this to save on a server restart or.. i mean when the filterscript gets reloaded and that it will auto load when the player joins


Re: How to make pInfo[playerid][pSS] = 1; save and load on filterscript reload - AliveBG - 05.09.2012

PHP код:
// OnPlayerConnect & OnPlayerDisconnect
pInfo[playerid][pSS] = 1
?