Raised This Month: $ Target: $400
 0% 

How to make firstround = freeday?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Mxnn
Veteran Member
Join Date: Aug 2009
Location: AT MY HOME
Old 08-16-2010 , 14:31   Re: How to make firstround = freeday?
Reply With Quote #3

PHP Code:
#include <amxmodx>

new first_round

public plugin_init() {
    
    
register_plugin("Free Day""1.0""Mxnn")
    
register_event("ResetHUD""RoundStart""be")
}

public 
RoundStart() {
    
    if (!
first_round) {
        
first_round 1
        
//Free day
    
}
        
    return 
PLUGIN_CONTINUE

Mxnn 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 22:00.


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