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 ?

Silinmiş Konu   | Cs go üst skor edit

Konu

#1
Takım değiştiğinde algılamıyor ve eski takımda kalıyor sayı onu düzeltebilir misiniz ? Şimdiden teşekkürler.

.sma CSGOUstSkor.sma (Dosya Boyutu: 1.07 KB | İndirme Sayısı: 3)



#2
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(255255255, -1.00.006.01.0)
    
show_dhudmessage(0"%d:%02d",sure 60,sure 60)
    
sure--
    
set_hudmessage(25512700.440.0306.01.0)
    
show_hudmessage(0"| %d |",tkazanma)
    
set_hudmessage(01272550.540.0306.01.0)
    
show_hudmessage(0"| %d |",ctkazan)

public 
takimdegisti(){
    if 
    (
roundekle 15)
    { 
set_dhudmessage(255255255, -1.00.006.01.0)
    
show_dhudmessage(0"%d:%02d",sure 60,sure 60)
    
sure--
    
set_hudmessage(25512700.440.0306.01.0)
    
show_hudmessage(0"| %d |",ctkazan)
    
set_hudmessage(01272550.540.0306.01.0)
    
show_hudmessage(0"| %d |",tkazanma)
}





#3
(29-09-2018, Saat: 20:43)Kalipso22 Adlı Kullanıcıdan Alıntı: 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(255255255, -1.00.006.01.0)
    
show_dhudmessage(0"%d:%02d",sure 60,sure 60)
    
sure--
    
set_hudmessage(25512700.440.0306.01.0)
    
show_hudmessage(0"| %d |",tkazanma)
    
set_hudmessage(01272550.540.0306.01.0)
    
show_hudmessage(0"| %d |",ctkazan)

public 
takimdegisti(){
    if 
    (
roundekle 15)
    { 
set_dhudmessage(255255255, -1.00.006.01.0)
    
show_dhudmessage(0"%d:%02d",sure 60,sure 60)
    
sure--
    
set_hudmessage(25512700.440.0306.01.0)
    
show_hudmessage(0"| %d |",ctkazan)
    
set_hudmessage(01272550.540.0306.01.0)
    
show_hudmessage(0"| %d |",tkazanma)
}

Olmadı.


#4
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(255255255, -1.00.006.01.0)
    
show_dhudmessage(0"%d:%02d",sure 60,sure 60)
    
sure--
    
set_hudmessage(25512700.440.0306.01.0)
    
show_hudmessage(0"| %d |",tkazanma)
    
set_hudmessage(01272550.540.0306.01.0)
    
show_hudmessage(0"| %d |",ctkazan)
    } 
    else if (
roundekle 15){
    
set_dhudmessage(255255255, -1.00.006.01.0)
    
show_dhudmessage(0"%d:%02d",sure 60,sure 60)
    
sure--
    
set_hudmessage(25512700.440.0306.01.0)
    
show_hudmessage(0"| %d |",ctkazan)
    
set_hudmessage(01272550.540.0306.01.0)
    
show_hudmessage(0"| %d |",tkazanma)
}





#5
set_task(1.0,"yalabeni",0,_,_,"b")
?


#6
1 saniye sonra yalabeni publicine yönlendiriyor.


#7
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ı:
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(255255255, -1.00.006.01.0)
    
show_dhudmessage(0"%d:%02d",sure 60,sure 60)
    
sure--
    
set_hudmessage(25512700.440.0306.01.0)
    
show_hudmessage(0"| %d |",tkazanma)
    
set_hudmessage(01272550.540.0306.01.0)
    
show_hudmessage(0"| %d |",ctkazan)
    } 
    else if (
roundekle 15){
    
set_dhudmessage(255255255, -1.00.006.01.0)
    
show_dhudmessage(0"%d:%02d",sure 60,sure 60)
    
sure--
    
set_hudmessage(25512700.440.0306.01.0)
    
show_hudmessage(0"| %d |",ctkazan)
    
set_hudmessage(01272550.540.0306.01.0)
    
show_hudmessage(0"| %d |",tkazanma)
}

Cansın teşekkürler.

(29-09-2018, Saat: 21:18)Kalipso22 Adlı Kullanıcıdan Alıntı:
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(255255255, -1.00.006.01.0)
    
show_dhudmessage(0"%d:%02d",sure 60,sure 60)
    
sure--
    
set_hudmessage(25512700.440.0306.01.0)
    
show_hudmessage(0"| %d |",tkazanma)
    
set_hudmessage(01272550.540.0306.01.0)
    
show_hudmessage(0"| %d |",ctkazan)
    } 
    else if (
roundekle 15){
    
set_dhudmessage(255255255, -1.00.006.01.0)
    
show_dhudmessage(0"%d:%02d",sure 60,sure 60)
    
sure--
    
set_hudmessage(25512700.440.0306.01.0)
    
show_hudmessage(0"| %d |",ctkazan)
    
set_hudmessage(01272550.540.0306.01.0)
    
show_hudmessage(0"| %d |",tkazanma)
}

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 ediyor    Üzüldüm

@Kalipso22 bakabilir misin ?


#8
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 .


Bir Hata Söz Konusu Olursa Bizlere Ulaşarak Düzeltebilirsiniz.






Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da

Konu ile Alakalı Benzer Konular
Konular Yazar Yorumlar Okunma Son Yorum
Silinmiş Konu   | Eklenti Edit (Acil) theWinter 2 331 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 474 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 261 29-08-2019, Saat: 13:32
Son Yorum: ITenGriTR

Task