vuelo = false
function volar()
if (vuelo == false) then
vuelo = true
setWorldSpecialPropertyEnabled("aircars", true)
triggerServerEvent("onFly", getLocalPlayer())
else
vuelo = false
setWorldSpecialPropertyEnabled("aircars", false)
triggerServerEvent("offFly", getLocalPlayer())
end
end
addCommandHandler("fly", volar)
isObjectInACLGroup("Admin")
end
Whats wrong i can't fly i'm Admin btw i need Occupation i mean Admin Occupation can fly