Jump to content

Wasted script


Guest

Recommended Posts

Posted

Can someone help me out with script ? I need script that when my player dies it will show WASTED text like in original GTA san andreas 

Posted

No , I want to make WASTED text like in original GTA SAN ANDREAS style . Not gta 5

Posted

So I need to something similar like this ? 

addEventHandler( "onPlayerWasted", getRootElement( ),
  function createText ( )

Posted
function drawText
  dxDrawText()
end
addEventHandler("onClientRender", root, drawText)
  
addEventHandler("onClientPlayerWasted", root,
    function()
      drawText()
    end
)

 

Posted

So what's now ? I am new at scripting so I don't really know what to do in next step ?

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...