giosito21 Posted May 12, 2022 Share Posted May 12, 2022 how can i make the drawtag mod color stronger? she is almost transparent on the wall Link to comment
MtaBrasilBr Posted May 20, 2022 Share Posted May 20, 2022 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
Administrators Tut Posted May 20, 2022 Administrators Share Posted May 20, 2022 Moving this into the Scripting section. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now