13.01.2016, 08:56
CMD:gmx(playerid, params[])
{
if (!IsPlayerAdmin(playerid)) {
SendClientMessage(playerid,-1,"Server has been successfully restarted.");
return SendRconCommand("gmx");
} else return SendClientMessage(playerid,red,"ERROR: You need to be RCON Admin to use this command");
}//Use ZCMD include to use this command
{
if (!IsPlayerAdmin(playerid)) {
SendClientMessage(playerid,-1,"Server has been successfully restarted.");
return SendRconCommand("gmx");
} else return SendClientMessage(playerid,red,"ERROR: You need to be RCON Admin to use this command");
}//Use ZCMD include to use this command