Client Exports
isOpened
exports['redutzu-mdt']:isOpened()CreateThread(function()
while true do
if IsControlJustReleased(0, 38) then
local opened = exports['redutzu-mdt']:isOpened()
if opened then
-- do something if the player pressed "E" and he is using the MDT
end
end
Wait(5)
end
end)Last updated