Raised This Month: $ Target: $400
 0% 

Fix pls :)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Mix97
Junior Member
Join Date: Aug 2011
Old 10-27-2011 , 08:17   Fix pls :)
Reply With Quote #1

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)
}
Mix97 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 14:23.


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