Fix pls :)
I dont know whats wrong helP
/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> #define PLUGIN "Loading Sound" #define VERSION "1.0" #define AUTHOR "Mix97" #define LOADING_SOUND "media/loading_sound.mp3" public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) // Add your code here... } public client_connect(id) { client_cmd(id,"mp3 play media/%s", LOADING_SOUND ) } public client_putinserver(id) { client_cmd(id, "mp3 stop") } public plugin_precache() { precache_sound(LOADING_SOUND) } |
Re: Fix pls :)
Quote:
Post your code using [php][/php], [code][/code] or [pawn][/pawn] tags... please. PHP Code:
|
Re: Fix pls :)
|
| All times are GMT -4. The time now is 14:23. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.