22.01.2015, 16:52
I have some commands, but I want to change them to zcmd commands.
How would I do that.
I have one command if someone of you can convert it, then I will change all the other ones.
This is my command
How would I do that.
I have one command if someone of you can convert it, then I will change all the other ones.
This is my command
Код:
if(!strcmp(cmdtext, "/help", true)) { SendClientMessage(playerid, 0xFFFFFFFF, "Vehicle"); SendClientMessage(playerid, 0xFFFFFFFF, "Use it like /help vehicle"); return 1; }