26.01.2012, 18:32
whats your cmd:eon()? is it to turn on the engine? if so, then try "" instead of params, its an empty string, if the command doesnt take any parameter.
or
oh btw: i assume that params is not defined yet. did it compile? o.O
pawn Код:
return cmd_eon(playerid, "");
pawn Код:
return cmd_eon(playerid, 0);