im doing the CMD using Zcmd , and everything is good and right, when i do compile this error appear invalid function.... -
astanalol - 01.09.2015
the error is
invalid function or declaration
my CMD
CMD:armour(playerid, params[]);
(
SetPlayerArmour(playerid,100);
SendClientMessage(playerid, COLOR_YELLOW2, "You have been armoured!");
return 1;
)
SO WHAT IS THE PROBLEM ??
need serious help im new
Re: im doing the CMD using Zcmd , and everything is good and right, when i do compile this error appear invalid function -
MarvinPWN - 01.09.2015
PHP код:
CMD:armour(playerid, params[]);
to
PHP код:
CMD:armour(playerid, params[])
Re: im doing the CMD using Zcmd , and everything is good and right, when i do compile this error appear invalid function -
astanalol - 01.09.2015
much thanks bro . it worked