Raised This Month: $ Target: $400
 0% 

CountDown Only for CT


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
MrKiller2010
Senior Member
Join Date: Aug 2012
Old 07-29-2013 , 13:11   Re: CountDown Only for CT
Reply With Quote #1

Quote:
Originally Posted by guipatinador View Post
PHP Code:
cs_get_user_team(id) == CS_TEAM_CT 
Now /cd doesn't works for anyone.

Have i done anything wrong?

PHP Code:
public CmdMenu(id)
{
    if(
is_user_alive(id) && (cs_get_user_team(id) == CS_TEAM_CT))
    
   {    
    new 
menu menu_create("\rCountdown Menu!""MainMenuHandler"0)
    
    
menu_additem(menu"Timer \d#5""1")
    
menu_additem(menu"Timer \d#10""2")
    
menu_additem(menu"Timer \d#15""3")
    
menu_additem(menu"Timer \d#60""4")
    
menu_additem(menu"Timer \d#120""5")
    
menu_additem(menu"Timer \d#200""6")
    
    
menu_setprop(menuMPROP_EXITMEXIT_ALL)
    
menu_display(idmenu0)
    }
    else
    {
        
ColorChat(idGREY"^03[SWE-KUNG]^01 Only^03 Alive CTs^01 can open this menu.")
    }


Last edited by MrKiller2010; 07-29-2013 at 13:20.
MrKiller2010 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 15:51.


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