15.11.2014, 21:20
(
Последний раз редактировалось Kwarde; 16.11.2014 в 08:41.
)
You could also use sscanf(params, "s[11]I(-1)", szOption, houseid)
Then on 'create' and 'reload' just don't use the houseis. Under 'setexit', check if the houseid is -1 or not. If it's -1, send an usage message . Otherwise just process the command futher (but I guess you know how it works haha)
Then on 'create' and 'reload' just don't use the houseis. Under 'setexit', check if the houseid is -1 or not. If it's -1, send an usage message . Otherwise just process the command futher (but I guess you know how it works haha)