SA-MP Forums Archive
Help me to pick - 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: Help me to pick (/showthread.php?tid=534458)



Help me to pick - Wizzy951 - 29.08.2014

Hello there!
I'm used to BlueG's mysql plugin and to the cache system. Some weeks ago I got interested in the ORM system and posted a thread asking for little help to understand how it works, but as nobody could help me I taught myself or at least I think I know how to use ORM functions.
Anyways, now I'm about to create a new gamemode and I wonder whether to use the cache or the orm system in order to save player data.
I don't really see huge difference between cache and orm with the exception of that orm is easier.
I hope someone who is more experienced with the both systems might tell me what to pick and why.


Re: Help me to pick - Clad - 29.08.2014

Use ORM.


Re: Help me to pick - Wizzy951 - 29.08.2014

Quote:
Originally Posted by Clad
Посмотреть сообщение
Use ORM.
Well thank you for the answer sir, but would you tell me why should I use ORM ?


Re: Help me to pick - Clad - 29.08.2014

Because SA:MP Wiki advice this tutorial
https://sampforum.blast.hk/showthread.php?tid=461766


Re: Help me to pick - FrightenPython - 29.08.2014

Also, you've already learnt ORM a bit and stuff about it so you don't have to restart everything.