1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-07 07:50:05 +02:00
parent d34e3b601e
commit 92f9b55b4c
31 changed files with 45 additions and 13 deletions

View file

@ -4,8 +4,8 @@ FobConfig = {
{
number = 1,
action_id = 'REMOTE_START',
text = 'Remote Start',
description = 'This will start/stop the engine of the vehicle',
text = 'Fernstart',
description = 'Damit startest oder stoppst du den Motor des Fahrzeugs',
icon = 'fas fa-car',
price = 25000,
canPurchase = false,
@ -17,8 +17,8 @@ FobConfig = {
{
number = 2,
action_id = 'ROOF_TOGGLE',
text = 'Toggle Roof',
description = 'This will open/close the roof of the vehicle',
text = 'Dach steuern',
description = 'Damit öffnest oder schließt du das Fahrzeugdach',
icon = 'fas fa-car',
price = 25000,
canPurchase = false,
@ -31,8 +31,8 @@ FobConfig = {
{
number = 3,
action_id = 'SELFPARK_VEHICLE',
text = 'Park Vehicle',
description = 'This will park your vehicle in the nearest parking spot',
text = 'Fahrzeug parken',
description = 'Damit parkt dein Fahrzeug auf dem nächstgelegenen Stellplatz.',
icon = 'fas fa-car',
price = 25000,
canPurchase = false,
@ -44,8 +44,8 @@ FobConfig = {
{
number = 4,
action_id = 'SUMMON_VEHICLE',
text = 'Summon Vehicle',
description = 'This will summon your vehicle to your location',
text = 'Fahrzeug rufen',
description = 'Dies ruft dein Fahrzeug zu deinem aktuellen Standort.',
icon = 'fas fa-car',
price = 25000,
canPurchase = false,
@ -58,7 +58,7 @@ FobConfig = {
number = 5,
action_id = 'AUTO_PILOT',
text = 'Auto Pilot',
description = 'This Will Drive Your Vehicle To The Set Waypoint',
description = 'Das Fahrzeug fährt damit automatisch zum gesetzten Wegpunkt.',
icon = 'fas fa-car',
price = 25000,
canPurchase = true,
@ -70,8 +70,8 @@ FobConfig = {
{
number = 6,
action_id = 'DANCE_MODE',
text = 'Dance Mode',
description = 'This Will Make Your Vehicle Dance',
text = 'Tanzmodus',
description = 'Dadurch wird dein Fahrzeug tanzen.',
icon = 'fas fa-car',
price = 25000,
canPurchase = true,
@ -83,8 +83,8 @@ FobConfig = {
{
number = 7,
action_id = 'PROXIMITY_TOGGLE',
text = 'Proximity Locks',
description = 'This Will Allow You To Toggle Proximity Locks',
text = 'Automatisches Schloss',
description = 'Damit kannst du die Verriegelung per Annäherung aktivieren oder deaktivieren.',
icon = 'fas fa-car',
price = 1000,
canPurchase = true,

View file

@ -97,6 +97,14 @@ Config.VehicleSettings = {
[`virtue`] = true,
[`vivanite`] = true,
[`envisage`] = true,
[`gblod4`] = true,
[`gbsapphire`] = true,
[`gbbriosof`] = true,
[`gbeon`] = true,
[`gbstarlight`] = true,
[`gbneonct`] = true,
[`imperialev`] = true,
-- this is a list of all known vanilla electric vehicles, if you have a custom one you can add it here
},
ConvertableVehicles = {
@ -116,6 +124,10 @@ Config.VehicleSettings = {
[`tornado5`] = true,
[`Vigero3`] = true,
[`dominator9`] = true,
[`gbtenfr`] = true,
[`gbschlagenr`] = true,
[`vweos`] = true,
-- this is a list of all known vanilla convertable vehicles, if you have a custom one you can add it here
},
HijackImmune = {