raus
This commit is contained in:
@@ -26,6 +26,7 @@ export default function weapondamageUtil(globalData: IGlobalData) {
|
||||
|
||||
mp.players.forEachInStreamRange((player) => {
|
||||
player.setSuffersCriticalHits(false);
|
||||
|
||||
});
|
||||
|
||||
mp.events.add(RageEnums.EventKey.INCOMING_DAMAGE, (sourceEntity: EntityMp, sourcePlayer: PlayerMp, targetEntity: EntityMp, weapon: number, boneIndex: number, damage: number) => {
|
||||
@@ -161,8 +162,6 @@ export default function weapondamageUtil(globalData: IGlobalData) {
|
||||
mp.events.add("entityStreamIn", (entity) => {
|
||||
if (entity.type === "player") {
|
||||
entity.setSuffersCriticalHits(false);
|
||||
let playermodel = entity.Model;
|
||||
mp.gui.chat.push(playermodel.toString());
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user