01.01.2018, 13:25
Small optimization, the code should work as @RougeDrifter said.
Код:
for(new i = 0,j = GetPlayerPoolSize();i <= j;i++) { SetPlayerMarkerForPlayer( i, playerid, ( GetPlayerColor( playerid ) & 0xFFFFFF00 ) ); }