17.03.2009, 02:30
also, the command does not display the time:
Код:
if(strcmp(cmdtext, "/time", true) == 0) { new string[126]; format(string, 256, "[TIME]: %s", MyTime); SendClientMessageToAll(GetPlayerColor(playerid), string); return 1; }