12.06.2010, 16:28
Hey.
I have a question:
Can i out Either a string or an id into an array using sscanf?
like:
i can't figureout how i do this
BTW:
I need it for a /goto command either to teleport to a person or to a certain place.
I have a question:
Can i out Either a string or an id into an array using sscanf?
like:
pawn Код:
if (sscanf(params, "s||u", params[0]))
BTW:
I need it for a /goto command either to teleport to a person or to a certain place.