Current time: 01 May 2024, 10:25 PM



SAPP ZOMBIES & PHANTOMS
Offline hexthat

Registered User
Registered
9 Years of Service
Posts: 64
Threads: 17
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: May 2014
Reputation: 0
#1
SAPP ZOMBIES & PHANTOMS

I've been working on this SAPP server. I think it's fairly good. ATM I am trying to hack SAPP so when it says stuff it doesn't say "** SAPP **".

SAPP settings

COMMANDS
Code:
next 'map_next' 3
prev 'map_prev' 3
reset 'sv_map_reset' 33
begin 'mapcycle_begin' 3
balance 'say * "Teams will be balanced in 5 seconds!";w8 1;cd;w8 5;balance_teams;w8 2;say * "Teams were balanced!"' 4

EVENTS
Code:
event_start 'cinematic_start;w8 3;s * 0;say * "Waiting for more players...";w8 1;s * 0;say * 5...;w8 1;s * 0;say * 4...;w8 1;s * 0;say * 3...;w8 1;s * 0;say * 2...;w8 1;s * 0;say * 1...;w8 1;st * red;st rand blue;s * 1;wait 220;cinematic_stop;sv_map_reset;say * "GO!!!"'
event_start $mode:ZOMBIES 'disable_all_objects 2 1;w8 20;say * "!ZOMBIES!"'
event_start $mode:PHANTOMS 'disable_all_objects 2 0;w8 20;say * "!PHANTOMS!"'

event_start $mode:PHANTOMS 'disable_object "vehicles\banshee\banshee_mp" 2'
event_start $mode:PHANTOMS 'disable_object "vehicles\c gun turret\c gun turret_mp" 2'
event_start $mode:PHANTOMS 'disable_object "vehicles\warthog\mp_warthog" 2'
event_start $mode:PHANTOMS 'disable_object "vehicles\scorpion\scorpion_mp" 2'
event_start $mode:PHANTOMS 'disable_object "vehicles\rwarthog\rwarthog" 2'
event_start $mode:PHANTOMS 'disable_object "vehicles\ghost\ghost_mp" 2'
event_start $mode:PHANTOMS 'disable_object "weapons\assault rifle\assault rifle" 2'
event_start $mode:PHANTOMS 'disable_object "weapons\ball\ball" 2'
event_start $mode:PHANTOMS 'disable_object "weapons\flag\flag" 2'
event_start $mode:PHANTOMS 'disable_object "weapons\flamethrower\flamethrower" 2'
event_start $mode:PHANTOMS 'disable_object "weapons\plasma_cannon\plasma_cannon" 2'
event_start $mode:PHANTOMS 'disable_object "weapons\needler\mp_needler" 2'
event_start $mode:PHANTOMS 'disable_object "weapons\pistol\pistol" 2'
event_start $mode:PHANTOMS 'disable_object "weapons\plasma pistol\plasma pistol" 2'
event_start $mode:PHANTOMS 'disable_object "weapons\plasma rifle\plasma rifle" 2'
event_start $mode:PHANTOMS 'disable_object "weapons\rocket launcher\rocket launcher" 2'
event_start $mode:PHANTOMS 'disable_object "weapons\shotgun\shotgun" 2'
event_start $mode:PHANTOMS 'disable_object "weapons\sniper rifle\sniper rifle" 2'
event_start $mode:PHANTOMS 'disable_object "weapons\frag grenade\frag grenade" 2'
event_start $mode:PHANTOMS 'disable_object "weapons\plasma grenade\plasma grenade" 2'
event_start $mode:PHANTOMS 'disable_object "powerups\health pack" 2'
event_start $mode:PHANTOMS 'disable_object "powerups\over shield" 2'

event_join $lvl>1 'w8 1;say * "Admin $name has joined!"'
event_join $pn=1 'st $n blue'
event_join $pn>1 $pn<=6 'st $n red;hp bt +1'
event_join $pn>6 'st $n blue;hp rt +1'

event_die $team:red $pn>3 $reds=1 $killer>=0 'sv_map_next'
event_die $mode:ZOMBIES $team:red $killer>=0 $killer!=$n 'wait 100;st $n blue;say * "$name got bitten by a zombie!";hp rt +1;hp bt -1'
event_die $mode:ZOMBIES $team:blue $blues=1 $reds>2 $kills<3 $deaths>9 'st randred blue;say * "The Zombie is noob, switching another player to zombie..."'
event_die $mode:PHANTOMS $team:red $killer>=0 $killer!=$n 'wait 100;st $n blue;say * "$name had their soul removed!";hp rt +1;hp bt -1'
event_die $mode:PHANTOMS $team:blue $blues=1 $reds>2 $kills<3 $deaths>9 'st randred blue;say * "The Phantom is noob, switching another player to phantom..."'

