Evie Addon Details

Watch - Add Favorite

Waterguns by Mattie - Version V1.0

posted on 2006-08-03 01:15:29
Led by Mattie
Collaborators: Mattie
5
w00ts
w00t!
Requires: Tags: css dispatcheffect dods effects hl2dm

Description

Waterguns by Mattie

Waterguns causes "splash damage" by making water sounds and effects whenever you shoot an enemy.

Features:
------------------------------
  • When a player is hurt, a water-splash effect occurs.
  • This script is incredibly short. I'm just releasing it as an example of a cool trick.
  • It has the highest coolness-to-length ratio of any script I've ever written.
------------------------------
Installation:
------------------------------
  • Download es_waterguns.txt
  • Place it into cstrike/addons/eventscripts/waterguns/es_waterguns.txt
  • Add: es_load waterguns to you autoexec.cfg.
  • Restart your server!
------------------------------
Code: (yes, this is all of it)
------------------------------
event player_hurt
{
es_fire event_var(userid) !self DispatchEffect WaterSurfaceExplosion
}
------------------------------

http://mattie.info/downloads/es_waterguns.txt

Let me know if you have questions or comments. Enjoy!
-Mattie

Version Notes For V1.0 (Announce this update)

Updated on: 2007-07-13 11:15:17 EST
Initial Release.
( Previous Versions )