Push files

This commit is contained in:
VegaZ
2019-02-25 19:59:02 +01:00
parent ff7374fc07
commit ad51f56b32
8 changed files with 193 additions and 28 deletions

View File

@@ -64,6 +64,13 @@ mp.keys.bind(0x62, false, function () {
}
});
//NUM5 //Fraktionsinteraktion (Tasks sortieren)
mp.keys.bind(0x65, false, function () {
if (!globalData.InChat) {
mp.events.call("sortFactionTasks");
}
});
//E
mp.keys.bind(0x45, false, function () {
if (!globalData.InChat) {