Garry's Mod

Garry's Mod

Simple Useful Scripts
22개 중 1~10개 표시 중
< 1  2  3 >
업데이트: 2023년 8월 1일 @ 오후 9시 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.

업데이트: 2023년 8월 1일 @ 오전 5시 12분

  • [Added] Entity ID tool

업데이트: 2022년 12월 5일 @ 오후 11시 39분

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

업데이트: 2022년 10월 29일 @ 오후 6시 36분

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

업데이트: 2022년 10월 20일 @ 오후 6시 32분

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

업데이트: 2022년 10월 18일 @ 오후 4시 32분

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

업데이트: 2022년 10월 17일 @ 오후 10시 48분

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

업데이트: 2022년 6월 1일 @ 오전 2시 56분

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

업데이트: 2022년 5월 31일 @ 오후 11시 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

업데이트: 2022년 5월 12일 @ 오전 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