zcmd problem
#1

Quote:

CMD:mute(playerid, params[])
{
SendClientMessage(playerid, COLOR_WHITE, "Test");
return 1;
}

error 029: invalid expression, assumed zero
error 017: undefined symbol "cmd_mute"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line

line 218 is : CMD:mute(playerid, params[])
Reply
#2

Do you have this in your script?
pawn Код:
#include <zcmd>
Reply
#3

Quote:

Do you have this in your script?

Yes i have this include
Reply
#4

Okay, so where did you place this command?
It shouldn't be placed below this, but if you have it there, put the command somewhere in your script.
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)