adding more level help
Posted: Sun Jun 15, 2008 1:43 am
i went into the const file and changed
to
and i also added more options like for example this
but my the dedicated server im testing it on doesnt work and it crashes before it even loads, does any1 know what im doing wrong?
i tried keeping it at 10 levels but changing everything else and it wont crash so it seems by changing max_level it crashes but the menu will show option 4 and wont let me click on it any idea on why that happens 2
i went through other peoples post and couldnt find a solution
if there is more than this file that i need to edit can any1 tell me which files please and thank you
Code: Select all
#define MAX_LEVELS 10
#define MAX_SKILLS 36
#define MAX_RACE_SKILLS 3
#define MAX_SKILL_LEVEL 3
Code: Select all
#define MAX_LEVELS 13
#define MAX_SKILLS 48
#define MAX_RACE_SKILLS 4
#define MAX_SKILL_LEVEL 4
Code: Select all
// Constants for Abilities
new const Float:p_vampiric[4] = {0.10,0.20,0.30,0.40} // Vampiric Aura (skill 1)
i tried keeping it at 10 levels but changing everything else and it wont crash so it seems by changing max_level it crashes but the menu will show option 4 and wont let me click on it any idea on why that happens 2
i went through other peoples post and couldnt find a solution
if there is more than this file that i need to edit can any1 tell me which files please and thank you