event_suicide $mode:ZOMBIES $team:red 'wait 100;say * "$name had a nervous breakdown during the zombie apocalipse!";hp rt +1;hp bt -1;st $n blue'
event_suicide $mode:PHANTOMS $team:red 'wait 100;say * "$name had a nervous breakdown during the phantom apocalipse!";hp rt +1;hp bt -1;st $n blue'

event_leave $team:blue 'hp rt -1;
event_leave $team:red 'hp bt -1;
event_leave $reds=0 $blues>2 'sv_map_next'
event_leave $mode:ZOMBIES $blues=0 $reds>1 'say * "The last zombie quit, switching another player to zombie...";st rand blue'
event_leave $mode:PHANTOMS $blues=0 $reds>1 'say * "The last phantom quit, switching another player to phantom...";st rand blue'

event_kill $mode:ZOMBIES $team:red $kills=1 'say $n "This was your first zombie kill, $name!"'
event_kill $mode:ZOMBIES $team:red $kills=5 'say $n "5 zombie kills, well done $name!"'
event_kill $mode:ZOMBIES $team:red $kills=10 'say $n "Gogo $name, You have 10 zombie kills!"'
event_kill $mode:ZOMBIES $team:red $kills=15 'say $n "15 zombie kills, great job $name!"'
event_kill $mode:ZOMBIES $team:red $kills=20 'say $n "20 zombie kills, nice $name!"'
event_kill $mode:ZOMBIES $team:red $kills=25 'say $n "25 zombie kills, super $name!";ammo $n 255 5'
event_kill $mode:ZOMBIES $team:red $kills=50 'say $n "50 zombie kills, amazing $name!"'
event_kill $mode:ZOMBIES $team:blue $kills=1 'say $n "You have eat'n your first brain, $name!"'
event_kill $mode:ZOMBIES $team:blue $kills=5 'say $n "5 brains, well done $name!"'
event_kill $mode:ZOMBIES $team:blue $kills=10 'say $n "Gogo $name, You have ate 10 brains!"'
event_kill $mode:ZOMBIES $team:blue $kills=15 'say $n "15 brains, great job $name!"'
event_kill $mode:ZOMBIES $team:blue $kills=20 'say $n "20 brains, nice $name!"'
event_kill $mode:ZOMBIES $team:blue $kills=25 'say $n "25 brains, super $name!"'
event_kill $mode:ZOMBIES $team:blue $kills=50 'say $n "50 brains, amazing $name!"'
event_kill $mode:ZOMBIES $team:red $streak=5 'say * "$name - Zombie Killing Spree!"'
event_kill $mode:ZOMBIES $team:red $streak=10 'say * "$name - Zombie Killing Frenzy!"'
event_kill $mode:ZOMBIES $team:red $streak=15 'say * "$name - Zombie Running Riot!"'
event_kill $mode:ZOMBIES $team:red $streak=20 'say * "$name - Zombie Rampage!"'
event_kill $mode:ZOMBIES $team:red $streak=25 'say * "$name - Zombie Untouchable!"'
event_kill $mode:ZOMBIES $team:red $streak=30 'say * "$name - Zombie Invincible!"'
event_kill $mode:ZOMBIES $team:red $streak=35 'say * "$name - Zombie Inconceivable!"'
event_kill $mode:ZOMBIES $team:red $streak=40 'say * "$name - Zombie Unfrigginbelievable!"'
event_kill $mode:ZOMBIES $team:blue $streak=5 'say * "$name - Human Killing Spree!"'
event_kill $mode:ZOMBIES $team:blue $streak=10 'say * "$name - Human Killing Frenzy!"'
event_kill $mode:ZOMBIES $team:blue $streak=15 'say * "$name - Human Running Riot!"'
event_kill $mode:ZOMBIES $team:blue $streak=20 'say * "$name - Human Rampage!"'
event_kill $mode:ZOMBIES $team:blue $streak=25 'say * "$name - Human Untouchable!"'
event_kill $mode:ZOMBIES $team:blue $streak=30 'say * "$name - Human Invincible!"'
event_kill $mode:ZOMBIES $team:blue $streak=35 'say * "$name - Human Inconceivable!"'
event_kill $mode:ZOMBIES $team:blue $streak=40 'say * "$name - Human Unfrigginbelievable!"'
event_kill $mode:ZOMBIES $combo=3 'say * "$name - Double Kill!"'
event_kill $mode:ZOMBIES $combo=3 'say * "$name - Triple Kill!"'
event_kill $mode:ZOMBIES $combo=4 'say * "$name - Overkill!"'
event_kill $mode:ZOMBIES $combo=5 'say * "$name - Killtacular!"'
event_kill $mode:ZOMBIES $combo=6 'say * "$name - Killtrocity!"'
event_kill $mode:ZOMBIES $combo=7 'say * "$name - Killimanjaro!"'
event_kill $mode:ZOMBIES $combo=8 'say * "$name - Killtastrophe!"'
event_kill $mode:ZOMBIES $combo=9 'say * "$name - Killapocalypse!"'
event_kill $mode:ZOMBIES $combo=10 'say * "$name - Killionaire!"'
event_kill $mode:ZOMBIES $combo=11 'say * "$name - Gaze of Medusa!"'
event_kill $mode:PHANTOMS $team:red $kills=1 'say $n "This was your first phantom kill, $name!"'
event_kill $mode:PHANTOMS $team:red $kills=5 'say $n "5 phantom kills, well done $name!"'
event_kill $mode:PHANTOMS $team:red $kills=10 'say $n "Gogo $name, You have 10 phantom kills!"'
event_kill $mode:PHANTOMS $team:red $kills=15 'say $n "15 phantom kills, great job $name!"'
event_kill $mode:PHANTOMS $team:red $kills=20 'say $n "20 phantom kills, nice $name!"'
event_kill $mode:PHANTOMS $team:red $kills=25 'say $n "25 phantom kills, super $name!";ammo $n 255 5'
event_kill $mode:PHANTOMS $team:red $kills=50 'say $n "50 phantom kills, amazing $name!"'
event_kill $mode:PHANTOMS $team:blue $kills=1 'say $n "You have stolen your first soul, $name!"'
event_kill $mode:PHANTOMS $team:blue $kills=5 'say $n "5 souls, well done $name!"'
event_kill $mode:PHANTOMS $team:blue $kills=10 'say $n "Gogo $name, You have stolen 10 souls!"'
event_kill $mode:PHANTOMS $team:blue $kills=15 'say $n "15 souls, great job $name!"'
event_kill $mode:PHANTOMS $team:blue $kills=20 'say $n "20 souls, nice $name!"'
event_kill $mode:PHANTOMS $team:blue $kills=25 'say $n "25 souls, super $name!"'
event_kill $mode:PHANTOMS $team:blue $kills=50 'say $n "50 souls, amazing $name!"'
event_kill $mode:PHANTOMS $team:red $streak=5 'say * "$name - Phantom Killing Spree!"'
event_kill $mode:PHANTOMS $team:red $streak=10 'say * "$name - Phantom Killing Frenzy!"'
event_kill $mode:PHANTOMS $team:red $streak=15 'say * "$name - Phantom Running Riot!"'
event_kill $mode:PHANTOMS $team:red $streak=20 'say * "$name - Phantom Rampage!"'
event_kill $mode:PHANTOMS $team:red $streak=25 'say * "$name - Phantom Untouchable!"'
event_kill $mode:PHANTOMS $team:red $streak=30 'say * "$name - Phantom Invincible!"'
event_kill $mode:PHANTOMS $team:red $streak=35 'say * "$name - Phantom Inconceivable!"'
event_kill $mode:PHANTOMS $team:red $streak=40 'say * "$name - Phantom Unfrigginbelievable!"'
event_kill $mode:PHANTOMS $team:blue $streak=5 'say * "$name - Human Killing Spree!"'
event_kill $mode:PHANTOMS $team:blue $streak=10 'say * "$name - Human Killing Frenzy!"'
event_kill $mode:PHANTOMS $team:blue $streak=15 'say * "$name - Human Running Riot!"'
event_kill $mode:PHANTOMS $team:blue $streak=20 'say * "$name - Human Rampage!"'
event_kill $mode:PHANTOMS $team:blue $streak=25 'say * "$name - Human Untouchable!"'
event_kill $mode:PHANTOMS $team:blue $streak=30 'say * "$name - Human Invincible!"'
event_kill $mode:PHANTOMS $team:blue $streak=35 'say * "$name - Human Inconceivable!"'
event_kill $mode:PHANTOMS $team:blue $streak=40 'say * "$name - Human Unfrigginbelievable!"'
event_kill $mode:PHANTOMS $combo=3 'say * "$name - Double Kill!"'
event_kill $mode:PHANTOMS $combo=3 'say * "$name - Triple Kill!"'
event_kill $mode:PHANTOMS $combo=4 'say * "$name - Overkill!"'
event_kill $mode:PHANTOMS $combo=5 'say * "$name - Killtacular!"'
event_kill $mode:PHANTOMS $combo=6 'say * "$name - Killtrocity!"'
event_kill $mode:PHANTOMS $combo=7 'say * "$name - Killimanjaro!"'
event_kill $mode:PHANTOMS $combo=8 'say * "$name - Killtastrophe!"'
event_kill $mode:PHANTOMS $combo=9 'say * "$name - Killapocalypse!"'
event_kill $mode:PHANTOMS $combo=10 'say * "$name - Killionaire!"'
event_kill $mode:PHANTOMS $combo=11 'say * "$name - Gaze of Medusa!"'

