Raised This Month: $ Target: $400
 0% 

mp_freezetime CT / Ts


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
PoSiTiOn Of PoWeR
BANNED
Join Date: May 2008
Location: RO
Old 09-02-2008 , 17:27   mp_freezetime CT / Ts
Reply With Quote #1

PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <cstrike>

public plugin_init() {
    
register_plugin("New""1.2""P.Of.Pw")
    
    
register_logevent("roundstart"2"1=Round_Start");
   
}

public 
roundstart(idset_task(1.0,"cmdss",id)


public 
cmdss(id)
{
    if( 
get_user_team(id) != 1
    {

        
server_cmd("mp_freezetime 2")
    
    }
    else    
    if( 
get_user_team(id) != 2
    {
        
server_cmd("mp_freezetime 5")
        
    }

I want the teams CT to start round with 5 seconds later and Ts start round with 2 seconds later .
I hope you understands.
Srry for my English .
PoSiTiOn Of PoWeR is offline
Send a message via Yahoo to PoSiTiOn Of PoWeR
 


Thread Tools
Display Modes

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


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