Restrictions to Opening Menu
-- If you want to add any restrictions/conditions for opening the vehicle menu, you can add them here
-- By defualt, the player cannot open the menu if in handcuffs. Open a ticket in our discord,
-- if for whatever reason, you want handcuffed players to use the menu
function openCCAfterCheck()
openCC() -- This will actually open the menu, so add your conditions before this
end
Last updated