Help Zcmd
#7

^

If you're using zcmd don't put command under "OnPlayerCommandText" callback but put it Outside of callback.
For example:

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
    {
    // bla bla bla
}

// YOUR CODE GOES HERE

public OtherCallBacks(Goes,here)
{
    //
}
Reply


Messages In This Thread
Help Zcmd - by INKISICION - 27.01.2015, 05:22
Re: Help Zcmd - by ATGOggy - 27.01.2015, 06:11
Re: Help Zcmd - by INKISICION - 27.01.2015, 06:23
Re: Help Zcmd - by ATGOggy - 27.01.2015, 06:28
Re: Help Zcmd - by INKISICION - 27.01.2015, 06:33
Re: Help Zcmd - by Excel™ - 27.01.2015, 07:41
Re: Help Zcmd - by Razturach - 27.01.2015, 10:53

Forum Jump:


Users browsing this thread: 2 Guest(s)