Raised This Month: $51 Target: $400
 12% 

need a little help


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Pjevser
Member
Join Date: Aug 2005
Old 01-07-2006 , 07:06   need a little help
Reply With Quote #1

Code:
        {
            
            new iIdx = (g_iMenuPosition[id-1] * MENU_DISPLAY + key);

            new szMsg[128], szCmd[256];
            client_cmd( 0, "mp3 stop" );
            
            format( szCmd, 255, "mp3 play %s", g_szSounds[iIdx] );
            client_cmd( 0, szCmd );
            
            new szUsername[32];
            get_user_name( id, szUsername, 31 );
            format( szMsg, 127, "(MUSIC) %s Played %s", szUsername, g_szTitles[iIdx] );
            client_print( 0, print_chat, szMsg );
        }
What can i do so it wont write the name of the player who is doing it? Can anyone help me so it only will write Server and not the palyer name
Pjevser is offline
Proach
Veteran Member
Join Date: Jan 2005
Location: The Netherlands
Old 01-07-2006 , 08:18  
Reply With Quote #2

this should be in scripting help
__________________

www.psmod.net (the better psychostats)
PAOL
Proach is offline
Send a message via ICQ to Proach
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 01-07-2006 , 10:36  
Reply With Quote #3

Further, don't start a thread unless you give it a descriptive subject.
http://forums.alliedmods.net/showthread.php?t=7998
Brad 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 07:51.


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