Jump to content

[HELP] Eventhandler for water...?


lolman

Recommended Posts

Posted
function oxygen() 
    local oxygen = getPedOxygenLevel(localPlayer) 
    if isElementInWater(localPlayer) then 
    dxDrawText("Oxygen: %"..tostring(math.round(oxygen, 0)),20.0,380.0,296.0,301.0,tocolor(0,255,0,255),0.5,"bankgothic","left","top",false,false,false) 
end 
end 

I used it but didn't work...

Futuristic Gaming RPG

560x95_00FF66_DDFF00_000000_000000.png

http://adf.ly/1KwDeT

Posted

I would say it's the 'bottom' argument in dxDrawText function which is wrong.

Please do not PM me with scripting related question nor support, use the forums instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...