zcmd Help
#2

You shouldn't do your commands (ZCMD) under OnPlayerCommandText() callback.
Place it in the bottom of your script.

So it's like this:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    return 0;
}

COMMAND:something(playerid, params[])
{
    return 1;
}
Reply


Messages In This Thread
zcmd Help - by Speed - 26.02.2011, 10:53
Re: zcmd Help - by xRyder - 26.02.2011, 10:56
Re: zcmd Help - by Mean - 26.02.2011, 10:57
Re: zcmd Help - by Speed - 26.02.2011, 11:01

Forum Jump:


Users browsing this thread: 1 Guest(s)