Adminlerden "g" harfini sil.
arkadaşlar şöyle bir sıkıntım var. Maç botunda bot tagı olarak mt_servertag diye bi komut kullanıyorum yani mt_servertag COOLCLAN ise oyunda res atıldıgında maç botu tagında COOLCLAN yazıyo. Fakat servera kurdugumda bazı çakal arkadaşlarım amx_cvar mt_servertag ASDASD şeklinde yaparak bot tagının ismini değişebiliyor. Bunu engellemek için neler yapabilirim acaba ? Bilgi verirseniz teşekkürler şimdiden.
MSN :
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
WEBSİTE :
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
color="Red">FACEBOOK :
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
color="#ff0000">-MatchArena.NET-
Güvenli ve hızlı steam satışında doğru adres!
Adminlerden "g" harfini sil.
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.
CS:GO ve CS 1.6 için ücretli eklenti yapılır.
Plugin yazmak isteyenlere yardımcı olabilirim.
Skype adresimden ulaşabilirsiniz: destek_596
Steam: http://steamcommunity.com/id/ca-nemesis/
peki bunu G harfini silmek yerine başka bi şekilde yapma imkanımız varmı plugin içerisinde yerleştireceğimiz bir komut ile ?
MSN :
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
WEBSİTE :
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
color="Red">FACEBOOK :
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
color="#ff0000">-MatchArena.NET-
Güvenli ve hızlı steam satışında doğru adres!
PHP- Kodu:
public plugin_init() {
register_clcmd("amx_cvar","cmdBlockCvar")
}
public cmdBlockCvar(id) {
new arg[32];
read_argv(1,arg,31)
if(equali(arg,"mt_servertag")) {
if(!access(id,ADMIN_RCON)) {
return PLUGIN_HANDLED
}
}
}
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.
CS:GO ve CS 1.6 için ücretli eklenti yapılır.
Plugin yazmak isteyenlere yardımcı olabilirim.
Skype adresimden ulaşabilirsiniz: destek_596
Steam: http://steamcommunity.com/id/ca-nemesis/
Şeklinde yapsam çalışırmı peki ? maksat adminlerin bunu değişememesi zatenPHP- Kodu:
public plugin_init() {
register_clcmd("amx_cvar","cmdBlockCvar")
}
public cmdBlockCvar(id) {
new arg[32];
read_argv(1,arg,31)
if(equali(arg,"mt_servertag")) {
return PLUGIN_HANDLED
}
}
Rcon yetkisi olan admin de değişemeyecek hiçbir oyuncu değişemeyecek
![]()
MSN :
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
WEBSİTE :
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
color="Red">FACEBOOK :
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
color="#ff0000">-MatchArena.NET-
Güvenli ve hızlı steam satışında doğru adres!
olur.
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.
CS:GO ve CS 1.6 için ücretli eklenti yapılır.
Plugin yazmak isteyenlere yardımcı olabilirim.
Skype adresimden ulaşabilirsiniz: destek_596
Steam: http://steamcommunity.com/id/ca-nemesis/
birde yazdıktan sonra şöyle bi warning alıyorum nasıl düzeltebilirim ?
warning 209: function "cmdBlockCvar" should return a value
MSN :
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
WEBSİTE :
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
color="Red">FACEBOOK :
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
color="#ff0000">-MatchArena.NET-
Güvenli ve hızlı steam satışında doğru adres!
önemli bir şey değil. Ama yine de görmek istemiyorsan return PLUGIN_CONTINUE yaz en sona
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.
CS:GO ve CS 1.6 için ücretli eklenti yapılır.
Plugin yazmak isteyenlere yardımcı olabilirim.
Skype adresimden ulaşabilirsiniz: destek_596
Steam: http://steamcommunity.com/id/ca-nemesis/
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.
CS:GO ve CS 1.6 için ücretli eklenti yapılır.
Plugin yazmak isteyenlere yardımcı olabilirim.
Skype adresimden ulaşabilirsiniz: destek_596
Steam: http://steamcommunity.com/id/ca-nemesis/