10.03.2017, 06:24
It is not 'working fine' if it does not work.
The only thing you need the loop for is the SetPlayerMarkerForPlayer function. Instead, you're putting every function inside the loop, which will cause a massive function flood.
However, is not it easier to use the SetPlayerColor function? It does the same and it's for everyone, so you save a loop.
The only thing you need the loop for is the SetPlayerMarkerForPlayer function. Instead, you're putting every function inside the loop, which will cause a massive function flood.
However, is not it easier to use the SetPlayerColor function? It does the same and it's for everyone, so you save a loop.