Jump to content
Sign in to follow this  
BLSmith2112

Limiting speed of an addon?

Recommended Posts

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

possible via script (setVelocity)

Share this post


Link to post
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×