27.01.2015, 10:53
^
If you're using zcmd don't put command under "OnPlayerCommandText" callback but put it Outside of callback.
For example:
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)
{
//
}