01.03.2015, 13:15
Sorry, for the double post but ...
For the subcmd sscanf, it's the same, can I put it ?
if(sscanf(params, "rs[32]i", giveplayerid, weapon, ammo))
Or have I to put it ?
if(sscanf(subcmd[lenght of subcmd], "rs[32]i", giveplayerid, weapon, ammo))
Or ?
if(sscanf(params, "s[32]rs[32]i",subcmd, giveplayerid, weapon, ammo))
For the subcmd sscanf, it's the same, can I put it ?
if(sscanf(params, "rs[32]i", giveplayerid, weapon, ammo))
Or have I to put it ?
if(sscanf(subcmd[lenght of subcmd], "rs[32]i", giveplayerid, weapon, ammo))
Or ?
if(sscanf(params, "s[32]rs[32]i",subcmd, giveplayerid, weapon, ammo))