30.07.2011, 17:38
pawn Код:
new action[8], storewhat, amount; //this defines the first input as "action" and obviously the rest...
if(sscanf(params, "s[8]zd", action, storewhat, amount)) return SendClientMessage(playerid, -1, "/trunk [open/store/get] [armor/gun] [amount]"); // I said add this above