01.05.2014, 19:42
Can i simply create something like this ?
Код:
CMD:gmx(playerid, params[]) { foreach(Player, i) { UpdateIgraca(i); } gmxtimer = SetTimer("Restart", 1000, true) return 1; } public Restart() { SendRconCommand("gmx"); return 1; }