Raised This Month: $ Target: $400
 0% 

print_color only show for team?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
sb123
Senior Member
Join Date: Jan 2007
Old 11-25-2015 , 08:43   print_color only show for team?
Reply With Quote #1

Hello,guys

PHP Code:
print_color(0iVictimBALLMSGszNameiDropMoney
this for everyone

If i want the print_color only show for the team
How can i do?

PHP Code:
stock print_color(indexcolor, const msg[], any:...)
{
    new 
szMessage[192]
    
szMessage[0] = 0x04
    vformat
(szMessage[1], charsmax(szMessage)-1msg4)
    
    new 
iSayText
    
if (iSayText || (iSayText get_user_msgid("SayText")))
    {
        
message_begin(index MSG_ONE_UNRELIABLE MSG_BROADCASTiSayText_index)
        {
            
write_byte(color)
            
write_string(szMessage)
        }
        
message_end()
    }

__________________
sb123 is offline
Send a message via ICQ to sb123 Send a message via MSN to sb123 Send a message via Yahoo to sb123
 


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:03.


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