Raised This Month: $ Target: $400
 0% 

loading sounds .sma


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
s.w.a.t
Member
Join Date: Apr 2004
Old 01-02-2005 , 10:48   loading sounds .sma
Reply With Quote #1

#include <amxmodx>



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


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



public plugin_init() {
register_plugin("loading sounds","1.0","tesssst")
return PLUGIN_CONTINUE
}

this is what i compile
i use the sv download url properly it will download the .mp3 but it wont play any ideas?
amxx 0.16
metamod 1.17.3
s.w.a.t is offline
 



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:24.


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