تسلم على الطرح والمجهود والمشاركة والى الامام
Edit:
زايده إحذفها end الإسكربت فيه خطأ في
function changeNosColor(R,G,B)
if not tonumber(R) >= 0 and not tonumber(R) <= 255 then R = 255 end
if not tonumber(G) >= 0 and not tonumber(G) <= 255 then G = 255 end
if not tonumber(B) >= 0 and not tonumber(B) <= 255 then B = 255 end
engineApplyShaderToWorldTexture (nitroShader,"smoke")
dxSetShaderValue (nitroShader, "gNitroColor", R/100, G/100, B/100)
end
end -- هنا