22.11.2011, 13:40
Is it possible to make this:
for example:
Enum[ vehicleid/playerid ][ variable ][ 1 ] = "string";
?
Because, if i do for example:
enum<...>
Name[ 5 ][ 10 ]; // it gives no errors, but not works the way it should work.
<..>
if i create a global variable like:
new Something[ 5 ][ 100 ]; it works perfectly, but with MAX_PLAYERS/MAX_VEHICLES it doesn't work, so is there any method to create it?
for example:
Enum[ vehicleid/playerid ][ variable ][ 1 ] = "string";
?
Because, if i do for example:
enum<...>
Name[ 5 ][ 10 ]; // it gives no errors, but not works the way it should work.
<..>
if i create a global variable like:
new Something[ 5 ][ 100 ]; it works perfectly, but with MAX_PLAYERS/MAX_VEHICLES it doesn't work, so is there any method to create it?