CSPLague
Steam ve fake steam ban - Printable Version

+- CSPLague (https://www.csplague.com)
+-- Forum: CS 1.6 Plugin (Eklenti) Bölümü (https://www.csplague.com/forumdisplay.php?fid=6)
+--- Forum: [İSTEK] Cs 1.6 Plugin İstek Bölümü (https://www.csplague.com/forumdisplay.php?fid=80)
+---- Forum: Çözülmüş İstekler (https://www.csplague.com/forumdisplay.php?fid=87)
+---- Thread: Steam ve fake steam ban (/showthread.php?tid=8781)

Pages: 1 2 3


Cevap: Steam ve fake steam ban - xRteam45 - 28-10-13

Player Connected & Authorized : aq SteamID: STEAM_ID_LAN
Oyuncu: aq, end of debug

HLDS'den gelen kopyalama bu herneyse.

Yalnız sanırsam FTP izinleri engelliyor olabilir eklenti için?



Cevap: Steam ve fake steam ban - akcaliberkk - 28-10-13

İşte bu yazıların o dosyada yazması lazımdı Smile Evet izinlerden de olabilir. Bu da yeterli yine. Burda STEAM_ID_LAN lı steamid nin kontrolden başarılı olarak geçtiğini söylüyor.

Bu yazının bir de steamli oyuncuda olanını gösterirmisin


Cevap: Steam ve fake steam ban - xRteam45 - 29-10-13

p48 li cstrike dosyasını nerden bulucam şimdi Big Grin


Cevap: Steam ve fake steam ban - xRteam45 - 29-10-13

yanına debug yazdık serverda debugx.txt dosyası oluştu.

debugx.txt & J_SteamBan.sma





Cevap: Steam ve fake steam ban - akcaliberkk - 29-10-13

PHP Code:
#include <amxmodx>

public plugin_init() {
    
register_plugin("No Steam Access""1.0""akcaliberkk")
    
}
public 
client_authorized(id) {
    
    new 
szAuthID[32];
    
get_user_authid(id,szAuthID,31)
    
    
    if(!
equali(szAuthID,"STEAM_ID_LAN")){
        
        
set_task(3.0,"Kick",id+345)
        
    }
}
public 
Kick(id) {
    
id -= 345;
    if(
is_user_connected(id)) server_cmd("kick #%d ^"Sadece Non-Steam Hesaplar Girebilir^"",get_user_userid(id))


Şunu hiç editlemeden bir kurar mısın . Yazısını dahi değiştirme. Bu şekilde çalışıyo görünüyor


Cevap: Steam ve fake steam ban - xRteam45 - 29-10-13

akcaliberkk dateline='' Wrote:
PHP Code:
#include <amxmodx>

public plugin_init() {
    
register_plugin("No Steam Access""1.0""akcaliberkk")
    
}
public 
client_authorized(id) {
    
    new 
szAuthID[32];
    
get_user_authid(id,szAuthID,31)
    
    
    if(!
equali(szAuthID,"STEAM_ID_LAN")){
        
        
set_task(3.0,"Kick",id+345)
        
    }
}
public 
Kick(id) {
    
id -= 345;
    if(
is_user_connected(id)) server_cmd("kick #%d ^"Sadece Non-Steam Hesaplar Girebilir^"",get_user_userid(id))


Şunu hiç editlemeden bir kurar mısın . Yazısını dahi değiştirme. Bu şekilde çalışıyo görünüyor

çalıştı teşekkürler.


Cevap: Steam ve fake steam ban - akcaliberkk - 30-10-13

Çözülmüş İsteklere taşındı.


Cevap: Steam ve fake steam ban - cihanoner86 - 09-12-14

akcaliberkk dateline='' Wrote:
PHP Code:
#include <amxmodx>

public plugin_init() {
    
register_plugin("No Steam Access""1.0""akcaliberkk")
    
}
public 
client_authorized(id) {
    
    new 
szAuthID[32];
    
get_user_authid(id,szAuthID,31)
    
    
    if(!
equali(szAuthID,"STEAM_ID_LAN")){
        
        
set_task(3.0,"Kick",id+345)
        
    }
}
public 
Kick(id) {
    
id -= 345;
    if(
is_user_connected(id)) server_cmd("kick #%d ^"Sadece Non-Steam Hesaplar Girebilir^"",get_user_userid(id))


Şunu hiç editlemeden bir kurar mısın . Yazısını dahi değiştirme. Bu şekilde çalışıyo görünüyor



Arkadaşlar konuyu hortlatmış gibi olacağım ancak bunun Tam Tersi [Non-Steam]leri atacak ve sadece Steam'lerin girebileceği sma+amxx plugini yapabilir misiniz acaba? Teşekkür ediyorum.


Cevap: Steam ve fake steam ban - akcaliberkk - 10-12-14

Protocol 49 kurun


Cevap: Steam ve fake steam ban - Neith - 14-01-15

Sağol Ellerine Sağlık...