Versuch 4

This commit is contained in:
Mac_Slash
2020-04-19 20:35:21 +02:00
parent 6b2e1445f7
commit 12cbca1fca
2 changed files with 4 additions and 4 deletions

View File

@@ -194,6 +194,9 @@ PilotRouteList(globalData);
import gangwarHandle from './util/Gangwar';
gangwarHandle(globalData);
import weapondamageUtil from './util/weapondamage';
weapondamageUtil();
import clotheShopList from './Interaction/clothes/ClotheShop';
clotheShopList(globalData);
@@ -206,9 +209,6 @@ taximeterInput(globalData);
import refuseCollector from './Jobs/RefuseCollector';
refuseCollector();
import weapondamage from './util/weapondamage';
weapondamage();
require('./Gui/policedepartment');
interface VehicleData {

View File

@@ -1,4 +1,4 @@
export default function weapondamage() {
export default function weapondamageUtil() {
mp.events.add('SERVER:WeaponModifier', (player) => {
//mp.gui.chat.push("Modifier steht jetzt auf" + modifier);
//mp.players.local.setWeaponDamageModifier(modifier);