Raised This Month: $32 Target: $400
 8% 

Warmup Round


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
iclassdon
AlliedModders Donor
Join Date: May 2006
Old 01-09-2019 , 11:15   Warmup Round
Reply With Quote #1

Hello could anyone be kind enough to recommend a good warmup round plugin? I am just looking to have the warm up start after the map has changed. I did search the forum, but everything seems dated.

Thank in advance.
iclassdon is offline
Send a message via MSN to iclassdon
SomewhereLost
AlliedModders Donor
Join Date: Mar 2014
Location: Tomorrowland
Old 01-09-2019 , 11:27   Re: Warmup Round
Reply With Quote #2

Something like an Auto restart ?
__________________
SomewhereLost is offline
Send a message via Skype™ to SomewhereLost
iclassdon
AlliedModders Donor
Join Date: May 2006
Old 01-09-2019 , 11:54   Re: Warmup Round
Reply With Quote #3

Yes! That is the best way to describe it. I was playing on a server the other day. The map changed and I spawned. Meanwhile the other players were still connecting. I continued to play with the handful of players that spawned. A few seconds in, the match restarted all users were connected at this point and we had a healthy start to the map. Versus having uneven teams etc. and players waiting to join the match once completed. I believe the HUD had a message saying warmup though.
iclassdon is offline
Send a message via MSN to iclassdon
SomewhereLost
AlliedModders Donor
Join Date: Mar 2014
Location: Tomorrowland
Old 01-09-2019 , 12:07   Re: Warmup Round
Reply With Quote #4

https://forums.alliedmods.net/showthread.php?p=789518
__________________
SomewhereLost is offline
Send a message via Skype™ to SomewhereLost
Nutu_
AlliedModders Donor
Join Date: Mar 2016
Location: Germany
Old 01-09-2019 , 13:48   Re: Warmup Round
Reply With Quote #5

or you can use it, its simplier, it restart server after 1st round
PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN            "Auto Restart"
#define VERSION           "1.0"
#define AUTHOR            "nutu."

new Restart 0;

public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR);
    
    
register_logevent("AutoRestart"2"1=Round_End");
}

public 
AutoRestart(id) {
    
Restart++;
    
    if(
Restart == 2) {
        
server_cmd("sv_restart 1");
    }

__________________
a simple act of caring creates an endless ripple.
Nutu_ is offline
SomewhereLost
AlliedModders Donor
Join Date: Mar 2014
Location: Tomorrowland
Old 01-09-2019 , 14:52   Re: Warmup Round
Reply With Quote #6

Bad idea. Game commencing will trigger this.
__________________
SomewhereLost is offline
Send a message via Skype™ to SomewhereLost
iclassdon
AlliedModders Donor
Join Date: May 2006
Old 01-09-2019 , 17:23   Re: Warmup Round
Reply With Quote #7

Somewherelost I tried the auto restart plugin its exactly what I was looking for. Thanks for your time guys.
iclassdon is offline
Send a message via MSN to iclassdon
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 18:08.


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