31.07.2009, 18:59
command : /buygun [weapon] [amount]
is it possible to make the amount optional, so if they only put in weapon it still gives the weapon just not the amount ?
this is my line for the sscanf
sorry i cant attach the full code, im coding this gamemode on my laptop and its network card is fried x|
is it possible to make the amount optional, so if they only put in weapon it still gives the weapon just not the amount ?
this is my line for the sscanf
Код:
if(sscanf(params[], "ii", wid, amount)) return 0;