loading sounds .sma
#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 |
Volume
Maybe it will Play in Background, but the MP3 Volume is too low.
Try Code:
public client_connect(id) { |
Re: Volume
Quote:
|
| All times are GMT -4. The time now is 19:24. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.