Addon Details

Watch - Add Favorite


Does this version work for you?
12
w00ts
w00t!2

NowYouSeeMe - Version 5

posted on 2007-06-07 05:47:20
by SuperDave



Description

Sets player visibility based on movement and damage. Requires only ES 2.0.0.248+ Options:[syntax="es"]// NowYouSeeMe release 5 options // ./addons/eventscripts/nowyouseeme/nowyouseeme.cfg // http://addons.eventscripts.com/addons/view/nowyouseeme // Load this addon with: es_load nowyouseeme // ***** Visibility options ***** // Note that unequipped weapons or items will always be fully visible. // Minimum visibility a player can have (0 to 255 inclusive) nowyouseeme_visibility_min 50 // Maximum visibility a player can have (0 to 255 inclusive) nowyouseeme_visibility_max 255 // ***** Damage options ***** // Damage allowed before visibility is affected nowyouseeme_damage_min 10 // Damage allowed before a player is fully visible nowyouseeme_damage_max 65 // Number of seconds damage will affect visibility nowyouseeme_damage_dietime 5.5 // ***** Movement options ***** // Movement allowed before visibility is affected nowyouseeme_movement_min 100 // Movement allowed before a player is fully visible nowyouseeme_movement_max 200 // Number of seconds between movement updates nowyouseeme_movement_updatedelay 1 // Number of updates movement will affect visibility nowyouseeme_movement_diecount 3[/syntax] Please see the forum link below if you have questions or comments.

Installation

Install with:[syntax="es"]es_install extendedevents[/syntax]Load once for [b]extendedevents.cfg[/b] to appear:[syntax="es"]es_load extendedevents[/syntax]Configure your options in [b]extendedevents.cfg[/b] and then reload the addon.

Version Notes For 5

Updated on: 2008-09-15 02:15:38 EST by SuperDave (View Zip Contents)
- Updated to ES 2.0 - Updated to affect active weapon visibility as well as player visibility

( Previous Versions )