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

I need Sound plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
remix.allstarz
Member
Join Date: Dec 2013
Old 03-16-2023 , 12:31   I need Sound plugin
Reply With Quote #1

Hey Guys,
I Need a plugin when people enter my server that plays a song not on the loading screen but when they press ct or t


Thanks you all <3
remix.allstarz is offline
samir_dz
Junior Member
Join Date: Oct 2022
Old 03-17-2023 , 20:22   Re: I need Sound plugin
Reply With Quote #2

PHP Code:
#include amxmodx

new const g_szSound[ ] = "sound/join_sond/join_sond.mp3"

public 
plugin_precache( ) 
{   
    
precache_generic(g_szSound); 


public 
client_putinserver(id)
{
    
set_task(1.0"play"id


public 
play(id

    if(
is_user_bot(id)) 
        return;
    
    if(
is_user_connected(id)) 
    {
        
client_cmd(id"mp3 play ^"%s^""g_szSound); 
    }

samir_dz is offline
remix.allstarz
Member
Join Date: Dec 2013
Old 03-18-2023 , 03:42   Re: I need Sound plugin
Reply With Quote #3

THanks i will try it later
remix.allstarz is offline
remix.allstarz
Member
Join Date: Dec 2013
Old 03-18-2023 , 03:47   Re: I need Sound plugin
Reply With Quote #4

Working !! Thank you so mutch
remix.allstarz 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 14:10.


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