Evie Addon Details

Watch - Add Favorite

No Suicide Mod - Version V1.1

posted on 2008-06-14 00:20:44
by u2fat4me
2
w00ts
w00t!
Requires: Tags: addon Counter-Strike css Eventscript mod nosuicide

Description

This mod is primarily scripted for surf servers though is very useful in others as well. When you commit suicide you will be given back the kill that it takes away. This can be very useful for surf servers such as Surf_greatriver and Surf_meh_chopper, because even pros fall to their death eventually, not to mention beginners... It also refunds your score if you type "kill" in your console.

Installation

Very easy to install. Put the nosuicide folder in your cstrike/addons/eventscripts folder and add "es_load nosuicide" to your server.cfg or autoexec.cfg and it's ready to go! You may also remove the refund for the kill command to prevent people spamming it when they are about to be killed by removing the lines:

------------------------------------------------------------
if (event_var(attacker) equalto event_var(userid)) do
{
es_format nosuicide_temp "#green[%1]:#lightgreen I hate my life!" event_var(es_username)
es_msg #multi server_var(nosuicide_temp)


es_msg #multi #green [Gods]: #lightgreen It's ok! We are going to give you plus one for effort!
es score add event_var(userid) 1
}
------------------------------------------------------------
under "event player_death"

Version Notes For V1.1 (Announce this update)

Updated on: 2008-06-16 03:22:36 EST
V1.1
( Previous Versions )