Raised This Month: $ Target: $400
 0% 

Round not finish :|


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Choose_Your_Destiny
Senior Member
Join Date: May 2011
Old 03-15-2014 , 08:26   Round not finish :|
Reply With Quote #1

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>

#define PLUGIN "Round End"
#define VERSION "1.0"
#define AUTHOR "author"

#define TASK_ID_ROUNDEND 241

new bool:g_IsLastRound false
public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_event("SendAudio","Event_EndRound","a","2=%!MRAD_terwin","2=%!MRAD_ctwin","2=%!MRAD_rounddraw")
    
set_task(15.0,"TaskRoundEnd",TASK_ID_ROUNDEND,_,_,"d",1)
}
public 
Event_EndRound() {
    if(!
g_IsLastRound) {
        
g_IsLastRound true
        set_task
(3.0,"TaskRoundEnd",TASK_ID_ROUNDEND,_,_,"a",1)
    }
}
public 
TaskRoundEnd() {
    if(
get_cvar_num("mp_roundtime") == 0) {
        
remove_task(TASK_ID_ROUNDEND)
        
g_IsLastRound false
    
}

i make this for round finish.

But, round not finish :\

__________________
I wouldn’t marry you even if you were the last woman left on earth

Choose_Your_Destiny is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 03-15-2014 , 08:36   Re: Round not finish :|
Reply With Quote #2

Maps without an objective do not know how to end the round. Simply add objectives and the map will then end the rounds when the timer expires
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 03-15-2014 , 10:33   Re: Round not finish :|
Reply With Quote #3

a nice plugin for such situation: round terminator by Arkshine.
__________________
ANTICHRISTUS is offline
Choose_Your_Destiny
Senior Member
Join Date: May 2011
Old 03-15-2014 , 11:11   Re: Round not finish :|
Reply With Quote #4

@ANTICHRISTUS

Yes, i know.But, i want to use it.
__________________
I wouldn’t marry you even if you were the last woman left on earth

Choose_Your_Destiny 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 09:03.


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