24.02.2010, 13:11
i do but i cant find the wrong think, did i put enum
etc. at the wrong place?
edit:
nvm
I now get a full list with errors if i place this under the line of settings_Main:
Edit:
I uploaded the script to: http://pastebin.org/96491
I cant get those errors away.
Код:
SETTINGS_MAIN { POCKET_MONEY, JAIL_COMMANDS, ANNOUNCE_SECONDS, PASS_MIN, PASS_MAX } new gSettings[SETTINGS_MAIN];
edit:
nvm
I now get a full list with errors if i place this under the line of settings_Main:
Код:
enum COMMANDS_MAIN { AKILL, ANNOUNCE, ARMOURALL, BAN, CARHP, EXPLODE, FLIP, GOTO, GETHERE, GIVEARMOUR, GIVEHEALTH, GIVEWEAPON, GOD, HEALALL, IMITATE, IP, KICK, MAXAMMO, PING, SETLEVEL, SETWANTED, TBAN, TIME, WEATHER } new gCommands[COMMANDS_MAIN];
I uploaded the script to: http://pastebin.org/96491
I cant get those errors away.