event_warp $warps=9 'say * "Warning! $name will be kicked for warping!"'
event_warp $warps=11 'say * "Warning! $name will be kicked for warping!"'
event_warp $warps=12 'k $n Warping'

event_camp $mode:ZOMBIES $campkills=2 $team:red 'say $n "$name STOP camping or you will become a zombie!"'
event_camp $mode:ZOMBIES $campkills=3 $team:red 'say * "$name will become a zombie soon because of camping!"'
event_camp $mode:ZOMBIES $campkills=4 $team:red 'say * "$name is still camping and he is about to become a zombie!"'
event_camp $mode:PHANTOMS $campkills=2 $team:red 'say $n "$name STOP camping or you will become a phantom!"'
event_camp $mode:PHANTOMS $campkills=3 $team:red 'say * "$name will become a phantom soon because of camping!"'
event_camp $mode:PHANTOMS $campkills=4 $team:red 'say * "$name is still camping and he is about to become a phantom!"'

event_alive $campkills=3 $hp>=0 $team:red 'say $n "-0.1 hp"; hp $n -0.1'
event_alive $campkills=4 $hp>=0 $team:red 'say $n "-0.25 hp"; hp $n -0.25'
event_alive $campkills>=5 $hp>=0 $team:red 'say $n "-1 hp"; hp $n -1'
event_alive $mode:ZOMBIES $campkills>0 $hp<0 $team:red 'st $n blue;hp rt +1;hp bt -1;say * "$name was camping too much and he became a zombie!"'
event_alive $mode:PHANTOMS $campkills>0 $hp<0 $team:red 'st $n blue;hp rt +1;hp bt -1;say * "$name was camping too much and he became a phantom!"'

