Raised This Month: $ Target: $400
 0% 

Loadingsong (play a song during the connection to server)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Mrshiftyswitchblade
Member
Join Date: Jun 2004
Location: Buffalo, NY
Old 08-01-2004 , 15:23  
Reply With Quote #11

Code:
#include <amxmodx> 



public plugin_precache() { 
   precache_sound("misc/nlk.mp3") 
   return PLUGIN_CONTINUE 
} 


public client_connect(id) { 
   client_cmd(id,"mp3 play sound/misc/nlk.mp3") 
   return PLUGIN_CONTINUE 
} 



public plugin_init() { 
   register_plugin("azure demo","1.0","Amxx Newbie") 
   return PLUGIN_CONTINUE
I also tried this
__________________
Mrshiftyswitchblade is offline
Send a message via AIM to Mrshiftyswitchblade Send a message via MSN to Mrshiftyswitchblade
 



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 12:18.


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