sabe de nda inocente /\
vamos lá vá em data/lib/order.lua
procure por isso:
elseif skill == "fly" then
--if not isPremium(cid) then
--doPlayerSendCancel(cid, "Only premium members are allowed to fly.")
--return true
--end
e simplesmente remova os traços ficando:
elseif skill == "fly" then
if not isPremium(cid) then
doPlayerSendCancel(cid, "Only premium members are allowed to fly.")
return true
end