server restart announce
#2

Quote:
Originally Posted by uprp
Посмотреть сообщение
if(strcmp(cmd, "/announcerestart", true) == 0)
{
SendClientMessageToAll(playerid, COLOR_BLUE, " An administrator announced a server restart, You have 30 seconds to park/land your vehicles!");
}
}
return 1;
}






I wanna make a cmd, that lets admins over level 1337 admin do /announcerestart, and An administrator announced a server restart, You have 30 seconds to park/land your vehicles << SHOWS UP.

Maybe even if i can make it auto-gmx after that, would be nice.

I'ma newbie, but dont say i shouldnt try
PHP код:
if(strcmp(cmd"/announcerestart"true) == 0)
{
    if(
PlayerInfo[playerid][pAdmin] < 1337) return SendClientMessage(playeridCOLOR_BLUE" You are not authorized to use that command");
    
SendClientMessageToAll(playeridCOLOR_BLUE" An administrator announced a server restart, You have 30 seconds to park/land your vehicles!");
    
SendRconCommand("gmx");
    return 
1;

Would you like a 30 second timer to start once the command is executed for GMX?
Reply


Messages In This Thread
server restart announce - by uprp - 17.08.2011, 21:40
Re: server restart announce - by Kush - 17.08.2011, 21:45
Re: server restart announce - by Cameltoe - 17.08.2011, 21:47
Kush - by uprp - 17.08.2011, 21:49
Respuesta: server restart announce - by uprp - 17.08.2011, 22:33
Re: Respuesta: server restart announce - by Kush - 17.08.2011, 23:18
Re: Respuesta: server restart announce - by Kingunit - 18.08.2011, 00:48
Respuesta: server restart announce - by uprp - 18.08.2011, 07:25
AW: server restart announce - by umarmalik - 18.08.2011, 07:49
Re: server restart announce - by Cameltoe - 18.08.2011, 07:49

Forum Jump:


Users browsing this thread: 3 Guest(s)