Raised This Month: $ Target: $400
 0% 

show menu


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Debesėlis
Senior Member
Join Date: Aug 2008
Location: Lithuania
Old 08-09-2009 , 16:26   show menu
Reply With Quote #1

I want to open the menu once, after Round 2.

PHP Code:
            if ( get_user_flags(id) & ACCESS && RoundCount )
            {
                
set_task(0.0"show_menu"id);
            } 
Debesėlis is offline
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 08-09-2009 , 16:29   Re: show menu
Reply With Quote #2

show_menu( id ); ?
__________________
xPaw is offline
vato loco [GE-S]
Veteran Member
Join Date: Oct 2006
Location: Germany
Old 08-09-2009 , 16:30   Re: show menu
Reply With Quote #3

you for got to set the time in the task ..you have 0.0
i set ist to 0.2

PHP Code:
            if ( get_user_flags(id) & ACCESS && RoundCount == )
            {
                
set_task(0.2"show_menu"id);
            } 
or like xpaw said
PHP Code:
            if ( get_user_flags(id) & ACCESS && RoundCount == )
            {
                
show_menu(id);
            } 
__________________

Last edited by vato loco [GE-S]; 08-09-2009 at 16:34.
vato loco [GE-S] 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 18:22.


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