Raised This Month: $ Target: $400
 0% 

How make new list ?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Joob
Member
Join Date: Apr 2007
Old 09-10-2013 , 19:28   How make new list ?
Reply With Quote #1

Hello guys..

I have one list of players, but this list appears at the bottom, on the center of the screen, and I want to put the list in the left side of the screen as a menu..

this is my code:

PHP Code:
public show_queue() {
    if (
g_inQueue 3)
        return
    new 
queue[512], len 0
    len 
+= format(queue[len], 63 len"test ")
    for (new 
2g_inQueuei++) {
        new 
name[10]
        
get_user_name(g_queue[i], name9)
        
//len += format(queue[len], 511 - len, "%d=%s%s ", i, name, g_queue[i] != 0 ? is_user_alive(g_queue[i]) ? "(A)" : "(D)" : "(-)")
        
len += format(queue[len], 511 len"%d - %s, "1name)
    }

    
set_hudmessage(REDGREENBLUEXYEFFECTSFXTIMEHOLDTIMEFADEINTIMEFADEOUTTIMECHANNEL)
    
show_hudmessage(0queue)
    new 
players[32], playersNum
    get_players
(playersplayersNum"bc")
    for (new 
0playersNumi++)
        
show_hudmessage(players[i], queue)


Regards,
Joob
Joob is offline
 


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 18:55.


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