Garry's Mod

Garry's Mod

ANPlus [BASE] | Replacer Update
Ergebnisse 291–300 von 301
< 1 ... 28  29  30  31 >
Update: 25. Okt. 2022 um 8:36

CHANGES:

  • Added new function "OnNPCRemove":,
    > It runs whenever NPC gets removed.

Update: 25. Okt. 2022 um 5:40

CHANGES:

  • Changes to the "OnNPCScaleDamageOnEntity" function:,
    > Changed name to "OnNPCDamageOnEntity" as it had nothing to do with scaling,
    > Added missing "self" value ( from (ent, dmginfo) to (self, ent, dmginfo) ).

Update: 25. Okt. 2022 um 4:34

CHANGES:

  • "ActivitySpeed" functionality has been changed and improved upon:,
    > Besides speeding or slowing down activities it is now possible to replace them.

Update: 24. Okt. 2022 um 17:17

CHANGES:

  • Sound edit functionality got rewritten (please refer to the template),

Update: 24. Okt. 2022 um 10:23

Update: 24. Okt. 2022 um 8:22

CHANGES:

  • Fixed body groups not applying correctly,

Update: 24. Okt. 2022 um 4:27

CHANGES:

  • Fixed "OnNPCWaterLevelChanged" function,
  • Adeed a bunch of new functions:
    >OnNPCScaleDamageOnNPC - Runs whenever your NPC damages other NPCs.
    >OnNPCScaleDamageOnPlayer - Runs whenever your NPC damages Players.
    >OnNPCScaleDamageOnEntity - Runs whenever your NPC damages anything else. You can still detect if the hit thing was a Player or NPC but you can't detect hit groups through it.

Update: 23. Okt. 2022 um 4:42

CHANGES:

  • NPCs will keep their randomized pitch, volume, and sound level,

Update: 23. Okt. 2022 um 3:10

CHANGES:

  • Hotfix,
  • Added new variable ['LookDistance']:
    > It lets you precisely set sight distance on Your NPC.

Update: 22. Okt. 2022 um 18:02