Class PedPacketFactory
Inheritance
PedPacketFactory
Assembly: SlipeServer.Server.dll
Syntax
public static class PedPacketFactory
Methods
|
Edit this page
View Source
CreateClothesPacket(Ped, ClothingType, byte?)
Declaration
public static Packet CreateClothesPacket(Ped ped, ClothingType clothingType, byte? index)
Parameters
Returns
|
Edit this page
View Source
CreateFullClothesPacket(Ped)
Declaration
public static PedClothesPacket CreateFullClothesPacket(Ped ped)
Parameters
Type |
Name |
Description |
Ped |
ped |
|
Returns
|
Edit this page
View Source
CreateGiveJetpack(Ped)
Declaration
public static GivePedJetpackRpcPacket CreateGiveJetpack(Ped ped)
Parameters
Type |
Name |
Description |
Ped |
ped |
|
Returns
|
Edit this page
View Source
CreatePlayerStatsPacket(Ped)
Declaration
public static PlayerStatsPacket CreatePlayerStatsPacket(Ped ped)
Parameters
Type |
Name |
Description |
Ped |
ped |
|
Returns
|
Edit this page
View Source
CreateRemoveJetpack(Ped)
Declaration
public static RemovePedJetpackRpcPacket CreateRemoveJetpack(Ped ped)
Parameters
Type |
Name |
Description |
Ped |
ped |
|
Returns
|
Edit this page
View Source
CreateSetArmourPacket(Ped)
Declaration
public static SetPedArmourRpcPacket CreateSetArmourPacket(Ped ped)
Parameters
Type |
Name |
Description |
Ped |
ped |
|
Returns
|
Edit this page
View Source
CreateSetHealthPacket(Ped)
Declaration
public static SetElementHealthRpcPacket CreateSetHealthPacket(Ped ped)
Parameters
Type |
Name |
Description |
Ped |
ped |
|
Returns
|
Edit this page
View Source
CreateSetModelPacket(Ped)
Declaration
public static SetElementModelRpcPacket CreateSetModelPacket(Ped ped)
Parameters
Type |
Name |
Description |
Ped |
ped |
|
Returns