Versuch 4
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user