xPikachuu Posted December 13, 2011 Share Posted December 13, 2011 Hii , i'm newbie there, and i make that post because i need a little help whit 2 "problems" then i have whit my local sv, 1st.- How can i disable the "Blur effect"? i mean this one: That effect lag me and i don't like how does it look. And 2nd: How can i change the car color whit RGB codes? i know than it's possible whit MTA 1.1.1 but i don't have an idea of how to do it, i read something in the wiki but i didn't understand nothing... I'm really bad whit scripts so i don't know if i need one or what... Help Oh and sorry for my bad english Link to comment
Castillo Posted December 13, 2011 Share Posted December 13, 2011 This should go in the "Scripting" section. 1): addEventHandler("onClientResourceStart",resourceRoot, function () setBlurLevel(0) end) 2): addCommandHandler("setvehiclecolor", function (thePlayer, cmd, r, g, b) local vehicle = getPedOccupiedVehicle(thePlayer) if (vehicle and tonumber(r) and tonumber(g) and tonumber(b)) then setVehicleColor(vehicle, tonumber(r), tonumber(g), tonumber(b)) end end) Link to comment
=KoG=Rouche Posted December 13, 2011 Share Posted December 13, 2011 You must be admin on your server > Open panel > look for race ressource and double click on it. Then edit blur to '0' Have fun ! Link to comment
xPikachuu Posted December 16, 2011 Author Share Posted December 16, 2011 Thank you guys it work . Sorry for put it in a wrong 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