23.01.2013, 00:55
You must make a command for restarting your server (not rcon command, but you-made-command)
It went like this
It went like this
Code:
COMMAND:rcongmx(playerid, params[]) { /* Place your saving function here ex : INI_WriteBool(UserData, "Helper", playerHelper[pID]) <<-- for Y_INI, change to your setting */ SendRconCommand("gmx"); return 1; }