Character
Client events that are in some way related to the character aspects.
On Character Switch
AddEventHandler('__WOSA:ON_CHARACTER_SWITCH', function()
end)AddEventHandler('__WOSA:ON_CHARACTER_LOAD', function()
end)AddEventHandler('__WOSA:ON_CHARACTER_PRELOAD', function()
end)AddEventHandler('__WOSA:ON_NEW_CHARACTER', function()
end)On off duty
Last updated
Was this helpful?