Ped

Client functions that are in some way related to the ped aspects.

Wosa.Game.Ped.Revive()
Wosa.Game.Ped.Respawn()
local isGivingUp = Wosa.Game.Ped.GivenUp()

Wosa.Game.Ped.Create(string model, int type, table coords, table data, bool Network)
Wosa.Game.Ped.LoadEUP(string outfit)
Wosa.Game.Ped.Clothing(int arms, int arms_tex, int undershirt, int undershirt_tex, int top, int top_tex, int pants, int pants_tex, int shoes, int shoes_tex, int neck, int neck_tex)

Wosa.Game.Ped.Cuff(bool cuff)
local isCuffed = Wosa.Game.Ped.isCuffed()
Wosa.Game.Ped.Drag(int bySource, bool value)
Wosa.Game.Ped.Seat()
Wosa.Game.Ped.UnSeat()
Wosa.Game.Ped.Search(int playerId)

Last updated

Was this helpful?