Jump to content

dxDrawImage HELP


Lloyd Logan

Recommended Posts

yes the latter is what he means

for example, if you did this to add the eventhandler:

  
function drawSomething() 
 dxDrawImage3D(vx,vy,vz, 3, 3, face, tocolor(255,255,255,255),0, ax,ay,az ) 
end 
  
addEventHandler("onClientRender", root, drawSomething ); 

then you remove it by doing

removeEventHandler("onClientRender", root, drawSomething ); 

Link to comment
yes the latter is what he means

for example, if you did this to add the eventhandler:

  
function drawSomething() 
 dxDrawImage3D(vx,vy,vz, 3, 3, face, tocolor(255,255,255,255),0, ax,ay,az ) 
end 
  
addEventHandler("onClientRender", root, drawSomething ); 

then you remove it by doing

removeEventHandler("onClientRender", root, drawSomething ); 

Yes, thanks alot!

Link to comment

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