help with variable
#1

how can i make some thing like this variable:
Код:
new VP[MAX_VEHICLES][MAX_PLAYERS][2];
without making the AMX weight 5 MB?
thanks.
Reply
#2

help anyone?
Reply
#3

Hi
You could limit both constants to your servers config. I mean, you probably do not have 500 playerslots or 2000 vehicles, so you can redefine them or so

new VP[1000][100][2]; //e.g., Has only 10% of the others size
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)