Slot ol plugini gelistirilerek yapılabilir.
merhaba adminol plugini verecek arkadas serveri cokeltmeyen adminol plugini lazım bana aksi takdirde budluklarım serveri cokeltıyor
yetkiler : cefhijlmno bunlare olsun
tag uA # olsun
yapan emek harcayanın kalbımden desteklıyorum
Slot ol plugini gelistirilerek yapılabilir.
Tek Hedefim:
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.
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.
VFORDENTAAA
Buyur ;
PHP- Kodu:
#include <amxmodx>
#include <amxmisc>
#include <colorchat>
#define charsmax(%1) (sizeof(%1)-1)
new tag[32],
tag2,
yetki[32],
yetki2,
isim[32],
sifre[300],
configs_dizini[64],
satir_ekle[512],
guvenlik[33]
public plugin_init() {
register_plugin("Slot Olmak", "v0.0", "OrjinaLp.")
register_clcmd("say","say_komutlari")
register_clcmd("Sifre","sifre_giris")
tag2 = register_cvar("amx_slot_tag","uA #")
yetki2 = register_cvar("amx_slot_yetki","cefhijlmno")
get_pcvar_string(tag2,tag,31)
get_pcvar_string(yetki2,yetki,31)
}
public client_connect(id){guvenlik[id] = true;}
public say_komutlari(id) {
new komut[32]
read_argv(1, komut, 31)
if (equal(komut, "/adminol"))
{
if(get_user_flags(id) & ADMIN_BAN)
{
ColorChat(id,GREEN,"Yetkin Var")
return PLUGIN_HANDLED
}
if(!is_user_alive(id))
{
ColorChat(id,GREEN,"Oluyken Slot Olamazsin.")
return PLUGIN_HANDLED
}
guvenlik[id] = true;
if (guvenlik[id])
{
client_cmd(id,"messagemode Sifre")
}
else
{
ColorChat(id,GREEN,"[SLOT]^1 Zaten Slotsun.")
return PLUGIN_HANDLED
}
return PLUGIN_HANDLED
}
if (equal(komut, "/bilgilerim"))
{
if(get_user_flags(id) & ADMIN_BAN) {
bilgi_task(id)
}
else
{
ColorChat(id,GREEN,"[ADMIN]^1 ADMIN Olmadiginiz Icin Bilgileriniz Yok")
}
return PLUGIN_HANDLED
}
return PLUGIN_CONTINUE
}
public client_putinserver(id){
if(!(get_user_flags(id) & ADMIN_KICK))
{
set_task(7.0,"reklam",id)
}
else
{
set_task(7.0,"reklam2",id)
}
}
public reklam(id){
ColorChat(id,GREEN,"[ADMIN]^1 Slot olmak istiyorsaniz ^3/slotol^1 yaziniz.")
}
public reklam2(id){
ColorChat(id,GREEN,"[ADMIN]^1 Bilgilerinizi ogrenmek istiyorsaniz ^3/bilgilerim^1 yaziniz.")
}
public sifre_giris(id){
if (guvenlik[id])
{
read_args(sifre, charsmax(sifre))
remove_quotes(sifre)
get_user_name(id,isim,31)
get_configsdir(configs_dizini, 63)
format(configs_dizini, 63, "%s/users.ini", configs_dizini)
formatex(satir_ekle, 511, "^r^n^"%s%s^" ^"%s^" ^"%s^" ^"a^"", tag, isim, sifre, yetki)
write_file(configs_dizini, satir_ekle)
slot_aktif_et(configs_dizini)
client_cmd(id,"setinfo _pw %s",sifre)
client_cmd(id,"name ^"%s%s^"",tag,isim)
bilgi_task(id)
}
else
{
ColorChat(id,GREEN,"[SLOT]^1 Zaten Slotsun.")
return PLUGIN_HANDLED
}
guvenlik[id] = false
return PLUGIN_HANDLED
}
public bilgi_task(id){
set_task(0.1,"bilgi",id)
set_task(0.2,"bilgi",id)
set_task(0.3,"bilgi",id)
set_task(0.4,"bilgi",id)
set_task(0.5,"bilgi",id)
set_task(0.6,"bilgi",id)
set_task(0.7,"bilgi",id)
set_task(0.8,"bilgi",id)
set_task(0.9,"bilgi",id)
set_task(1.0,"bilgi",id)
set_task(1.1,"bilgi",id)
set_task(1.2,"bilgi",id)
set_task(1.3,"bilgi",id)
set_task(1.4,"bilgi",id)
set_task(1.5,"bilgi",id)
set_task(1.6,"bilgi",id)
set_task(1.7,"bilgi",id)
set_task(1.8,"bilgi",id)
set_task(1.9,"bilgi",id)
set_task(2.0,"bilgi",id)
set_task(2.1,"bilgi",id)
set_task(2.2,"bilgi",id)
set_task(2.3,"bilgi",id)
set_task(2.4,"bilgi",id)
set_task(2.5,"bilgi",id)
set_task(2.6,"bilgi",id)
set_task(2.7,"bilgi",id)
set_task(2.8,"bilgi",id)
set_task(2.9,"bilgi",id)
set_task(3.0,"bilgi",id)
}
public bilgi(id){
new ismim[32],sifrem[32],yetkilerim[32]
get_user_name(id,ismim,31)
get_user_info(id,"_pw",sifrem,31)
get_flags(get_user_flags(id), yetkilerim, 31)
ColorChat(id,GREEN, "***********************************")
ColorChat(id,GREEN, "*** ^1Nickiniz ^4:^3 %s",ismim)
ColorChat(id,GREEN, "*** ^1Sifreniz ^4:^3 %s",sifrem)
ColorChat(id,GREEN, "*** ^1Yetkileriniz ^4:^3 %s",yetkilerim)
ColorChat(id,GREEN, "***********************************")
server_cmd("amx_reloadadmins")
}
slot_aktif_et(dosya_adi[]){
new Dosya=fopen(dosya_adi,"r");
if (Dosya)
{
new Yazi[512];
new Yetki_Harfi[32];
new Yetki[32]
new Isim_Veri[44];
new Sifre[32];
while (!feof(Dosya))
{
fgets(Dosya,Yazi,sizeof(Yazi)-1);
trim(Yazi);
if (Yazi[0]==';')
{
continue;
}
Yetki_Harfi[0]=0;
Yetki[0]=0;
Isim_Veri[0]=0;
Sifre[0]=0;
if (parse(Yazi,Isim_Veri,sizeof(Isim_Veri)-1,Sifre,sizeof(Sifre)-1,Yetki,sizeof(Yetki)-1,Yetki_Harfi,sizeof(Yetki_Harfi)-1) < 2)
{
continue;
}
(Isim_Veri,Sifre,read_flags(Yetki),read_flags(Yetki_Harfi))
}
fclose(Dosya);
}
return 1;
}
Konu Nobb tarafından (29-06-13 Saat 12:27 ) değiştirilmiştir.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:
İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:
İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:
İletişim => cebinihat@hotmail.com
En İyi Konuları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.
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.
color="#ff0000">CSPLAGUE.com
Kardeşim Sen Sadece Komutu Değiştirmişsinde Serverda Slotolmak İçin /slotol Yazın Yazısı Çıkıcak.
Hayır /adminol Yazınca Çalışıyor.Zaten /adminol Plugini /slotol Plugini Olarak Editlenmiştir...
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:
İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:
İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:
İletişim => cebinihat@hotmail.com
En İyi Konuları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.
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.
color="#ff0000">CSPLAGUE.com
Editlenmiş ve yazılar düzeltilmiştir.
uhcakiPÖzel Plugin Kodlanır!
Steam_ID = STEAM_0:0:54912140
Steam_Nick = Ragnar Lothbrok
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Zaten İşe Yaramış Cs 1.6 'da Buluştuk Slot Olduğum Yerde.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:
İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:
İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:
İletişim => cebinihat@hotmail.com
En İyi Konuları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.
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.
color="#ff0000">CSPLAGUE.com
Konuya gerekli cevap verilmediği için elimden gelen yardımı yaptım
uhcakiPÖzel Plugin Kodlanır!
Steam_ID = STEAM_0:0:54912140
Steam_Nick = Ragnar Lothbrok
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Tamam.Ama Gerçekten Buluştuk.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:
İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:
İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:
İletişim => cebinihat@hotmail.com
En İyi Konuları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.
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.
color="#ff0000">CSPLAGUE.com
Çözülmüş İsteklere taşındı.
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/