SA-MP Forums Archive
login system problem - 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: login system problem (/showthread.php?tid=637963)



login system problem - Stormfire - 24.07.2017

Fixed


Re: login system problem - IceBilizard - 24.07.2017

Show your saving code.


Re: login system problem - Stormfire - 24.07.2017

Fixed


Re: login system problem - IceBilizard - 24.07.2017

add this at every place where you used SaveData(playerid)

PHP код:
if(Logged[playerid] == 1)
{
    
SaveData(playerid);

if it is in loop then

PHP код:
if(Logged[i] == 1)
{
        
SaveData(i);




Re: login system problem - Stormfire - 24.07.2017

thank you IceBilizard for your time and help