BLSmith2112 0 Posted July 20, 2008 I want to edit a vehicle's top speed. Is it possible to change without having ether an additional script or modification of the addon itself? Thanks in advance. Share this post Link to post Share on other sites
.kju 3245 Posted July 20, 2008 possible via script (setVelocity) Share this post Link to post Share on other sites
Boborish 1 Posted July 20, 2008 I think limitSpeed will be better for this. But it doesnt work if you apply it once, you need to do it in cycle, something like <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">while {alive _vehicle} do {_vehicle limitSpeed 20;speel 0.01} Also dont know if this works with player driver as well, but it does with AI. Share this post Link to post Share on other sites