20.05.2013, 22:24
I want it to be like this:
When you type /house store it would show message like this: USAGE: /house store [guns/money] [amount]
I have this cmd:
When you type /house store it would show message like this: USAGE: /house store [guns/money] [amount]
I have this cmd:
Код:
CMD:house(playerid, params[]) { new choice[56]; if(strcmp(choice, "store", true) == 0) { WHAT TO PUT HERE? } return 1; }