01.11.2014, 09:13
After i restart my server my stats will lost.
How to fix it
anybody know
Help me pls!!!
How to fix it
anybody know
Help me pls!!!
public OnGameModeExit()
{
foreach(Player, i)
{
//YOUR SAVING SYSTEM HERE
}
return 1;
}
public OnPlayerDisconnect( playerid, reason )
{
new INI:File = INI_Open( user_ini_file( playerid ) );
INI_WriteInt( File, "c4", c4[playerid] );
INI_Close( File );
return ( 1 );
}
pawn Код:
|
After i restart my server my stats will lost.
How to fix it anybody know Help me pls!!! |