event_end $mode:ZOMBIES $reds=0 'say * "Good Game, Zombies Won!"'
event_end $mode:PHANTOMS $reds=0 'say * "Good Game, Phantoms Won!"'
event_end $reds>0 'say * "Good Game, Humans Won!"'

event_spawn $reds=0 $blues>2 'sv_map_next'
event_spawn $mode:PHANTOMS $team:red 'wdel $n;wait 210;spawn weap "weapons\shotgun\shotgun" $n;wadd $n;ammo $n 255 5;hp $n $blues;say $n "Survive for 15 minutes or until humans have 50 Ghost Busten kills!"'
event_spawn $mode:PHANTOMS $team:blue 'nades $n 0;wdel $n;wait 210;spawn weap "weapons\plasma rifle\plasma rifle" $n;wadd $n;battery $n 0 5;s $n 1.5;hp $n $reds;camo $n 5000;say $n "Kill Humans and remove their soul!"'
event_spawn $mode:ZOMBIES $team:red 'wdel $n;wait 210;spawn weap "weapons\shotgun\shotgun" $n;wadd $n;ammo $n 255 5;hp $n $blues;say $n "Survive for 15 minutes or until humans have 50 kills!"'
event_spawn $mode:ZOMBIES $team:blue 'nades $n 0;wdel $n;wait 210;spawn weap "weapons\plasma rifle\plasma rifle" $n;wadd $n;battery $n 0 5;s $n 1.5;hp $n $reds;say $n "Kill Humans and eat brains!"'

INIT
Code:
log 1
log_rotation 8192
sapp_rcon 1
afk_kick 720
ping_kick 610
antihalofp 1
anticaps 1
antispam 2
anticamp 115 6
antiwarp 12
adminban 2
adminadd_samelevel 1
admindel_samelevel 1
spawn_protection 1
collect_aliases 1 0
save_scores 1
aimbot_ban 10000 1 1440
sapp_console 1
sapp_mapcycle 1
no_lead 1
block_tc 1
chat_console_echo 1
rcon_password asdf123
map_skip 51
unlock_console_log 1
04 Oct 2014, 01:13 PM
Website Find Reply
Offline hexthat

