Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 911 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 911 Bytes

Simple-Grenade-Trails

Sourcemod plugin emits trails from thrown grenades

Cvars:

  1. sm_sgt_enabled: Enables or disables the plugin (Default: 1)
  2. sm_sgt_trail_time: Number of seconds trails are visible (Default: 8)
  3. sm_sgt_trail_width_start: Width of grenade trails from starting point (Default: 2.0)
  4. sm_sgt_trail_width_end: Width of grenade trails at ending point (Default: 4.0)
  5. sm_sgt_he_color: HE trail color (Default: Red)
  6. sm_sgt_flash_color: Flash trail color (Default: Blue)
  7. sm_sgt_smoke_color: Smoke trail color (Default: Green)
  8. sm_sgt_molotov_color: Molotov trail color (Default: Purple)
  9. sm_sgt_decoy_color: Decoy trail color (Default: White)
  10. sm_sgt_default_color: Any other trail color (Default: White)
Colors available: Red, Blue, Green, Purple, White, Orange, Yellow, Teal.
	

Allied Modders thread: https://forums.alliedmods.net/showthread.php?t=337901