login system problem
#1

Fixed
Reply
#2

Show your saving code.
Reply
#3

Fixed
Reply
#4

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);

Reply
#5

thank you IceBilizard for your time and help
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)