Ah while ago i had an issue with the amount of admins wich was limited. Some one pointed me into the direction of a file named config.inc.
Fixed that issue anyways but then today i had an admin telling me hey one moment i got so many commands next some are grayed out and even later most are grayed.
Now i went back looking into that file and saw this
Quote:
// Command Type Counts
#define MAX_V_COMMANDS 12 // Vote Command Count (Max 32)
#define MAX_G_COMMANDS 19 // Good Command Count (Max 32)
#define MAX_E_COMMANDS 23 // Evil Command Count (Max 32)
#define MAX_M_COMMANDS 17 // Misc Command Count (Max 32)
|
I'm assuming this limits the amouns of commands/map , right??
Anyways i thought it did so i changed the number to max 32 for all of those now when compiling i get this error 24 times.
uaio_inc/global.inc(596) : error 052: multi-dimensional arrays must be fully initialized
the 596 changed evry error btw. If i undo those 32 max commands i can compile fine again,
Any help on how to fix and if possible get a no restriction possiility :p
Thank you for any info
__________________