Search the Community
Showing results for tags 'how to'.
-
Few days ago, I got banned from Drop Club server for no clear reason. I was contacting the admin on their vk, post a thread on their vk and YouTube but gets no respond from them. They just deleted my posts on the vk. I was just stop on the side of the road to wait for other cars to drift with me, but just as soon as I was about to start, I got banned. It says that "serial banned. Reason: (nick: AkimotoRitsu) (by eli). Need Help, please. I was just a new player on MTA:SA and It was short lived because I just want to drift with other peoples and my friends online. It what makes us connected together. PLEASE HELP ME, I was only played MTA:SA for 3 Days.
-
Hello my friends ! I just trying to move an object away when someone fire on it. I created below client and server side codes. Client Side :- addEventHandler("onClientPlayerWeaponFire",root, function (_,_,_,_,_,_,h) if h and getElementType(h) == "vehicle" then triggerServerEvent("onFired",resourceRoot,h) end end ) Server Side :- addEvent("onFired",true) addEventHandler("onFired",root, function (h) setElementVelocity(h,0.1,0.1,0.1) end ) But the problem in here is, when fire in different directions, the velocity / force acted on the vehicle in same direction. Can you please help me to change the force direction of the vehicle according to the fire direction ? I thing maths should be applied in here [ may not :p ]. However, I'm really newbie in some of lua maths. [ math.sine, math.cos, math.tan, math.#%$...BLA.. BLA..]. So, at least little help will very useful !!
-
Hello Everybody ! Can you help me to turn the lights on, that are circled with red color ?