31.07.2012, 20:36
Hi! I must initialise a variable with an Integer number value. I tried this:
new Integer:SavedInterior[MAX_PLAYER]
But isn't the thing I need. Via command, players can load saved interior, but interior values are integer numbers, not floating point numbers (new Float:blabla[MAX_PLAYERS]).
How I can initialise a variable with Integer number value
?
new Integer:SavedInterior[MAX_PLAYER]
But isn't the thing I need. Via command, players can load saved interior, but interior values are integer numbers, not floating point numbers (new Float:blabla[MAX_PLAYERS]).
How I can initialise a variable with Integer number value
