EnableVehicleFriendlyFire
From SA-MP Wiki
Description:
Enable friendly fire for team vehicles. Players will be unable to damage teammates' vehicles (SetPlayerTeam must be used!).
This function has no parameters.
Return Values:
This function does not return any specific values.
Example Usage:
public OnGameModeInit() { EnableVehicleFriendlyFire(); return 1; }
Related Functions
The following functions may be useful, as they are related to this function in one way or another.
- SetPlayerTeam: Set a player's team.