SampSharp
SampSharp
SampSharp.Entities.SAMP
IWorldService Interface
IWorldService Methods
AddStaticPickup Method
CreateActor Method
CreateExplosion Method
CreateGangZone Method
CreateMenu Method
CreateObject Method
CreatePickup Method
CreatePlayerObject Method
CreatePlayerTextDraw Method
CreatePlayerTextLabel Method
CreateStaticVehicle Method
CreateTextDraw Method
CreateTextLabel Method
CreateVehicle Method
GameText Method
SendClientMessage Method
SendDeathMessage Method
SendPlayerMessageToPlayer Method
SetObjectsDefaultCameraCollision Method
SetWeather Method
IWorldService
CreateGangZone Method
Creates a gang zone in the world.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
Copy
GangZone
CreateGangZone
(
float
minX
,
float
minY
,
float
maxX
,
float
maxY
,
EntityId
parent
=
default
)
Parameters
minX
Type:
System
Single
The minimum x.
minY
Type:
System
Single
The minimum y.
maxX
Type:
System
Single
The maximum x.
maxY
Type:
System
Single
The maximum y.
parent
(Optional)
Type:
SampSharp.Entities
EntityId
The parent of the entity to be created.
Return Value
Type:
GangZone
The created gang zone.
See Also
Reference
IWorldService Interface
SampSharp.Entities.SAMP Namespace