1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-07 09:21:58 +02:00
parent e81974f164
commit 421fb3b261
2 changed files with 9 additions and 4 deletions

View file

@ -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