OnDetection Event Handler
How to use the "WaveShield:onDetection"
event handler?
-- Only from Server-Side
AddEventHandler("WaveShield:onDetection", function(playerId, reason, details, detectionType, screenshotUrl, banId)
-- your function
end)
Last updated