Registered User
Registered
9 Years of Service
Posts: 64
Threads: 17
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: May 2014
Reputation: 0
#2
Re: SAPP ZOMBIES & PHANTOMS

Couldn't find refrence to "** SAPP **" with hex editor, so I used cheatengine and found what I was looking for.

I added an event for people that like falling
Code:
event_die $team:red $deaths>1 $kills>1 'wait 100;st $n blue;say * "$name died and became a zombie!";hp rt +1;hp bt -1'
04 Oct 2014, 01:22 PM
Website Find Reply
Offline RockerJ

Registered User
Registered
12 Years of Service
Posts: 118
Threads: 14
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Dec 2011
Reputation: 0
#3
Re: SAPP ZOMBIES & PHANTOMS

Damn, looks cool!
Minecraft: RockerJohn98
Halo 1 + CE: SmG RockerJ
Youtube: SmG RockerJ or Big Baby John

[Image: epiphone_les_paul_special.jpg]
[Image: rockerjohn98.png]
[Image: 28345.png]
05 Oct 2014, 01:45 PM
Find Reply
Offline hexthat

Registered User
Registered
9 Years of Service
Posts: 64
Threads: 17
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: May 2014
Reputation: 0
#4
Re: SAPP ZOMBIES & PHANTOMS

Here is my latest SAPP event list.

Code:
event_start 'cinematic_start;w8 4;s * 0;say * "Waiting for more players...";w8 1;s * 0;say * 5...;w8 1;s * 0;say * 4...;w8 1;s * 0;say * 3...;w8 1;s * 0;say * 2...;w8 1;s * 0;say * 1...;w8 1;st * red;st rand blue;s * 1;wait 220;cinematic_stop;sv_map_reset;say * "GO!!!"'
event_start $mode:ZOMBIES 'w8 20;say * "Gametype - ZOMBIES"'
event_start $mode:PHANTOMS 'w8 20;say * "Gametype - PHANTOMS"'

event_start 'disable_object "vehicles\banshee\banshee_mp" 2'
event_start 'disable_object "vehicles\c gun turret\c gun turret_mp" 2'
event_start 'disable_object "vehicles\warthog\mp_warthog" 2'
event_start 'disable_object "vehicles\scorpion\scorpion_mp" 2'
event_start 'disable_object "vehicles\rwarthog\rwarthog" 2'
event_start 'disable_object "vehicles\ghost\ghost_mp" 2'
event_start 'disable_object "weapons\assault rifle\assault rifle" 2'
event_start 'disable_object "weapons\flag\flag" 2'
event_start 'disable_object "weapons\flamethrower\flamethrower" 2'
event_start 'disable_object "weapons\plasma_cannon\plasma_cannon" 2'
event_start 'disable_object "weapons\needler\mp_needler" 2'
event_start 'disable_object "weapons\pistol\pistol" 2'
event_start 'disable_object "weapons\plasma pistol\plasma pistol" 2'
event_start 'disable_object "weapons\plasma rifle\plasma rifle" 2'
event_start 'disable_object "weapons\rocket launcher\rocket launcher" 2'
event_start 'disable_object "weapons\shotgun\shotgun" 2'
event_start 'disable_object "weapons\sniper rifle\sniper rifle" 2'
event_start 'disable_object "weapons\frag grenade\frag grenade" 2'
event_start 'disable_object "weapons\plasma grenade\plasma grenade" 2'
event_start 'disable_object "powerups\health pack" 2'
event_start 'disable_object "powerups\over shield" 2'
event_start $mode:ZOMBIES 'disable_object "powerups\active camouflage" 2'

event_join $lvl>1 'w8 1;say * "Admin $name has joined!"'
event_join $pn=1 'st $n blue'
event_join $pn>1 $pn<=7 'st $n red;hp bt +1'
event_join $pn>7 'st $n blue;hp rt +1'

