Raised This Month: $ Target: $400
 0% 

Ham_Spawn not working?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
xXSnowGamingXx
Junior Member
Join Date: Mar 2014
Old 06-23-2017 , 09:56   Re: Ham_Spawn not working?
Reply With Quote #1

PHP Code:
stock client_printc(const id, const input[], any: ...)
{
    new 
count 1players32 ]
    static 
msg191 ]
    
vformat(msg190input3)
    
    
replace_all(msg190"!g""^x04")       // Green Color
    
replace_all(msg190"!n""^x01")       // Default Color
    
replace_all(msg190"!t""^x03")       // Team Color
    
    
if( id )
    {
        
players] = id;
    }
    else
    {
        
get_players(playerscount"ch")
    }
    {
        for( new 
0counti++ )
        {
            if( 
is_user_connected(players]) )
            {
                
message_begin(MSG_ONE_UNRELIABLEget_user_msgid("SayText"), _players])
                
write_byte(players])
                
write_string(msg)
                
message_end()
            }
        }
    }

xXSnowGamingXx 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 23:11.


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