Raised This Month: $51 Target: $400
 12% 

[HELP] Need Plugin Music


Post New Thread Reply   
 
Thread Tools Display Modes
Houssam Benmouna
Senior Member
Join Date: Apr 2016
Old 04-24-2017 , 17:44   Re: [HELP] Need Plugin Music
Reply With Quote #11

Try This I think It may be good for you ;)

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

new music 

public plugin_init() {
    
register_plugin("Repeat Music""0.1""Neo*")
    
register_logevent("event_Round_Start"2"1=Round_Start")
}
public 
plugin_precache()
{
    
music precache_sound("music/Your Music.mp3")
}
public 
event_Round_Start(id)
{
    
set_task(Here Is the time of your music.0"repeat"id__"a")
}

public 
repeat(id)
{
    
client_cmd 0"mp3 play %s"music )

Houssam Benmouna is offline
Houssam Benmouna
Senior Member
Join Date: Apr 2016
Old 06-03-2017 , 22:02   Re: [HELP] Need Plugin Music
Reply With Quote #12

DADADA
Houssam Benmouna is offline
Reply



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


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