headshot raus?
This commit is contained in:
@@ -81,6 +81,14 @@
|
||||
mp.game.invoke("0x4A3DC7ECCC321032", player, meelemodifier);
|
||||
//mp.gui.chat.push("Modifier: " + modifier + "MeeleModifier: " + meelemodifier);
|
||||
});
|
||||
|
||||
mp.events.add("entityStreamIn", (entity) => {
|
||||
if (entity.type === "player") {
|
||||
entity.setSuffersCriticalHits(false);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
/*mp.events.add('playerWeaponShot', (targetPosition, targetEntity) => {
|
||||
for (var x in this.weaponAmmo) {
|
||||
if (this.weaponAmmo[x].id != this.currentWeapon) {
|
||||
|
||||
Reference in New Issue
Block a user