06.01.2012, 22:32
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.
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.