whats the diference
#1

whats the diference between zcmd and dcmd?
i only use dcmd i NEVER used zcmd and never saw a example.
but iv heard of it
whats the diference?
Reply
#2

ZCMD is the fastest command processor atm, it prevents lag, and is easier (( imo )) to use when making commands.
Reply
#3

This is dcmd:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext)
{
    dcmd(command, length, cmdtext);
    return 0;
}

dcmd_command(playerid, params[])
{
    return 1;
}
And this is zcmd:
pawn Код:
CMD:command(playerid, params[])
{
    return 1;
}
More information: http://forum.sa-mp.com/showthread.ph...mand+processor
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)