Set PVarint or something like that to make this save?
#2

Quote:
but not on fs reload
pawn Код:
public OnFilterScriptInit()
{
       for(new i=0;i<MAX_PLAYERS;i++)
       {
              if(IsPlayerConnected(i)) OnPlayerLogin(i);
       }
}

public OnFilterScriptExit()
{
       for(new i=0;i<MAX_PLAYERS;i++)
       {
             if(IsPlayerConnected(i)) OnPlayerSave(i);
       }
}
Reply


Messages In This Thread
Set PVarint or something like that to make this save? - by gnoomen2 - 30.09.2012, 15:26
Re: Set PVarint or something like that to make this save? - by CmZxC - 30.09.2012, 16:38
Re: Set PVarint or something like that to make this save? - by gnoomen2 - 30.09.2012, 17:59

Forum Jump:


Users browsing this thread: 4 Guest(s)