would someone exaplin which is best way of processing commands in pawn?
strtok
strcmp
dcmd
zcmd
thankyou very much.
zcmd would be the fastest of those.
Quote from: Ettans on February 28, 2010, 02:38:40 PM
zcmd would be the fastest of those.
Indeed, but in this version it doesn't support CallLocalFunction, you will have compiler errors.
Dcmd is fast too, learn it (http://wiki.sa-mp.com/wiki/Fast_Commands)