About Get- functions - 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: About Get- functions (
/showthread.php?tid=309250)
About Get- functions -
SeriouS - 06.01.2012
Did anyone check (if not, maybe the SA-MP developer can tell me) if most of the Get functions (like GetPlayerHealth) are getting the result from the server only or they're traveling between the server-client-server everytime I call it?
I need to be sure if I actually don't need to store the players' data in my PAWN arrays, because using Get's is similarly fast method. I don't want to overload the connection, especially if some parts of my script need to get players' data very common.