Add Tesla, fix player/keys

This commit is contained in:
VegaZ
2018-12-25 17:38:23 +01:00
parent d22cf6e1ba
commit 3fc364433c
3 changed files with 7 additions and 1 deletions

View File

@@ -34,7 +34,9 @@ mp.keys.bind(0x76, false, function () {
//NUM2 //Save Blips in Edit Mode //NUM2 //Save Blips in Edit Mode
mp.keys.bind(0x62, false, function () { mp.keys.bind(0x62, false, function () {
mp.events.callRemote("keyPress:NUM2"); if (!chat) {
mp.events.callRemote("keyPress:NUM2");
}
}); });
//E //E

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dcdd3bc395495b6cb05694e219de3fd35302209641cb29977baaeebd2d149654
size 17388032

View File

@@ -13,6 +13,7 @@ namespace reallife_gamemode.Server.Managers
{ {
private static readonly List<string> _enabledMods = new List<string>() private static readonly List<string> _enabledMods = new List<string>()
{ {
"models",
"polamggtr", "polamggtr",
"impaler3", "impaler3",
"monster4", "monster4",