PlayerSpectateVehicle Method (EntityId) |
Sets this player to spectate another vehicle, i.e. see what its driver sees.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntaxpublic void SpectateVehicle(
EntityId targetVehicle
)
Parameters
- targetVehicle
- Type: SampSharp.EntitiesEntityId
The vehicle to spectate.
Remarks
See Also