08.06.2012, 17:15
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:
See? It's twice faster than strcmp...
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;
}