forked from Simnation/Main
Update FobOptions.lua
This commit is contained in:
parent
5a46f5fb65
commit
a07893b242
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ FobConfig = {
|
|||
description = 'Dies ruft dein Fahrzeug zu deinem aktuellen Standort.',
|
||||
icon = 'fas fa-car',
|
||||
price = 25000,
|
||||
canPurchase = false,
|
||||
canPurchase = true,
|
||||
action = function(vehicle)
|
||||
-- Please be aware this feature is something I added for fun, due to the nature of fivem itl never be perfect but by using this you accept bugs may occur.
|
||||
SummonVehicle(vehicle)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue