Something wrong with zcmd?
#5

Place it after some callback, not in one, just like this:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
   //Not needed for ZCMD
}

//Not inside a callback or any other function
CMD:b(playerid, params[])
{
   //Code goes here.
}
Reply


Messages In This Thread
Something wrong with zcmd? [SOLVED] - by Hargrave - 27.07.2013, 11:48
Re: Something wrong with zcmd? - by MellowHammer - 27.07.2013, 11:53
Re: Something wrong with zcmd? - by Hargrave - 27.07.2013, 11:54
Re: Something wrong with zcmd? - by Necip - 27.07.2013, 11:55
Re: Something wrong with zcmd? - by MellowHammer - 27.07.2013, 11:56
Re: Something wrong with zcmd? - by Hargrave - 27.07.2013, 12:09
Re: Something wrong with zcmd? - by Necip - 27.07.2013, 12:12
Re: Something wrong with zcmd? - by Scrillex - 27.07.2013, 12:14
Re: Something wrong with zcmd? - by Hargrave - 27.07.2013, 12:14
Re: Something wrong with zcmd? - by Sublime - 27.07.2013, 12:18

Forum Jump:


Users browsing this thread: 1 Guest(s)