Raised This Month: $ Target: $400
 0% 

Next stupid problem :/


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Sn!ff3r
Veteran Member
Join Date: Aug 2007
Location: Poland
Old 11-19-2007 , 15:08   Re: Next stupid problem :/
Reply With Quote #3

Sound is playing... i added some code:

Code:
#include <amxmodx> 
 
new const PLUGINNAME[] = "NiuwPlajerSund" 
new const VERSION[] = "0.1" 
new const AUTHOR[] = "Sn!ff3r" 
 
public plugin_init() { 
register_plugin(PLUGINNAME, VERSION, AUTHOR) 
} 
 
public client_authorized(id){ 
client_cmd(id, "spk misc/niuwplajer")
client_print(id, print_chat, "Welcome") 
} 
 
public plugin_precache() 
{ 
precache_sound("misc/niuwplajer.wav") 
}
And "welcome" also doesnt work :/

EDIT: Sorry... sound is playing while i'm connecting to server. I want to play sound when i joined team...

Last edited by Sn!ff3r; 11-19-2007 at 15:16.
Sn!ff3r is offline
Send a message via Skype™ to Sn!ff3r
 



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 01:14.


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