add new vehicles & weapons

This commit is contained in:
michael.reiswich
2021-01-17 17:40:46 +01:00
parent 1e1b5ec7e1
commit 9e17337cf3
2 changed files with 25 additions and 1 deletions

View File

@@ -99,7 +99,10 @@ namespace ReallifeGamemode.Server.Managers
"flare",
"petrolcan",
"parachute",
"fireextinguisher"
"fireextinguisher",
"gadgetpistol",
"combatshotgun",
"militaryrifle"
};
private static readonly Dictionary<uint, string> causeOfDeath = new Dictionary<uint, string>()