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

round end kill


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
jimmy_
Junior Member
Join Date: Aug 2016
Old 05-20-2017 , 14:38   round end kill
Reply With Quote #1

hi can make me when team wins everyone slayed without score loss and no announcement on hud
jimmy_ is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 05-20-2017 , 18:36   Re: round end kill
Reply With Quote #2

Search.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
jimmy_
Junior Member
Join Date: Aug 2016
Old 05-22-2017 , 03:58   Re: round end kill
Reply With Quote #3

i not find the plugin, i just want simple plugin where a team wins and everyone is slayed
jimmy_ is offline
4ever16
Veteran Member
Join Date: Apr 2015
Old 05-22-2017 , 05:36   Re: round end kill
Reply With Quote #4

https://forums.alliedmods.net/showth...highlight=slay

Just needs to be made so it executes when a team wins or round end is made thats all.
You didnt even search slay.

Last edited by 4ever16; 05-22-2017 at 05:40.
4ever16 is offline
tarsisd2
Veteran Member
Join Date: Feb 2016
Location: brazil
Old 05-22-2017 , 11:58   Re: round end kill
Reply With Quote #5

do you want to slay the loosing team or everyone?

if you want to slay the loosing team you can use Slayloosers plugin
tarsisd2 is offline
jimmy_
Junior Member
Join Date: Aug 2016
Old 05-23-2017 , 12:08   Re: round end kill
Reply With Quote #6

Quote:
Originally Posted by 4ever16 View Post
https://forums.alliedmods.net/showth...highlight=slay

Just needs to be made so it executes when a team wins or round end is made thats all.
You didnt even search slay.
pls convert it for me
jimmy_ is offline
Dr Zayd
Senior Member
Join Date: Jun 2014
Location: forums.alliedmods.net
Old 05-25-2017 , 13:04   Re: round end kill
Reply With Quote #7

Quote:
Originally Posted by jimmy_ View Post
pls convert it for me
NOT TESTED

PHP Code:
#include <amxmodx>

public plugin_init() {
    
register_logevent("logevent_round_end"2"1=Round_End")  
    
}

public 
logevent_round_end() {
        new 
szPlayers[32], iNumiPlayer;
        
get_players(szPlayersiNum"aeh""CT");

        for(new 
iiNumi++) {
            
iPlayer szPlayers[i];
            
user_silentkill(iPlayer);
        }
        
remove_task(44441);

__________________
Invisible System | 100%
ـــــــــــــــــــــــــــــ
Anti setinfo check | Ez Plugin and lite
ـــــــــــــــــــــــــــــ
[ZP] Free VIP Menu | Free VIP menu | ZP-Mod |
Dr Zayd is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 05-25-2017 , 13:27   Re: round end kill
Reply With Quote #8

PHP Code:
remove_task(44441); 
What is that?!

PHP Code:
get_players(szPlayersiNum"aeh""CT"); 
Why CT?!
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
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 09:43.


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