SampSharp
SampSharp
SampSharp.Entities.SAMP
PlayerObject Class
PlayerObject Methods
AttachTo Method
DisableCameraCollisions Method
Move Method
SetMaterial Method
SetMaterialText Method
Stop Method
PlayerObject
AttachTo Method
Attaches this player object to the specified player object or vehicle.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
Copy
public
void
AttachTo
(
EntityId
target
,
Vector3
offset
,
Vector3
rotation
)
Parameters
target
Type:
SampSharp.Entities
EntityId
The player.
offset
Type:
SampSharp.Entities.SAMP
Vector3
The offset.
rotation
Type:
SampSharp.Entities.SAMP
Vector3
The rotation.
See Also
Reference
PlayerObject Class
SampSharp.Entities.SAMP Namespace