event_die $team:red $pn>2 $reds=1 $killer>=0 'sv_map_next'
event_die $team:red $deaths>1 $kills>1 'wait 100;st $n blue;say * "$name died and became a zombie!";hp rt +1;hp bt -1'
event_die $mode:ZOMBIES $team:red $killer>=0 $killer!=$n 'wait 100;st $n blue;say * "$name got bitten by a zombie!";hp rt +1;hp bt -1'
event_die $mode:ZOMBIES $team:blue $blues=1 $reds>2 $kills<3 $deaths>9 'st randred blue;say * "The Zombie is noob, switching another player to zombie..."'
event_die $mode:PHANTOMS $team:red $killer>=0 $killer!=$n 'wait 100;st $n blue;say * "$name had their soul removed!";hp rt +1;hp bt -1'
event_die $mode:PHANTOMS $team:blue $blues=1 $reds>2 $kills<3 $deaths>9 'st randred blue;say * "The Phantom is noob, switching another player to phantom..."'

event_suicide $mode:ZOMBIES $team:red 'wait 100;say * "$name had a nervous breakdown during the zombie apocalipse!";hp rt +1;hp bt -1;st $n blue'
event_suicide $mode:PHANTOMS $team:red 'wait 100;say * "$name had a nervous breakdown during the phantom apocalipse!";hp rt +1;hp bt -1;st $n blue'

event_leave $team:blue 'hp rt -1;
event_leave $team:red 'hp bt -1;
event_leave $reds=0 $blues>2 'sv_map_next'
event_leave $mode:ZOMBIES $blues=0 $reds>1 'say * "The last zombie quit, switching another player to zombie...";st rand blue'
event_leave $mode:PHANTOMS $blues=0 $reds>1 'say * "The last phantom quit, switching another player to phantom...";st rand blue'

