ZCMD wont detect my commands
#9

Already see it - it's like this:

pawn Код:
CMD:test(playerid, params[])
{
    // Here your command fex. SendClientMessage...
    return 1;
}
AND NOT

pawn Код:
cmd(Help,playerid, params[])
{
SendClientMessage(playerid,COLOR_WHITE,""#COL_LOGIN"» /Commands");
return 1;
}
By the way, use some tabs.
Reply


Messages In This Thread
ZCMD wont detect my commands - by henry jiggy - 04.09.2011, 18:21
Re: ZCMD wont detect my commands - by Jafet_Macario - 04.09.2011, 18:23
Re: ZCMD wont detect my commands - by =WoR=Varth - 04.09.2011, 18:26
Re: ZCMD wont detect my commands - by henry jiggy - 04.09.2011, 18:39
Re: ZCMD wont detect my commands - by =WoR=Varth - 04.09.2011, 18:42
Re: ZCMD wont detect my commands - by henry jiggy - 04.09.2011, 18:44
Re: ZCMD wont detect my commands - by =WoR=Varth - 04.09.2011, 18:48
Re: ZCMD wont detect my commands - by henry jiggy - 04.09.2011, 18:50
Re: ZCMD wont detect my commands - by Kingunit - 04.09.2011, 20:54
Re: ZCMD wont detect my commands - by henry jiggy - 04.09.2011, 23:40

Forum Jump:


Users browsing this thread: 2 Guest(s)