Variables are lagging or taking memory? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Variables are lagging or taking memory? (
/showthread.php?tid=420580)
Variables are lagging or taking memory? -
PaulDinam - 05.03.2013
I've got about 10 dynamic systems with 10 vars in each enum.
for example.
//====Defines====
#define MAX_LABELS 20
#define MAX_DOORS 50
#define MAX_INFOS 50
#define MAX_INTERIORS 100
#define MAX_BANKS 10
#define MAX_ATMS 50
#define MAX_GAS_STATIONS 20
#define MAX_HOUSES 100
#define MAX_FURNITURE 40
#define MAX_HOUSE_TRUNK 10
#define MAX_FOOD_STANDS 50
#define MAX_WEP_DROPS 200
//====Defines====
Re: Variables are lagging or taking memory? -
MP2 - 05.03.2013
What? You don't even explain your problem. Variables can't 'lag'.