im doing the CMD using Zcmd , and everything is good and right, when i do compile this error appear invalid function....
#1

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
Reply
#2

PHP код:
CMD:armour(playeridparams[]); 
to
PHP код:
CMD:armour(playeridparams[]) 
Reply
#3

much thanks bro . it worked
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)