Click or drag to resize

PlayerRemoveBuilding Method

Removes a standard San Andreas model for this player within a specified range.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public void RemoveBuilding(
	int modelId,
	Vector3 position,
	float radius
)

Parameters

modelId
Type: SystemInt32
The model identifier.
position
Type: SampSharp.Entities.SAMPVector3
The position at which to remove the model.
radius
Type: SystemSingle
The radius in which to remove the model.
See Also