event_kill $botscore>5 'say * "$name has $botscore kills using a bot!"'
event_kill $mode:ZOMBIES $team:red $kills=1 'say $n "This was your first zombie kill, $name!"'
event_kill $mode:ZOMBIES $team:red $kills=5 'say $n "5 zombie kills, well done $name!"'
event_kill $mode:ZOMBIES $team:red $kills=10 'say $n "Gogo $name, You have 10 zombie kills!"'
event_kill $mode:ZOMBIES $team:red $kills=15 'say $n "15 zombie kills, great job $name!"'
event_kill $mode:ZOMBIES $team:red $kills=20 'say $n "20 zombie kills, nice $name!"'
event_kill $mode:ZOMBIES $team:red $kills=25 'say $n "25 zombie kills, super $name!";ammo $n 255 5'
event_kill $mode:ZOMBIES $team:red $kills=50 'say $n "50 zombie kills, amazing $name!"'
event_kill $mode:ZOMBIES $team:blue $kills=1 'say $n "You have eat'n your first brain, $name!"'
event_kill $mode:ZOMBIES $team:blue $kills=5 'say $n "5 brains, well done $name!"'
event_kill $mode:ZOMBIES $team:blue $kills=10 'say $n "Gogo $name, You have ate 10 brains!"'
event_kill $mode:ZOMBIES $team:blue $kills=15 'say $n "15 brains, great job $name!"'
event_kill $mode:ZOMBIES $team:blue $kills=20 'say $n "20 brains, nice $name!"'
event_kill $mode:ZOMBIES $team:blue $kills=25 'say $n "25 brains, super $name!"'
event_kill $mode:ZOMBIES $team:blue $kills=50 'say $n "50 brains, amazing $name!"'
event_kill $mode:ZOMBIES $team:red $streak=5 'say * "$name - Zombie Killing Spree!"'
event_kill $mode:ZOMBIES $team:red $streak=10 'say * "$name - Zombie Killing Frenzy!"'
event_kill $mode:ZOMBIES $team:red $streak=15 'say * "$name - Zombie Running Riot!"'
event_kill $mode:ZOMBIES $team:red $streak=20 'say * "$name - Zombie Rampage!"'
event_kill $mode:ZOMBIES $team:red $streak=25 'say * "$name - Zombie Untouchable!"'
event_kill $mode:ZOMBIES $team:red $streak=30 'say * "$name - Zombie Invincible!"'
event_kill $mode:ZOMBIES $team:red $streak=35 'say * "$name - Zombie Inconceivable!"'
event_kill $mode:ZOMBIES $team:red $streak=40 'say * "$name - Zombie Unfrigginbelievable!"'
event_kill $mode:ZOMBIES $team:blue $streak=5 'say * "$name - Human Killing Spree!"'
event_kill $mode:ZOMBIES $team:blue $streak=10 'say * "$name - Human Killing Frenzy!"'
event_kill $mode:ZOMBIES $team:blue $streak=15 'say * "$name - Human Running Riot!"'
event_kill $mode:ZOMBIES $team:blue $streak=20 'say * "$name - Human Rampage!"'
event_kill $mode:ZOMBIES $team:blue $streak=25 'say * "$name - Human Untouchable!"'
event_kill $mode:ZOMBIES $team:blue $streak=30 'say * "$name - Human Invincible!"'
event_kill $mode:ZOMBIES $team:blue $streak=35 'say * "$name - Human Inconceivable!"'
event_kill $mode:ZOMBIES $team:blue $streak=40 'say * "$name - Human Unfrigginbelievable!"'
event_kill $mode:ZOMBIES $combo=3 'say * "$name - Double Kill!"'
event_kill $mode:ZOMBIES $combo=3 'say * "$name - Triple Kill!"'
event_kill $mode:ZOMBIES $combo=4 'say * "$name - Overkill!"'
event_kill $mode:ZOMBIES $combo=5 'say * "$name - Killtacular!"'
event_kill $mode:ZOMBIES $combo=6 'say * "$name - Killtrocity!"'
event_kill $mode:ZOMBIES $combo=7 'say * "$name - Killimanjaro!"'
event_kill $mode:ZOMBIES $combo=8 'say * "$name - Killtastrophe!"'
event_kill $mode:ZOMBIES $combo=9 'say * "$name - Killapocalypse!"'
event_kill $mode:ZOMBIES $combo=10 'say * "$name - Killionaire!"'
event_kill $mode:ZOMBIES $combo=11 'say * "$name - Gaze of Medusa!"'
event_kill $mode:PHANTOMS $team:red $kills=1 'say $n "This was your first phantom kill, $name!"'
event_kill $mode:PHANTOMS $team:red $kills=5 'say $n "5 phantom kills, well done $name!"'
event_kill $mode:PHANTOMS $team:red $kills=10 'say $n "Gogo $name, You have 10 phantom kills!"'
event_kill $mode:PHANTOMS $team:red $kills=15 'say $n "15 phantom kills, great job $name!"'
event_kill $mode:PHANTOMS $team:red $kills=20 'say $n "20 phantom kills, nice $name!"'
event_kill $mode:PHANTOMS $team:red $kills=25 'say $n "25 phantom kills, super $name!";ammo $n 255 5'
event_kill $mode:PHANTOMS $team:red $kills=50 'say $n "50 phantom kills, amazing $name!"'
event_kill $mode:PHANTOMS $team:blue $kills=1 'say $n "You have stolen your first soul, $name!"'
event_kill $mode:PHANTOMS $team:blue $kills=5 'say $n "5 souls, well done $name!"'
event_kill $mode:PHANTOMS $team:blue $kills=10 'say $n "Gogo $name, You have stolen 10 souls!"'
event_kill $mode:PHANTOMS $team:blue $kills=15 'say $n "15 souls, great job $name!"'
event_kill $mode:PHANTOMS $team:blue $kills=20 'say $n "20 souls, nice $name!"'
event_kill $mode:PHANTOMS $team:blue $kills=25 'say $n "25 souls, super $name!"'
event_kill $mode:PHANTOMS $team:blue $kills=50 'say $n "50 souls, amazing $name!"'
event_kill $mode:PHANTOMS $team:red $streak=5 'say * "$name - Phantom Killing Spree!"'
event_kill $mode:PHANTOMS $team:red $streak=10 'say * "$name - Phantom Killing Frenzy!"'
event_kill $mode:PHANTOMS $team:red $streak=15 'say * "$name - Phantom Running Riot!"'
event_kill $mode:PHANTOMS $team:red $streak=20 'say * "$name - Phantom Rampage!"'
event_kill $mode:PHANTOMS $team:red $streak=25 'say * "$name - Phantom Untouchable!"'
event_kill $mode:PHANTOMS $team:red $streak=30 'say * "$name - Phantom Invincible!"'
event_kill $mode:PHANTOMS $team:red $streak=35 'say * "$name - Phantom Inconceivable!"'
event_kill $mode:PHANTOMS $team:red $streak=40 'say * "$name - Phantom Unfrigginbelievable!"'
event_kill $mode:PHANTOMS $team:blue $streak=5 'say * "$name - Human Killing Spree!"'
event_kill $mode:PHANTOMS $team:blue $streak=10 'say * "$name - Human Killing Frenzy!"'
event_kill $mode:PHANTOMS $team:blue $streak=15 'say * "$name - Human Running Riot!"'
event_kill $mode:PHANTOMS $team:blue $streak=20 'say * "$name - Human Rampage!"'
event_kill $mode:PHANTOMS $team:blue $streak=25 'say * "$name - Human Untouchable!"'
event_kill $mode:PHANTOMS $team:blue $streak=30 'say * "$name - Human Invincible!"'
event_kill $mode:PHANTOMS $team:blue $streak=35 'say * "$name - Human Inconceivable!"'
event_kill $mode:PHANTOMS $team:blue $streak=40 'say * "$name - Human Unfrigginbelievable!"'
event_kill $mode:PHANTOMS $combo=3 'say * "$name - Double Kill!"'
event_kill $mode:PHANTOMS $combo=3 'say * "$name - Triple Kill!"'
event_kill $mode:PHANTOMS $combo=4 'say * "$name - Overkill!"'
event_kill $mode:PHANTOMS $combo=5 'say * "$name - Killtacular!"'
event_kill $mode:PHANTOMS $combo=6 'say * "$name - Killtrocity!"'
event_kill $mode:PHANTOMS $combo=7 'say * "$name - Killimanjaro!"'
event_kill $mode:PHANTOMS $combo=8 'say * "$name - Killtastrophe!"'
event_kill $mode:PHANTOMS $combo=9 'say * "$name - Killapocalypse!"'
event_kill $mode:PHANTOMS $combo=10 'say * "$name - Killionaire!"'
event_kill $mode:PHANTOMS $combo=11 'say * "$name - Gaze of Medusa!"'

