Raised This Month: $ Target: $400
 0% 

Get all name from a players.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Mxnn
Veteran Member
Join Date: Aug 2009
Location: AT MY HOME
Old 03-09-2010 , 13:06   Re: Get all name from a players.
Reply With Quote #2

PHP Code:
if ( !is_user_alive ] || !cs_get_user_team ] != CS_TEAM_T 
Change it to:
PHP Code:
if ( !is_user_alive ) || !cs_get_user_team ) != CS_TEAM_T 
You are obtaining the name of all alive CT players and the hudmessage will show
Code:
Ts players: 
[Player ID -1]. [Name of player ID]
If you want to show the ID's and names of TT players change:
[php]
if ( !is_user_alive ( i ) || !cs_get_user_team ( i ) != CS_TEAM_T )
[php]
to:
PHP Code:
if ( !is_user_alive ) || cs_get_user_team ) != CS_TEAM_T 
Mxnn is offline
 



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 08:48.


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