Using ZCMD and giving me unknown command?
#5

WOW! @Rock18 - Dude, that code what you gave him is not wrong or anything, but that code will do a totally different thing from what he asked.

@Spiral - When you are doing the commands in ZCMD you NEED to return them as true/false.

Your command should look like:

pawn Код:
COMMAND:help(playerid, params[])
{
    SendClientMessage(playerid, COLOR_WHITE,"IT WORKS!");
    return 1; // You see this. You need to return it as a false/true!
}
Reply


Messages In This Thread
Using ZCMD and giving me unknown command? - by Spiral - 11.02.2011, 18:18
Re: Using ZCMD and giving me unknown command? - by Rock18 - 11.02.2011, 18:22
Re: Using ZCMD and giving me unknown command? - by Spiral - 11.02.2011, 18:23
Re: Using ZCMD and giving me unknown command? - by Rock18 - 11.02.2011, 18:33
Re: Using ZCMD and giving me unknown command? - by xRyder - 11.02.2011, 18:53
Re: Using ZCMD and giving me unknown command? - by Spiral - 11.02.2011, 19:03
Re: Using ZCMD and giving me unknown command? - by [03]Garsino - 11.02.2011, 19:06
Re: Using ZCMD and giving me unknown command? - by xRyder - 11.02.2011, 19:09
Re: Using ZCMD and giving me unknown command? - by Retardedwolf - 11.02.2011, 19:10
Re: Using ZCMD and giving me unknown command? - by Mean - 11.02.2011, 19:50

Forum Jump:


Users browsing this thread: 3 Guest(s)