15.07.2013, 14:18
Yours > SendClientMessage(playerid, COLOR_GREY, "Usage: /setmytime [Time(Hour)"
Mine > SendClientMessage(playerid, COLOR_GREY, "Usage: /setmytime [Time(Hour)");
Don't forget to close with " ); " - thats error 5226
Try this put it in the cmd
Mine > SendClientMessage(playerid, COLOR_GREY, "Usage: /setmytime [Time(Hour)");
Don't forget to close with " ); " - thats error 5226
Try this put it in the cmd
Код:
new tmp[256]; tmp = strtok(cmdtext, idx); new time; time = strval(tmp);