PlayerSpectatePlayer Method (EntityId) |
Makes this player spectate (watch) another player.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntaxpublic void SpectatePlayer(
EntityId targetPlayer
)
Parameters
- targetPlayer
- Type: SampSharp.EntitiesEntityId
The Player that should be spectated.
Remarks
See Also