new tuner dlc vehicles
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using GTANetworkAPI;
|
||||
using GTANetworkAPI;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Newtonsoft.Json;
|
||||
using ReallifeGamemode.Database.Entities;
|
||||
@@ -765,6 +765,23 @@ namespace ReallifeGamemode.Server.Managers
|
||||
"fibj",//mod
|
||||
"fibn3",//mod
|
||||
"fibr",//mod
|
||||
"calico",
|
||||
"comet6",
|
||||
"cypher",
|
||||
"dominator7",
|
||||
"dominator8",
|
||||
"euros",
|
||||
"futo2",
|
||||
"growler",
|
||||
"jester4",
|
||||
"previon",
|
||||
"remus",
|
||||
"rt3000",
|
||||
"sultan3",
|
||||
"tailgater2",
|
||||
"vectre",
|
||||
"warrener2",
|
||||
"zr350",
|
||||
};
|
||||
|
||||
private static readonly List<string> _restrictedVehicles = new List<string>()
|
||||
|
||||
Reference in New Issue
Block a user