Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: ramandu on February 28, 2010, 04:03:16 pm

Title: pawn commands
Post by: ramandu on February 28, 2010, 04:03:16 pm
would someone exaplin which is best way of processing commands in pawn?

strtok
strcmp
dcmd
zcmd

thankyou very much.
Title: Re: pawn commands
Post by: Ettans on February 28, 2010, 04:38:40 pm
zcmd would be the fastest of those.
Title: Re: pawn commands
Post by: bilakispa on March 02, 2010, 07:40: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)