mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
Update README.md
This commit is contained in:
@@ -64,15 +64,12 @@ TriggerEvent('skinchanger:loadSkin', skin)
|
||||
TriggerEvent('skinchanger:loadSkin', {
|
||||
beard_1 = 0,
|
||||
beard_2 = 0,
|
||||
}
|
||||
})
|
||||
|
||||
-- Get list of components and maxVals
|
||||
TriggerEvent('skinchanger:getData', function(components, maxVals)
|
||||
|
||||
print('Components => ' .. json.encode(components))
|
||||
print('MaxVals => ' .. json.encode(maxVals))
|
||||
|
||||
end)
|
||||
|
||||
-- Get current skin
|
||||
|
||||
Reference in New Issue
Block a user