giosito21 Posted May 12, 2022 Posted May 12, 2022 how can i make the drawtag mod color stronger? she is almost transparent on the wall
MtaBrasilBr Posted May 20, 2022 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)
Moderators Tut Posted May 20, 2022 Moderators Posted May 20, 2022 Moving this into the Scripting section. Give a man a fish and you feed him for a day. Teach him how to fish and you feed him for a lifetime - Lao Tzu
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