Cs16 Oyuncu Servere Girince Otomatık Belirledigmiz Ses Calsın boyle bir plugini yapabılıcek
Konu
oyuncu servere girince hoşgeldiniz diyen bir eklenti vardı ordaki hoşgeldiniz sesiyle senin şarkıyı yer değiştir olur belki ama sen sanırsam server giriş te diyorsun dimi
PHP Kod:
#include <amxmodx>
new const PLUGIN[] = "Hosgeldiniz_Sesi";
new const VERSION[] = "1.0";
new const AUTHOR[] = "By.KinG";
new const Sound_File[] = "WebAilesi/Hosgeldiniz.wav";
/* Sound/WebAilesi/Hosgeldiniz.wav Şeklinde Yükleyiniz */
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR);
}
public client_putinserver(ID)
{
client_cmd(ID, "spk /%s", Sound_File);
}
Benzer Konular
Yorum
1.097
Okunma
08-02-2026, 13:09
Yorum
4.735
Okunma
08-07-2025, 00:19
Yorum
6.193
Okunma
06-05-2025, 23:36
Yorum
8.047
Okunma
05-03-2025, 18:07
)

