23.03.2012, 20:13
Change
to
Change FactionVariable to the variable where you store player's faction.
Код:
if(GetPlayerSpeed(i, true) > 140.0 && TEAM_CIV)
Код:
if(GetPlayerSpeed(i, true) > 140.0 && FactionVariable[ playerid ] == TEAM_CIV)