jonipetteri 11 Posted March 11, 2019 Can I somehow limit the speed of certain player controlled vehicle in multiplayer? What I'm trying to do is to set max speed for UGV Stomper... Any help? Share this post Link to post Share on other sites
Maff 251 Posted March 11, 2019 Have a look at these: Limit player's vehicle speedfnc_speedLimiter.sqf 1 Share this post Link to post Share on other sites
HazJ 1289 Posted March 12, 2019 And also: https://github.com/auQuiksilver/Apex-Framework/blob/d87596bee6a9ee2d96beba3b23cdce0cc3c7d1cd/Apex_framework.terrain/code/config/QS_data_speedLimitAreas.sqf https://github.com/auQuiksilver/Apex-Framework/blob/9363205c0484b6ba1fdb01661411d8d440457fbb/Apex_framework.terrain/code/functions/fn_clientCore.sqf Share this post Link to post Share on other sites
Dedmen 2724 Posted March 12, 2019 On 3/12/2019 at 3:09 PM, HazJ said: And also: https://github.com/auQuiksilver/Apex-Framework/blob/d87596bee6a9ee2d96beba3b23cdce0cc3c7d1cd/Apex_framework.terrain/code/config/QS_data_speedLimitAreas.sqf https://github.com/auQuiksilver/Apex-Framework/blob/9363205c0484b6ba1fdb01661411d8d440457fbb/Apex_framework.terrain/code/functions/fn_clientCore.sqf The first one just returns positions. Doesn't have anything speed limiter in there it seems besides the name of the file. And wtf is the second link 😄 Is that a joke? I would also recommend the ACE one. Just wanted to post it here but just noticed that @Maff already did so ^^ TLDR ACE calls setVelocity every frame if you are over the allowed speed. Also what a weird coincidence that somebody else asked the same recently: https://forums.bohemia.net/forums/topic/222283-limit-players-vehicle-speed 1 Share this post Link to post Share on other sites
HazJ 1289 Posted March 12, 2019 Second one requires first one, as you say, it gets the positions. Second one, have to sort through it. Should kill some time. 🤣 If you don't have much time, use the ACE one. If you have lots of time and are bored, sort these two into one. 1 Share this post Link to post Share on other sites