Addon Details

Watch - Add Favorite


Does this version work for you?
0
w00ts
w00t!

Respawn on death {ROD} - Version 1.0

posted on 2009-11-25 12:45:27
by Wourok

Requires:

Tags: css respawn

Description

Respawn on death {ROD} This simple little script will respawn players on death. I have also included credits if any person in-game types !ROD after loading the script. My steam is: wmjm (main account) Might possibly be on my other account (Not often): wmjm2 And if your intrested in the code. [size=18][color=blue][b] (Feel free to copy, it's and easy script anyway)[/b][/color][/size] [code]echo "// Respawn Menu Made By wourok (Steam: wmjm) block load { es_load popup es_xload popup popup create ROD popup addline ROD "--!ROD!--" popup addline ROD "----------------------------" popup addline ROD "Respawn on Death" popup addline ROD "----------------------------" popup addline ROD "This script makes you" popup addline ROD "respawn after death." popup addline ROD "Scriper info:" popup addline ROD "Steam: wmjm / wmjm2" popup addline ROD "I do not play CSS anymore" popup addline ROD "->0. Exit" popup addline ROD "<>Made by: Wourok<>" } event player_say { if (event_var(text) == "!ROD") do es popup send ROD event_var(userid) } event round_start { es_msg #multi "Type !ROD for credits/info" } event player_death { es est_spawn event_var(userid) }";[/code]

Installation

Go to ur cstrike/addons/eventscripts folder and then make a new filed called: ROD then put the text file into the file you just created. (cstrike/addons/eventscripts/ROD ) Go to cstrike/cfg/autoexec.cfg and add es_load ROD Restart your server and your finished!

Version Notes For 1.0

Updated on: 2009-11-25 12:45:27 EST by Wourok
1.0

( Previous Versions )