07.02.2018, 21:31
While not necessarily bad, using strcpy for string copying is better.
In most cases, using OnPlayerUpdate is bad practice, or at least, in this case, it's better if to use a timer, or even better, call the function that updates the player's name inside the function responsible for changing the player's respect points.
In most cases, using OnPlayerUpdate is bad practice, or at least, in this case, it's better if to use a timer, or even better, call the function that updates the player's name inside the function responsible for changing the player's respect points.