04.06.2010, 12:37
did you include zcmd right?
otherwise try
and put the code like this:
so use the <TAB> Button
pawn Код:
#include <zcmd>
pawn Код:
CMD:megaphone(playerid, params[])
pawn Код:
CMD:megaphone(playerid, params[])
{
SendClientMessageToAll(ORANGE, "Hi All");
return 1;
}
![Wink](images/smilies/wink.png)