SA-MP Forums Archive
[HELP]zcmd - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP]zcmd (/showthread.php?tid=281074)



[HELP]zcmd - TheBluec0de - 04.09.2011

it includes using the zcmd, as I post an error message instead of as in onplayercommandtext return 0;


Re: [HELP]zcmd - PrawkC - 04.09.2011

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(!success) SendClientMessage(playerid, -1, "Command doesn't exist!");
    return 1;
}



Re: [HELP]zcmd - TheBluec0de - 04.09.2011

thanks