TheRedText Posted July 23, 2021 Posted July 23, 2021 Hello I wanted to ask if someone knows how to do a command where a player can adjust the engine power based of this:https://wiki.rage.mp/index.php?title=Vehicle::setEnginePowerMultiplier
TheOnlyDroid Posted July 23, 2021 Posted July 23, 2021 There's "SET_VEHICLE_CHEAT_POWER_INCREASE" which is "0xB59E4BD37AE292DB" "MODIFY_VEHICLE_TOP_SPEED" which is "0x93A3996368C94158" if you're ever stuck on natives in general check out; http://www.dev-c.com/nativedb/ 1
MrPancakers Posted July 24, 2021 Posted July 24, 2021 4 hours ago, TheRedText said: Hello I wanted to ask if someone knows how to do a command where a player can adjust the engine power based of this:https://wiki.rage.mp/index.php?title=Vehicle::setEnginePowerMultiplier Create an event clientside, and on the serverside make your command and use player.call to call the clientside event 1
TheRedText Posted July 26, 2021 Author Posted July 26, 2021 Thx,but can some one make me an example because im new to coding and i cant figure it out how to make that command
dimas1k Posted August 20, 2021 Posted August 20, 2021 В 24.07.2021 в 04:51, MrPancakers сказал: Create an event clientside, and on the serverside make your command and use player.call to call the clientside event Can this be done through the config rpf files?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now