Vice City: Multiplayer

Server Development => Scripting and Server Management => Script and Content Requests => Topic started by: Luis_Labarca on Jun 25, 2019, 12:11 AM

Title: help - Sprint
Post by: Luis_Labarca on Jun 25, 2019, 12:11 AM

there is some way to prevent them from using sprints that can not be run on the server that when trying to run just walk ??? ???
Title: Re: help - Sprint
Post by: NicusorN5 on Jun 25, 2019, 07:00 PM
No. You can't disable/enable sprinting. You cannot also disable infinite sprinting.
Title: Re: help - Sprint
Post by: Xenon on Jun 25, 2019, 09:01 PM
Yes, you can disable sprint by giving HEAVY flag to your weapons (but then you can't jump also), or by changing ID of wep behaves as eg. M60
Title: Re: help - Sprint
Post by: Luis_Labarca on Jun 26, 2019, 03:08 AM
Quote from: Xenon on Jun 25, 2019, 09:01 PMYes, you can disable sprint by giving HEAVY flag to your weapons (but then you can't jump also), or by changing ID of wep behaves as eg. M60
ok friend the function is like this?

SetWeaponDataValue( 17 , 24 , 32832)
it does not work
Title: Re: help - Sprint
Post by: Luis_Labarca on Aug 22, 2019, 02:07 AM
Quote from: Xenon on Jun 25, 2019, 09:01 PMYes, you can disable sprint by giving HEAVY flag to your weapons (but then you can't jump also), or by changing ID of wep behaves as eg. M60
friend could you pass me n example use SetWeaponDataValue( 17 , 24 , GetWeaponDataValue( 32 , 24 ))
and it does not work