Help with command
#1

Hello, I would like to ask how to make a command such as /house store guns amount with zcmd. Could anyone help me to make it? Thanks.
Reply
#2

Explain it better?
Reply
#3

So you need a command to store guns inside the house?
Reply
#4

Yeah, but I want it to be like this:
When you type /house store it would show message like this: USAGE: /house store [guns/money]

I have this cmd:
Код:
CMD:house(playerid, params[])
{
new choice[56];
if(strcmp(choice, "store", true) == 0)
{
WHAT TO PUT HERE?
}
return 1; 
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)