Müziki veriniz.
 
  
   
   
   Her round  Basladinda Bir Muzik Calma Plugins İstek
 Her round  Basladinda Bir Muzik Calma Plugins İstek Merhaba arkadaslar Her Round Basladinda Muzik Calmasini istiyorum Sma ile Birlikte Verirseniz Teşekür ederim
 
  
   
   
    
   Cevap: Her round  Basladinda Bir Muzik Calma Plugins İstek
 Cevap: Her round  Basladinda Bir Muzik Calma Plugins İstek Müziki veriniz.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
 
  
   
   
   Cevap: Her round  Basladinda Bir Muzik Calma Plugins İstek
 Cevap: Her round  Basladinda Bir Muzik Calma Plugins İstek kardes sen bunu kodlicaksan muzigi degistire bilsinler mesela Sound icine gibi olsun
 
  
   
   
    
   Cevap: Her round  Basladinda Bir Muzik Calma Plugins İstek
 Cevap: Her round  Basladinda Bir Muzik Calma Plugins İstek babacım müzik değiştirdiginde smada değiştireceksin
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
 
  
   
   
    
   Cevap: Her round  Basladinda Bir Muzik Calma Plugins İstek
 Cevap: Her round  Basladinda Bir Muzik Calma Plugins İstek güzel istek aynen banada lazım varsa sma atabilirmisin ben editleyip müzik koyabilirim
 
  
   
   
   Cevap: Her round  Basladinda Bir Muzik Calma Plugins İstek
 Cevap: Her round  Basladinda Bir Muzik Calma Plugins İstek к4dανяα Sen Düsündügün Gibi Yap Ama Sma Ver?
 
  
   
   
    
   Cevap: Her round  Basladinda Bir Muzik Calma Plugins İstek
 Cevap: Her round  Basladinda Bir Muzik Calma Plugins İstek PHP- Kodu:#include <amxmodx>
#include <amxmisc>
#define PLUGIN "El Basi Muzik"
#define VERSION "1.0"
#define AUTHOR "K4DavRa"
new sounds[] = "muzikismi.wav"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_logevent("RoundStart",2,"1=Round_Start")
}
public plugin_precache()
{
precache_sound(sounds)
}
public RoundStart()
{
client_cmd(0,"spk sound/Muzikismi")
}
Öncelikle Ses Dosyasının Uzantısını Wav Uzantısına Çevireceksiniz.
new sounds[] = "muzikismi.wav"
Muzikismi Yazan Yere Ses Dosyasının Isimini Yazıyoruz.
Ve Aynı İşlemi Burdada Yapıyoruz.
client_cmd(0,"spk sound/Muzikismi")
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.