Add Tesla, fix player/keys
This commit is contained in:
@@ -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
|
||||||
|
|||||||
3
Client/dlcpacks/teslamodels/dlc.rpf
Normal file
3
Client/dlcpacks/teslamodels/dlc.rpf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dcdd3bc395495b6cb05694e219de3fd35302209641cb29977baaeebd2d149654
|
||||||
|
size 17388032
|
||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user