Kardesim,
amx_cvar sv_password
amx_banmenu
amx_quit @CT-@T-@all
komutlarını 1 tane pluginde yasaklarmısın
ve verdigin son sma calısmıyor...
Kardesim,
amx_cvar sv_password
amx_banmenu
amx_quit @CT-@T-@all
komutlarını 1 tane pluginde yasaklarmısın
ve verdigin son sma calısmıyor...
RESPECT SURF ARENA
46.20.15.92
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Ozel Blok"
#define VERSION "1.0"
#define AUTHOR "akcaliberkk"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_concmd("amx_cvar","Blockx")
register_concmd("amx_rcon","Blockx")
register_concmd("amx_banmenu","Block")
register_concmd("amx_quit","Blockq")
}
public Blockx(id) {
new arg[32];
read_argv(1,arg,31)
if(equali(arg,"sv_password")) {
console_print(id,"Bu Komut Yasakli !")
return PLUGIN_HANDLED
}
return PLUGIN_CONTINUE
}
public Block(id) {
console_print(id,"Bu Komut Yasakli !")
return PLUGIN_HANDLED
}
public Blockq(id) {
new arg[32];
read_argv(1,arg,31)
if(arg[0] == '@') {
console_print(id,"Bu Komut Yasakli !")
return PLUGIN_HANDLED
}
return PLUGIN_CONTINUE
}
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/
amx_cvar sv_password harici hepsi calısıyo
RESPECT SURF ARENA
46.20.15.92
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
amx_quit
Amx_banmenu
amx_rcon sv_password
Calısıyo ama
amx_cvar sv_password calısmıyo onuda eklermısın berk
RESPECT SURF ARENA
46.20.15.92
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Bende çalışıyor ? plugins.ini de en üste yazdın mı ?
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/
Tekrar tekrar denedim sadece amx_cvar sv_password calısmıyor dıgerlerınde sıkıntı yok
RESPECT SURF ARENA
46.20.15.92
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Konu akcaliberkk tarafından (09-05-13 Saat 18:26 ) değiştirilmiştir.
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/
https://j1305.hizliresim.com/19/9/mwl4u.bmp
gordugun gbii
RESPECT SURF ARENA
46.20.15.92
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
senden kaynaklı. Pluginde sorun yok.
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/
tasinabilir o zamn
RESPECT SURF ARENA
46.20.15.92
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.