Posts: 178
Threads: 31
Joined: Jun 2009
Reputation:
0
How to make a command in ZCMD new format to be like the following:
/eat 1
SendClientMessage: You have eaten sandwitch
/eat 2
SendClientMessage: You have eaten pizza
Posts: 2,938
Threads: 162
Joined: May 2010
CMD:eat(playerid, params[])
{
SendClientMessage(playerid,[COLOR], You've Eaten A Sandwitch");
return 1;
}
??
Posts: 178
Threads: 31
Joined: Jun 2009
Reputation:
0
That's /eat, not /eat 1 nor /eat 2.
And I don't want /eat1 nor /eat2.
??
Posts: 2,938
Threads: 162
Joined: May 2010
Posts: 178
Threads: 31
Joined: Jun 2009
Reputation:
0
Seriously, if you can't do it then just close the thread.
I've got my own reasons to ask for it in the ZCMD format...