ozinhobr Posted August 5, 2020 Posted August 5, 2020 player.setCanBeKnockedOffVehicle(state); I am using the code above in order to create a seat belt, but nothing happens when I run with any argument I type. if anyone can help, i am grateful.
xtance Posted November 7, 2020 Posted November 7, 2020 (edited) //Clientside let flag = !player.getConfigFlag(32, true); player.setConfigFlag(32, flag); mp.gui.chat.push('Seatbelt '+(flag?'off':'on')); If anyone still cares Also config flags https://wiki.rage.mp/index.php?title=Player_Config_Flags Edited November 7, 2020 by xtance 3
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