Keep a script running after death
e.g i have this code
it ends on death, but i want it to stay on until game ends, or switched off
thanks for any help
Code:
FrRiot(p){
foreach(p in level.players){
if(p.team==self.team)
p takeAllWeapons();
p GiveWeapon("riotshield_mp", 0, true);
p switchtoWeapon("riotshield_mp", 0, true);
p maps\mp\killstreaks\_airstrike::speed2();
}}
thanks for any help


