Raised This Month: $ Target: $400
 0% 

blocking functions or not?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Podunk
Senior Member
Join Date: Nov 2005
Location: Florida
Old 10-12-2007 , 17:45   blocking functions or not?
Reply With Quote #1

Code:
public pressedmenu(id, key) {
    if (key != 9)
        key++;
    else
        key=0;
    client_cmd(id,"slot%d",key);
    new display = ggl_data_get(SID,id,TOGGLE_DISP);
    //server_print("%d",display);
    switch(display){
        case DISP_SCOREBOARD:{
            ggl_scoreboard_keypress(SID,id,key); //careful - blocking?
        }
        case DISP_STATUS:{
            ggl_status_keypress(SID,id,key); //careful - blocking 
        }
        case DISP_MODEMENU:{
            ggl_modevote_keypress(SID,id,key); //careful - blocking 
        }
        case DISP_DEFAULT:{
            ggl_misc_keypress(SID,id,key); //careful - blocking  
        }
    }
}
__________________
Check out my website at http://matthewmiller.info
Podunk is offline
Send a message via MSN to Podunk
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 07:00.


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