Raised This Month: $ Target: $400
 0% 

Join beep


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
FlyingHorse
Senior Member
Join Date: Apr 2010
Location: Under your bed.
Old 05-22-2010 , 13:30   Re: Join beep
Reply With Quote #4

not tried.. but this should work.. only displays a beep when a player connects

PHP Code:
#include <amxmodx>

new PLUGIN[ ] = "Connect blip"
new VERSION[ ] = "1.0"
new AUTHOR[ ] = "FlyingHorse"

public plugin_init()
{
    
register_plugin(PLUGINVERSIONAUTHOR)
}

public 
plugin_precache()
{
    
precache_sound("fvox/blip.wav")
}

public 
client_putinserver(id)
{
    
client_cmd(0,"spk ^"fvox/blip^"")

FlyingHorse is offline
Send a message via Skype™ to FlyingHorse
 



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 19:30.


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