19.07.2017, 04:35
Quote:
Why use 'GetPlayerState(playerid)' over and over instead of just storing the players current state gathered from OnPlayerStateChange within a variable for that player?
|
That's like asking why we would use GetPlayerHealth when we can store it in a variable. If you need the variable use it. Otherwise stick to the native calls.