Class ServerPed
Represents a ped from a client
Inherited Members
Namespace: RageCoop.Server.Scripting
Assembly: RageCoop.Server.dll
Syntax
public class ServerPed : ServerObject
Properties
AttachedBlip
Get the PedBlip attached to this ped.
Declaration
public PedBlip AttachedBlip { get; }
Property Value
Type | Description |
---|---|
PedBlip |
Health
Health
Declaration
public int Health { get; }
Property Value
Type | Description |
---|---|
Int32 |
LastVehicle
Get the ped's last vehicle
Declaration
public ServerVehicle LastVehicle { get; }
Property Value
Type | Description |
---|---|
ServerVehicle |
Methods
AddBlip()
Attach a blip to this ped.
Declaration
public PedBlip AddBlip()
Returns
Type | Description |
---|---|
PedBlip |