Raised This Month: $ Target: $400
 0% 

[help] votemaps


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
NikKOo31
Senior Member
Join Date: May 2013
Location: Home
Old 04-14-2014 , 06:11   Re: [help] votemaps
Reply With Quote #7

I don't know how I didn't see this xD

PHP Code:
for( new 0<= MAX_MAPSi++ ) //select X maps 
-->
PHP Code:
for( new 0MAX_MAPSi++ ) //select X maps 
And for the '-1 Rounds' change this
PHP Code:
public NewRound()
{
    
g_szRoundVotemap++;
    
ColorChat0"there will be votemap in: %i Rounds"g_szRoundVotemap);
    
    if(
g_szRoundVotemap >= get_pcvar_num(rounds))
        
set_task1.0"ActionSpecial" );

To
PHP Code:
public NewRound()
{
    
g_szRoundVotemap++;
    
ColorChat0"there will be votemap in: %i Rounds"get_pcvar_num(rounds) - g_szRoundVotemap);
    
    if(
g_szRoundVotemap >= get_pcvar_num(rounds))
        
set_task1.0"ActionSpecial" );

Was just a typo
NikKOo31 is offline
 



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 05:55.


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