Takım değiştiğinde algılamıyor ve eski takımda kalıyor sayı onu düzeltebilir misiniz ? Şimdiden teşekkürler.
Temamızın yeni versiyonuna geçilmiştir.
Görüş & Önerileriniz için [email protected] adresine mail atabilirsiniz.
Reklam gösterimini engelleyici yazılım kullandığınızı görüyoruz.
Sitemizin ayakta kalıp sizlere hizmet edebilmek için en büyük gelir kaynağı sayfamızda gösterilen reklamlardır.
Reklam gösterimde bizim sayfamıza ayrıcalık tanıyarak ayakta kalmamıza destek olmak ister misiniz ?
Konu
Deneyebilir misin ?
PHP Kod:
#include <amxmodx>
#if AMXX_VERSION_NUM < 183
#include <dhudmessage>
#endif
new mp_roundtime,sure
new tkazanma,ctkazan
new roundekle
public plugin_init(){
mp_roundtime = get_cvar_pointer("mp_roundtime")
register_logevent("Round_Start",2,"1=Round_Start")
register_event("SendAudio", "ctkardes", "a", "2&%!MRAD_ctwin")
register_event("SendAudio", "terorkardes", "a", "2&%!MRAD_terwin")
}
public terorkardes() tkazanma++
public ctkardes() ctkazan++
public Round_Start(){
remove_task(0)
sure = (get_pcvar_num(mp_roundtime) * 60)-3
set_task(1.0,"yalabeni",0,_,_,"b")
roundekle += 1
}
public yalabeni(){
set_dhudmessage(255, 255, 255, -1.0, 0.0, 0, 6.0, 1.0)
show_dhudmessage(0, "%d:%02d",sure / 60,sure % 60)
sure--
set_hudmessage(255, 127, 0, 0.44, 0.03, 0, 6.0, 1.0)
show_hudmessage(0, "| %d |",tkazanma)
set_hudmessage(0, 127, 255, 0.54, 0.03, 0, 6.0, 1.0)
show_hudmessage(0, "| %d |",ctkazan)
}
public takimdegisti(){
if
(roundekle = 15)
{ set_dhudmessage(255, 255, 255, -1.0, 0.0, 0, 6.0, 1.0)
show_dhudmessage(0, "%d:%02d",sure / 60,sure % 60)
sure--
set_hudmessage(255, 127, 0, 0.44, 0.03, 0, 6.0, 1.0)
show_hudmessage(0, "| %d |",ctkazan)
set_hudmessage(0, 127, 255, 0.54, 0.03, 0, 6.0, 1.0)
show_hudmessage(0, "| %d |",tkazanma)
}
}
(29-09-2018, Saat: 20:43)Kalipso22 Adlı Kullanıcıdan Alıntı: Deneyebilir misin ?Olmadı.
PHP Kod:#include <amxmodx>
#if AMXX_VERSION_NUM < 183
#include <dhudmessage>
#endif
new mp_roundtime,sure
new tkazanma,ctkazan
new roundekle
public plugin_init(){
mp_roundtime = get_cvar_pointer("mp_roundtime")
register_logevent("Round_Start",2,"1=Round_Start")
register_event("SendAudio", "ctkardes", "a", "2&%!MRAD_ctwin")
register_event("SendAudio", "terorkardes", "a", "2&%!MRAD_terwin")
}
public terorkardes() tkazanma++
public ctkardes() ctkazan++
public Round_Start(){
remove_task(0)
sure = (get_pcvar_num(mp_roundtime) * 60)-3
set_task(1.0,"yalabeni",0,_,_,"b")
roundekle += 1
}
public yalabeni(){
set_dhudmessage(255, 255, 255, -1.0, 0.0, 0, 6.0, 1.0)
show_dhudmessage(0, "%d:%02d",sure / 60,sure % 60)
sure--
set_hudmessage(255, 127, 0, 0.44, 0.03, 0, 6.0, 1.0)
show_hudmessage(0, "| %d |",tkazanma)
set_hudmessage(0, 127, 255, 0.54, 0.03, 0, 6.0, 1.0)
show_hudmessage(0, "| %d |",ctkazan)
}
public takimdegisti(){
if
(roundekle = 15)
{ set_dhudmessage(255, 255, 255, -1.0, 0.0, 0, 6.0, 1.0)
show_dhudmessage(0, "%d:%02d",sure / 60,sure % 60)
sure--
set_hudmessage(255, 127, 0, 0.44, 0.03, 0, 6.0, 1.0)
show_hudmessage(0, "| %d |",ctkazan)
set_hudmessage(0, 127, 255, 0.54, 0.03, 0, 6.0, 1.0)
show_hudmessage(0, "| %d |",tkazanma)
}
}
Son Düzenleme: 29-09-2018, Saat: 21:20, Düzenleyen: Kalipso22.
PHP Kod:
#include <amxmodx>
#if AMXX_VERSION_NUM < 183
#include <dhudmessage>
#endif
new mp_roundtime,sure
new tkazanma,ctkazan
new roundekle = 0
public plugin_init(){
mp_roundtime = get_cvar_pointer("mp_roundtime")
register_logevent("Round_Start",2,"1=Round_Start")
register_event("SendAudio", "ctkardes", "a", "2&%!MRAD_ctwin");
register_event("SendAudio", "terorkardes", "a", "2&%!MRAD_terwin")
}
public terorkardes() tkazanma++
public ctkardes() ctkazan++
public Round_Start(){
remove_task(0)
sure = (get_pcvar_num(mp_roundtime) * 60)-3
set_task(1.0,"yalabeni",0,_,_,"b")
roundekle += 1
}
public yalabeni(){
if (roundekle < 15){
set_dhudmessage(255, 255, 255, -1.0, 0.0, 0, 6.0, 1.0)
show_dhudmessage(0, "%d:%02d",sure / 60,sure % 60)
sure--
set_hudmessage(255, 127, 0, 0.44, 0.03, 0, 6.0, 1.0)
show_hudmessage(0, "| %d |",tkazanma)
set_hudmessage(0, 127, 255, 0.54, 0.03, 0, 6.0, 1.0)
show_hudmessage(0, "| %d |",ctkazan)
}
else if (roundekle > 15){
set_dhudmessage(255, 255, 255, -1.0, 0.0, 0, 6.0, 1.0)
show_dhudmessage(0, "%d:%02d",sure / 60,sure % 60)
sure--
set_hudmessage(255, 127, 0, 0.44, 0.03, 0, 6.0, 1.0)
show_hudmessage(0, "| %d |",ctkazan)
set_hudmessage(0, 127, 255, 0.54, 0.03, 0, 6.0, 1.0)
show_hudmessage(0, "| %d |",tkazanma)
}
}
set_task(1.0,"yalabeni",0,_,_,"b")
?
?
1 saniye sonra yalabeni publicine yönlendiriyor.
Son Düzenleme: 29-09-2018, Saat: 21:52, Düzenleyen: By Hazard.
(29-09-2018, Saat: 21:18)Kalipso22 Adlı Kullanıcıdan Alıntı:Cansın teşekkürler.PHP Kod:#include <amxmodx>
#if AMXX_VERSION_NUM < 183
#include <dhudmessage>
#endif
new mp_roundtime,sure
new tkazanma,ctkazan
new roundekle = 0
public plugin_init(){
mp_roundtime = get_cvar_pointer("mp_roundtime")
register_logevent("Round_Start",2,"1=Round_Start")
register_event("SendAudio", "ctkardes", "a", "2&%!MRAD_ctwin");
register_event("SendAudio", "terorkardes", "a", "2&%!MRAD_terwin")
}
public terorkardes() tkazanma++
public ctkardes() ctkazan++
public Round_Start(){
remove_task(0)
sure = (get_pcvar_num(mp_roundtime) * 60)-3
set_task(1.0,"yalabeni",0,_,_,"b")
roundekle += 1
}
public yalabeni(){
if (roundekle < 15){
set_dhudmessage(255, 255, 255, -1.0, 0.0, 0, 6.0, 1.0)
show_dhudmessage(0, "%d:%02d",sure / 60,sure % 60)
sure--
set_hudmessage(255, 127, 0, 0.44, 0.03, 0, 6.0, 1.0)
show_hudmessage(0, "| %d |",tkazanma)
set_hudmessage(0, 127, 255, 0.54, 0.03, 0, 6.0, 1.0)
show_hudmessage(0, "| %d |",ctkazan)
}
else if (roundekle > 15){
set_dhudmessage(255, 255, 255, -1.0, 0.0, 0, 6.0, 1.0)
show_dhudmessage(0, "%d:%02d",sure / 60,sure % 60)
sure--
set_hudmessage(255, 127, 0, 0.44, 0.03, 0, 6.0, 1.0)
show_hudmessage(0, "| %d |",ctkazan)
set_hudmessage(0, 127, 255, 0.54, 0.03, 0, 6.0, 1.0)
show_hudmessage(0, "| %d |",tkazanma)
}
}
(29-09-2018, Saat: 21:18)Kalipso22 Adlı Kullanıcıdan Alıntı:Yalnız bir sıkıntı var takım değişince sayı karşı takıma geçiyor ama, sayı vermeye aynı takımdan devam ediyorPHP Kod:#include <amxmodx>
#if AMXX_VERSION_NUM < 183
#include <dhudmessage>
#endif
new mp_roundtime,sure
new tkazanma,ctkazan
new roundekle = 0
public plugin_init(){
mp_roundtime = get_cvar_pointer("mp_roundtime")
register_logevent("Round_Start",2,"1=Round_Start")
register_event("SendAudio", "ctkardes", "a", "2&%!MRAD_ctwin");
register_event("SendAudio", "terorkardes", "a", "2&%!MRAD_terwin")
}
public terorkardes() tkazanma++
public ctkardes() ctkazan++
public Round_Start(){
remove_task(0)
sure = (get_pcvar_num(mp_roundtime) * 60)-3
set_task(1.0,"yalabeni",0,_,_,"b")
roundekle += 1
}
public yalabeni(){
if (roundekle < 15){
set_dhudmessage(255, 255, 255, -1.0, 0.0, 0, 6.0, 1.0)
show_dhudmessage(0, "%d:%02d",sure / 60,sure % 60)
sure--
set_hudmessage(255, 127, 0, 0.44, 0.03, 0, 6.0, 1.0)
show_hudmessage(0, "| %d |",tkazanma)
set_hudmessage(0, 127, 255, 0.54, 0.03, 0, 6.0, 1.0)
show_hudmessage(0, "| %d |",ctkazan)
}
else if (roundekle > 15){
set_dhudmessage(255, 255, 255, -1.0, 0.0, 0, 6.0, 1.0)
show_dhudmessage(0, "%d:%02d",sure / 60,sure % 60)
sure--
set_hudmessage(255, 127, 0, 0.44, 0.03, 0, 6.0, 1.0)
show_hudmessage(0, "| %d |",ctkazan)
set_hudmessage(0, 127, 255, 0.54, 0.03, 0, 6.0, 1.0)
show_hudmessage(0, "| %d |",tkazanma)
}
}
@Kalipso22 bakabilir misin ?
Son Düzenleme: 29-09-2018, Saat: 23:06, Düzenleyen: ITenGriTR.
Açılan konularınız (Sadece Eklenti İstek Bölümünde) maximum olabilicek konu sayısı bir dir.
Forum kurallarına aykırı olduğun için konunuz silinmiştir .
Forum kurallarına aykırı olduğun için konunuz silinmiştir .
Bir Hata Söz Konusu Olursa Bizlere Ulaşarak Düzeltebilirsiniz.
Konu ile Alakalı Benzer Konular | |||||
Konular | Yazar | Yorumlar | Okunma | Son Yorum | |
Silinmiş Konu | Eklenti Edit (Acil) | theWinter | 2 | 330 |
13-01-2020, Saat: 18:32 Son Yorum: By.KinG |
|
Silinmiş Konu | Jbmenu [Edit] | nemesiskingofcs | 1 | 319 |
19-10-2019, Saat: 16:37 Son Yorum: By.KinG |
|
Silinmiş Konu | Ücret karlışında mod edit | eddyy82 | 8 | 473 |
04-09-2019, Saat: 13:13 Son Yorum: ITenGriTR |
|
Silinmiş Konu | CSGO EDİT | ATEŞ BAŞKAN | 3 | 302 |
03-09-2019, Saat: 06:43 Son Yorum: Smash |
|
Silinmiş Konu | Edit | berk10 | 2 | 260 |
29-08-2019, Saat: 13:32 Son Yorum: ITenGriTR |
Konuyu Okuyanlar: 1 Ziyaretçi