09.12.2009, 17:07
What do i need to destroy if i would like to have a safe gamemode restart without any bugs ?
Thanks.
Thanks.
public OnGameModeInit()
{
SendRconCommand("unloadfs myadminscript");
SendRconCommand("loadfs myadminscript");
//etc
}
Originally Posted by dice7
Nothing, just gmx.
And to be on the safe side pawn Код:
|
Originally Posted by $ЂЯĢ
GameModeExit?
The best would be to kill SA:MP server process and run it again (no way that anything doesn't get deleted). |
IfIsPlayerAdmin /restart SendRconCommand("gmx"); else SendClientMessage(playerid,red,"You need to be logged in as RCON");