question about variables
#1

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?
Reply


Messages In This Thread
question about variables - by Tomejus - 22.11.2011, 13:40
Re: question about variables - by Pharrel - 22.11.2011, 13:44
Re: question about variables - by Tomejus - 22.11.2011, 13:46
Re: question about variables - by Pharrel - 22.11.2011, 13:50
Re: question about variables - by JaTochNietDan - 22.11.2011, 13:53
Re: question about variables - by Tomejus - 22.11.2011, 13:54
Re: question about variables - by JaTochNietDan - 22.11.2011, 13:56
Re: question about variables - by Tomejus - 22.11.2011, 13:57
Re: question about variables - by Tomejus - 22.11.2011, 14:44

Forum Jump:


Users browsing this thread: 1 Guest(s)