[Tutorial] How to use OnPlayerCommandText with ZCMD
#16

Lol,I'd say this tutorial is useless since strcmp is a fucking scripting way and the slowest one when you can make a command with ZCMD for twice faster.
Example:
pawn Code:
#include <zcmd>

#define COLOR WHITE 0xFFFFFFAA

CMD:help(playerid,params[])
{
       SendClientMessage(playerid,COLOR_WHITE,"/enter /exit /order /buy /buyhouse /sellhouse");
       SendClientMessage(playerid,COLOR_WHITE,"/gedit /gnext /gstatus /ddnext /ddedit /ddname");
       return 1;
}
See? It's twice faster than strcmp...
Reply


Messages In This Thread
How to use OnPlayerCommandText with ZCMD - by MadeMan - 12.08.2011, 10:10
Re: How to use OnPlayerCommandText with ZCMD - by Darnell - 12.08.2011, 10:18
Re: How to use OnPlayerCommandText with ZCMD - by Antonio [G-RP] - 12.08.2011, 10:20
Re: How to use OnPlayerCommandText with ZCMD - by HyperZ - 12.08.2011, 10:46
Re: How to use OnPlayerCommandText with ZCMD - by emokidx - 12.08.2011, 11:05
Re: How to use OnPlayerCommandText with ZCMD - by AztreX - 29.08.2011, 00:49
Re: How to use OnPlayerCommandText with ZCMD - by SantarioLeone - 06.10.2011, 17:13
Re: How to use OnPlayerCommandText with ZCMD - by Tigerkiller - 06.10.2011, 17:30
Re: How to use OnPlayerCommandText with ZCMD - by Mr. Random - 07.10.2011, 06:07
Respuesta: How to use OnPlayerCommandText with ZCMD - by SuperMarioRol - 01.11.2011, 12:15
Re: How to use OnPlayerCommandText with ZCMD - by JordanMaddox - 09.12.2011, 11:05
Re: How to use OnPlayerCommandText with ZCMD - by BoyDenker - 31.01.2012, 11:12
Re: How to use OnPlayerCommandText with ZCMD - by thedark222 - 31.01.2012, 11:14
Re : Re: How to use OnPlayerCommandText with ZCMD - by Stefano.R - 10.03.2012, 08:48
Re: How to use OnPlayerCommandText with ZCMD - by VIPAwesome - 10.03.2012, 08:54
Re: How to use OnPlayerCommandText with ZCMD - by Tom Kingston - 08.06.2012, 17:15
Re: How to use OnPlayerCommandText with ZCMD - by AliHaider - 17.06.2012, 12:54
Re: How to use OnPlayerCommandText with ZCMD - by Rudy_ - 19.06.2012, 14:54
Re: How to use OnPlayerCommandText with ZCMD - by [CwS]TonyFortebracci - 19.10.2012, 12:43
Re: How to use OnPlayerCommandText with ZCMD - by M3mPHi$_S3 - 19.10.2012, 13:18
Re: How to use OnPlayerCommandText with ZCMD - by Plovix - 02.12.2012, 17:03
Re: How to use OnPlayerCommandText with ZCMD - by iGetty - 02.12.2012, 20:34
Re: How to use OnPlayerCommandText with ZCMD - by Anglesman - 05.02.2014, 06:33

Forum Jump:


Users browsing this thread: 2 Guest(s)