Vice City Multiplayer
		VC:MP 0.3 => mIRC/pawn Scripting => Topic started 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.
			 
			
			- 
				zcmd would be the fastest of those.
			
 
			
			- 
				
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)