Garry's Mod

Garry's Mod

Simple Useful Scripts
Näytetään 1–10 / 22
< 1  2  3 >
Päivitys: 1.8.2023 klo 21.19

  • [Changed] Entity ID tool will now print all info on primary fire, as there was genuinely no reason to split them up in the first place. 2017 me is a complete idiot and I want to slap him.

Päivitys: 1.8.2023 klo 5.12

  • [Added] Entity ID tool

Päivitys: 5.12.2022 klo 23.39

  • [Fixed] Crap Item Cleanup no longer removes player items
  • [Changed] Optimized CIC code to reduce bloat

Päivitys: 29.10.2022 klo 18.36

  • [Added] Editable Jump Pad Entity. Look under Entities > Editors

Päivitys: 20.10.2022 klo 18.32

  • [Fixed] Issue where crap item cleanup would stop other hooks from loading, oops. (Thanks neen)

Päivitys: 18.10.2022 klo 16.32

  • [Added] function to automatically clean maps on load or admin cleanup, via boolean ("vnt_sus_sv_cic_auto")
  • [Changed] minor code cleanup

Päivitys: 17.10.2022 klo 22.48

  • [Added] Crap Item Cleaner function to remove all default map-spawned items and weapons.

Päivitys: 1.6.2022 klo 2.56

  • [Added] Knock function with `knock`
  • [Added] Server-side Knock toggle with `vnt_sus_sv_knock`

Päivitys: 31.5.2022 klo 23.17

  • [Added] `V92` preset
  • [Added] drop weapon on death (`vnt_sus_sv_drop_death`)
  • `weapon_physgun`/`gmod_tool`/`gmod_camera` blacklisted by default, because otherwise you'll see shitloads of physguns laying around
  • [Changed] several forms from `ControlPanel` to `ComboBox` as the former don't like presets
  • [Changed] `vnt_sus_sv_use` is now `vnt_sus_cl_use` to reflect that it's a client setting
  • [Changed] `vnt_sus_sv_drop` is now `vnt_sus_cl_drop` to reflect that it's a client setting

Päivitys: 12.5.2022 klo 6.03

  • [Added] Added option to block vanilla suicides with vnt_sus_sv_suicide_toggle
  • [Changed] Slight changes to options panel for easier use
  • [ToDo] Finish drop weapon on death option
  • [ToDo] Finish drop weapon animation affecting drop style
  • [ToDo] Throw weapon function