Automatically saveaccounts when GMX
#3

Create a costum server restart command f.e:
pawn Code:
new bool:gmx;

CMD:restart(playerid,params[])
{
    saveallaccount();
    gmx++;
    SendRConCommand("gmx");
    return 1;
}

public OnPlayerDisconnect(playerid,reason)
{
    if(gmx) return 1;
    //saving thinghy
    return 1;
}
Reply


Messages In This Thread
Automatically saveaccounts when GMX - by Adenx - 10.09.2011, 09:30
Re: Automatically saveaccounts when GMX - by Horrible - 10.09.2011, 09:40
Re: Automatically saveaccounts when GMX - by =WoR=Varth - 10.09.2011, 09:41
AW: Automatically saveaccounts when GMX - by Adenx - 10.09.2011, 09:49
Re: AW: Automatically saveaccounts when GMX - by =WoR=Varth - 10.09.2011, 09:54
AW: Automatically saveaccounts when GMX - by Adenx - 10.09.2011, 10:07

Forum Jump:


Users browsing this thread: 1 Guest(s)