19.05.2013, 12:40
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.
CMD:house(playerid, params[]) { new choice[56]; if(strcmp(choice, "store", true) == 0) { WHAT TO PUT HERE? } return 1; }