▫️Faces


Wear

exports['pedsense']:WearFace(Entity, Data) -- Only Accepts Key or Name

Save Face

exports['pedsense']:SaveFace(Data) -- Does not accept Gender

Only Use Key if Updating Outfit. Keep Key = nil to save new faces

Get Face

exports['pedsense']:GetFace(Data) -- Only Accepts Key, Gender, Name

Delete Face

exports['pedsense']:DeleteFace(Key)

Data:

Name
Type
Description

Key

number

ID from Database

Name

string

Name of the Outfit

Author

string

Name of the Creator

Outfit

boolean

Save Outfit

Image

string

Image Link to Display in Menu

Gender

string

'male' or 'female'


Last updated