18.08.2011, 07:49
Here we go
I hope thats work for you.
Код:
if (strcmp(cmd, "/restart", true) == 0) { if(IsPlayerConnected(playerid)) { if (PlayerInfo[playerid][pAdmin] < 3) { SendClientMessage(playerid, COLOR_GREY, " You're not the Admin !"); return 1; } OOCOff(COLOR_ORANGE,"[OOC] RolePlay Bot: An administrator announced a server restart, You have 30 seconds to park/land your vehicles!"); } return 1; }