Event Handlers
List of events you can handle in other scripts
oi_multicharacter:onStateChange
AddEventHandler('oi_multicharacter:onStateChange', function(source, inSelector)
if inSelector then
-- Set bypasses enabled in anticheat
else
-- Set bypasses disabled in anticheat
end
end)Last updated