event_warp $warps=6 'say * "Warning! $name will be kicked for warping!"'
event_warp $warps=8 'say * "Warning! $name will be kicked for warping!"'
event_warp $warps=10 'k $n Warping'

event_camp $mode:ZOMBIES $campkills=2 $team:red 'say $n "$name STOP camping or you will become a zombie!"'
event_camp $mode:ZOMBIES $campkills=3 $team:red 'say * "$name will become a zombie soon because of camping!"'
event_camp $mode:ZOMBIES $campkills=4 $team:red 'say * "$name is still camping and he is about to become a zombie!"'
event_camp $mode:PHANTOMS $campkills=2 $team:red 'say $n "$name STOP camping or you will become a phantom!"'
event_camp $mode:PHANTOMS $campkills=3 $team:red 'say * "$name will become a phantom soon because of camping!"'
event_camp $mode:PHANTOMS $campkills=4 $team:red 'say * "$name is still camping and he is about to become a phantom!"'

event_alive $campkills=3 $hp>=0 $team:red 'say $n "-0.1 hp"; hp $n -0.1'
event_alive $campkills=4 $hp>=0 $team:red 'say $n "-0.25 hp"; hp $n -0.25'
event_alive $campkills>=5 $hp>=0 $team:red 'say $n "-1 hp"; hp $n -1'
event_alive $mode:ZOMBIES $campkills>0 $hp<0 $team:red 'st $n blue;hp rt +1;hp bt -1;say * "$name was camping too much and he became a zombie!"'
event_alive $mode:PHANTOMS $campkills>0 $hp<0 $team:red 'st $n blue;hp rt +1;hp bt -1;say * "$name was camping too much and he became a phantom!"'

event_end $mode:ZOMBIES $reds=0 'say * "Good Game, Zombies Won!"'
event_end $mode:PHANTOMS $reds=0 'say * "Good Game, Phantoms Won!"'
event_end $reds>0 'say * "Good Game, Humans Won!"'

event_spawn $reds=0 $blues>2 'sv_map_next'
event_spawn $mode:PHANTOMS $team:red 'wdel $n;wait 210;spawn weap "weapons\shotgun\shotgun" $n;wadd $n;ammo $n 255 5;hp $n $blues;say $n "Survive for 15 minutes or until humans have 50 Ghost Busten kills!"'
event_spawn $mode:PHANTOMS $team:blue 'nades $n 0;wdel $n;wait 210;spawn weap "weapons\plasma pistol\plasma pistol" $n;wadd $n;battery $n 0 5;s $n 1.6;hp $n $reds;camo $n 5000;say $n "Kill Humans and remove their soul!"'
event_spawn $mode:ZOMBIES $team:red 'wdel $n;wait 210;spawn weap "weapons\shotgun\shotgun" $n;wadd $n;ammo $n 255 5;hp $n $blues;say $n "Survive for 15 minutes or until humans have 50 kills!"'
event_spawn $mode:ZOMBIES $team:blue 'nades $n 0;wdel $n;wait 210;spawn weap "weapons\ball\ball" $n;wadd $n;s $n 1.6;hp $n $reds;say $n "Kill Humans and eat brains!"'
07 Oct 2014, 11:26 AM
Website Find Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)
SmG Gaming, © 2010-2024
Theme By: «SmG» Cloud
Edited by: «SmG» Wires