Raised This Month: $12 Target: $400
 3% 

Slay or win (loosing team slayer)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
pur3
Junior Member
Join Date: Apr 2009
Old 01-29-2011 , 11:10   Slay or win (loosing team slayer)
Reply With Quote #1

Hello,
I search this plugin but found only for css. Another 1(slay loosers) for cs 1.6 don't work for me. In server all player are steamed maybe is that the problem. Can someone give me a link or write working plugin.
Thanks.
pur3 is offline
Kidev
Veteran Member
Join Date: Jun 2010
Location: France
Old 01-29-2011 , 12:36   Re: Slay or win (loosing team slayer)
Reply With Quote #2

You need a plugin which slays the loosers? That's it?
__________________
Kidev is offline
pur3
Junior Member
Join Date: Apr 2009
Old 01-29-2011 , 13:40   Re: Slay or win (loosing team slayer)
Reply With Quote #3

Yes, you are right, i need only that plugin which slay all left loosing team members at round end. Don't give weapons back in round start and write death into stats.
pur3 is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 01-29-2011 , 16:31   Re: Slay or win (loosing team slayer)
Reply With Quote #4

Code:
#include <amxmodx> #include <csx> #include <engine> public plugin_init() {     register_plugin("Slay Losers", "0.0.1", "Exolent");         if(find_ent_by_class(-1, "info_bomb_target") || find_ent_by_class(-1, "func_bomb_target"))     {         state bomb_map;     }     else         register_event("SendAudio", "EventTerWin", "a", "2&%!MRAD_terwin");         register_event("SendAudio", "EventCTWin", "a", "2&%!MRAD_ctwin");     } } public EventTerWin() {     SlayPlayers("CT"); } public EventCTWin() {     SlayPlayers("TERRORIST"); } public bomb_explode(planter, defuser) <> {} public bomb_explode(planter, defuser) <bomb_map> {     SlayPlayers("CT"); } public bomb_defused(defuser) <> {} public bomb_defused(defuser) <bomb_map> {     SlayPlayers("TERRORIST"); } SlayPlayers(team[]) {     new players[32], pnum;     get_players(players, pnum, "ae", team);         for(new i = 0; i < pnum; i++)     {         user_kill(players[i]);     } }
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!

Last edited by Exolent[jNr]; 02-03-2011 at 19:16.
Exolent[jNr] is offline
pur3
Junior Member
Join Date: Apr 2009
Old 01-30-2011 , 07:18   Re: Slay or win (loosing team slayer)
Reply With Quote #5

Exolent thanks, but it has small problem. Then c4 explose die all T members . Plugin slays all terrorist not ct. CT survives and has victory. Can you fix it?
pur3 is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 01-30-2011 , 18:07   Re: Slay or win (loosing team slayer)
Reply With Quote #6

If the bomb explodes then it should have the "Terrorists Win" sound played.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
pur3
Junior Member
Join Date: Apr 2009
Old 02-01-2011 , 11:18   Re: Slay or win (loosing team slayer)
Reply With Quote #7

yes i know but the c4 explos ct was alive and plygin killed all alive T.
pur3 is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 02-03-2011 , 19:17   Re: Slay or win (loosing team slayer)
Reply With Quote #8

Try the new one. I edited my post.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:22.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode