A few questions ...
#1

Hello,
I have a few questions about scripting things and systems.

What uses the least memory?
MAX_PLAYERS arrays (new Array[MAX_PLAYERS])
A 2d/3d array (Array[playerid][item])
Or PVars (SetPlayerPVarInt(playerid,"Array",1337);

Why the gl_property script won't work with interiors with Interiorid 0?


Greetz,
Danny
Reply
#2

@Memory question: I believe MAX_PLAYERS array uses least memory, but it's not doing the same as the others, so it would be a pretty bad example.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)