Event Handlers

List of events you can handle in other scripts

oi_multicharacter:onStateChange

RegisterNetEvent('oi_multicharacter:onStateChange', function(inSelector)
    if inSelector then
        -- Hide hud, watermark etc.
    else
        -- Show hud, watermark etc.
    end
end)

Last updated