Jump to content

Drawtag Collor


Recommended Posts

  • 2 weeks later...

spraying_c.lua
dxDrawMaterialLine3D(x1,y1,z1,x2,y2,z2,tex,size,tocolor(255,255,255,128),x1+nx,y1+ny,z1+nz)
Change To
dxDrawMaterialLine3D(x1,y1,z1,x2,y2,z2,tex,size,tocolor(255,255,255,255),x1+nx,y1+ny,z1+nz)

 

drawing_c.lua
dxDrawImageSection(x,y,256,256,getTickCount()*0.004,0,256,256,"imgs/transparent.png",0,0,0,white,true)
Change To
dxDrawImageSection(x,y,256,256,getTickCount()*0.000,0,256,256,"imgs/transparent.png",0,0,0,white,true)

 

drawing_c.lua
dxDrawRectangle(x-4,y-4,264,264,green,true)
Change To
dxDrawRectangle(x-4,y-4,264,264,blue,true)

 

 

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