16.03.2013, 10:57
(
Последний раз редактировалось SweetsBrunsk; 16.03.2013 в 11:03.
Причина: solved
)
Код:
CMD:level0(PARAMS) { SendClientMessage(playerid, ORAN,"----------Member Commands----------"); SendClientMessage(playerid, GREY,"ACC | /insert /command /here"); SendClientMessage(playerid, GREY,"GEN | /insert /command /here"); SendClientMessage(playerid, GREY,"OTH | /insert /command /here"); SendClientMessage(playerid, GREY,"OTH | /insert /command /here"); SendClientMessage(playerid, ORAN,"Remember to read /rules!"); return 1; }
the errors start on the first SendClientMessage and end on the last SendClientMessage
EDIT: found the problem, i was defining the colors wrong