Character
Server events that are in some way related to the character aspects.
On character creation
AddEventHandler('__WOSA:CHARACTER_CREATED', function(playerID, characterData)
end)On character load
AddEventHandler('__WOSA:CHARACTER_LOADED', function(playerID, characterData)
end)On character removal
Last updated
Was this helpful?