I agree with this...
MTA:Orange should be finish developing soon, and when people switch to it, there's going to be lots of scripts and maps, and we can't make the community site only for it.
add this to your Client script:
function rotate()
rot = setTimer(rotate,5000,1)
x,y,z = getElementRotation(tCars[id])
setElementRotation(tCars[id],x+1,y,z)
resetTimer(rot)
end
addEventHandler ( 'onClientGUIClick', GUIEditor_Grid[1],rotate )
https://wiki.multitheftauto.com/wiki/Sta ... Font_Names
anyways, Instead of doing that, you could make guiCreateLabel over the dx and use it as a button, you don't have to put anything in it.
ok, the baggage vehicle, is very bad for sync and since your the only one playing and driving it, you can't see the difference when others see it...
Can you try something else please...
Did you copy the code and put it in the same script file?
of course i put it.
Parts of the code is server-sided and client-sided, your going to need to add it in different files.
What's bad?
I only removed
addEvent("carSpawn",true)
the rest of the code is his, I didn't want to mess up anything because it works for him, if I wanted to edit the whole code my self then I would have changed so much things...
Back to what I was saying... Did you try the script?