05.03.2014, 07:20
For my code, I have
for most of the sub commands of the command I have.
However, one of the sub commands I have require more than Option and ID, how do I do it just for that command?
pawn Код:
if(sscanf(params, "s[32]i", Option, ID))
However, one of the sub commands I have require more than Option and ID, how do I do it just for that command?