whats the diference
#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


Messages In This Thread
whats the diference - by dark_clown - 26.10.2010, 17:22
Re: whats the diference - by Camacorn - 26.10.2010, 17:24
Re: whats the diference - by Miguel - 27.10.2010, 02:01

Forum Jump:


Users browsing this thread: 1 Guest(s)