SA-MP Forums Archive
what is the fastest? - 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: what is the fastest? (/showthread.php?tid=196464)



what is the fastest? - i514x - 05.12.2010

like in the title? what is?

sqlite / pvars / normal server variables?

where would be the best way to store like player lvl and stuff like that?


Re: what is the fastest? - Ruffles. - 05.12.2010

Maybe sqlite?


Re: what is the fastest? - JaTochNietDan - 05.12.2010

Most scripts use a combination of variables for general temporary information saving, and then either a file system or an SQL database for persistent saving.


AW: what is the fastest? - Trooper[Y] - 05.12.2010

sqlite is a saving format,
pvars are more comfortable but have limited use,
and normal server variables are sometimes annoying to reset, define etc.

Whats the fastest?
Take PVars or normal variables, then your just good to go