19.10.2011, 19:55
I'm pretty sure a lot of scripters are doing format + SendClientMessage for detect a function. Exemple
then SendClientMessage to send the function to the text player. It will be more easly to do a function as printf but SendClientMessageEx instead. It's more useful, simply, faster. Ah and comatible with "strings", "integers" because are most used.
pawn Код:
format(output, 64, " This number is %d ", number);