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

Round Terminator


Post New Thread Reply   
 
Thread Tools Display Modes
9evill
Senior Member
Join Date: Apr 2007
Location: Lithuania
Old 03-27-2011 , 03:38   Re: Round Terminator
Reply With Quote #121

PHP Code:
Send audio registeredCT
Send audio registered
TE
Send audio registered
RO 
Yea i see the problem.
Fixed and it works fine now.
Thanks

Last edited by 9evill; 03-27-2011 at 04:56.
9evill is offline
9evill
Senior Member
Join Date: Apr 2007
Location: Lithuania
Old 03-29-2011 , 13:23   Re: Round Terminator
Reply With Quote #122

One more question, is it posible to detect round timer end?
Ofcourse i can use set_task for round time to end round, but maybe where is some more efficient way?
9evill is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 03-29-2011 , 13:28   Re: Round Terminator
Reply With Quote #123

What was the problem ?

About your question, that's not related to my plugin, so please ask in the scripting section.
__________________
Arkshine is offline
9evill
Senior Member
Join Date: Apr 2007
Location: Lithuania
Old 03-29-2011 , 13:35   Re: Round Terminator
Reply With Quote #124

instead of:
PHP Code:
switch( message[7] ) 
        { 
            
// -- %!MRAD_terwin ; %!MRAD_ctwin ; %!MRAD_rounddraw 
            
case 'c''t''r' : return PLUGIN_HANDLED
        } 
changed to
PHP Code:
if (equal(message[7], "CT") || equal(message[7], "RO"))
            return 
PLUGIN_HANDLED 
And it started to work.
9evill is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 03-29-2011 , 14:46   Re: Round Terminator
Reply With Quote #125

But the output should not be "CT" or "TE or "RO". It doesn't make sense you get such output.
__________________
Arkshine is offline
9evill
Senior Member
Join Date: Apr 2007
Location: Lithuania
Old 03-30-2011 , 06:47   Re: Round Terminator
Reply With Quote #126

Nveremind, it works and its fine
I have one more question for you, could i send game commencing and restart round with this plugin?
9evill is offline
bibu
Veteran Member
Join Date: Sep 2010
Old 03-30-2011 , 12:26   Re: Round Terminator
Reply With Quote #127

Quote:
Originally Posted by Arkshine View Post
About your question, that's not related to my plugin, so please ask in the scripting section.
bibu is offline
9evill
Senior Member
Join Date: Apr 2007
Location: Lithuania
Old 03-30-2011 , 12:38   Re: Round Terminator
Reply With Quote #128

Read again my question
9evill is offline
bibu
Veteran Member
Join Date: Sep 2010
Old 03-30-2011 , 12:40   Re: Round Terminator
Reply With Quote #129

No thanks.
bibu is offline
9evill
Senior Member
Join Date: Apr 2007
Location: Lithuania
Old 03-31-2011 , 02:52   Re: Round Terminator
Reply With Quote #130

Quote:
Originally Posted by 9evill View Post
Nveremind, it works and its fine
I have one more question for you, could i send game commencing and restart round with this plugin?
9evill 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 06:28.


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