forked from Simnation/Main
ed
This commit is contained in:
parent
e81974f164
commit
421fb3b261
2 changed files with 9 additions and 4 deletions
|
@ -21,7 +21,7 @@ FobConfig = {
|
|||
description = 'Damit öffnest oder schließt du das Fahrzeugdach',
|
||||
icon = 'fas fa-car',
|
||||
price = 25000,
|
||||
canPurchase = false,
|
||||
canPurchase = true,
|
||||
action = function(vehicle)
|
||||
local roofState = GetConvertibleRoofState(vehicle)
|
||||
if roofState == 2 then return RaiseConvertibleRoof(vehicle, false) end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue