12.06.2010, 14:22
Quote:
Originally Posted by ·!¦[·MaykoX·
¦!· ]
You should also make timer.. otherways it will be useless. |
Code:
if(strcmp(cmd, "/gmx", true,4) == 0) { if(PlayerInfo[playerid][pAdmin] < 5) return SendClientMessage(playerid, COLOR_GREY, "You are not authorized to use that command"); SendRconCommand("gmx"); SetTimer("reloadfs",5000,0); return 1; } forward reloadfs(); public reloadfs() { SendRconCommand("reloadfs filterscriptnamehere"); return 1; }