[Q] GVar Plugin Vs enum - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Q] GVar Plugin Vs enum (
/showthread.php?tid=196230)
[Q] GVar Plugin Vs enum -
XePloiT - 05.12.2010
well i saw the GVar Plugin and thought to use it instead of the enum technique (enum Something{...} new HH[MAX..][Something])
i thought of maybe change my house system to GVar Plugin...
so what will be better for a MySql House System?
Re: [Q] GVar Plugin Vs enum - [L3th4l] - 05.12.2010
Normal variables are faster than PVars, so it will be even faster than GVar
Do which ever way you think is the best, i personally like to use both, but I use enum as you have everything together; nice, clean, and organized.
Re: [Q] GVar Plugin Vs enum -
XePloiT - 05.12.2010
normal are faster? than i'll stay with the enum...
tnx :]
by the way i think that GVars are faster than PVars no?
hm...
http://forum.sa-mp.com/showpost.php?...1&postcount=34
Re: [Q] GVar Plugin Vs enum -
MrDeath537 - 05.12.2010
I think enum will be faster.