Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
el basi tus bindleme
#1
client_autoexec var ama ben her el bası yazdıgım tuslara oto bindlesin istiyorum klavye sıfırlamaya onlem olarak
Reply
#2
Pek Anlamadım Otomatik Tus Bindleme Servere girince Otomatik Olarak Tuslarnıı Bindler Digel Svden Gelenlerde Her Zaman Config.cfg si geneden yapılır her el başı deyken anlamadım her el başı baska tusa baska cümlemi eklicen sadece map degisince aktif olur bildigime göre ayarlar
Crims ~ Clan & 95.173.173.120
Fenerbahçe Taraftarları Fan Sayfamız https://www.facebook.com/FenerliTrollar
https://crims-mt2.tk/ Bekleriz

İletisim : [email protected]


ATAM SEN ÖLMEDİN SEN KALBİMİZDE YASIYORSUN


TEK HEDEFİM Özel Üye Herkezten 1 Farkımız Olsun Ne Deneme Mod Ne Mod (:
Reply
#3
client_autoexec pluginini ver editlerim.
Reply
#4
al usta bunun her el bası tekrarlanmasını istiyorum oyun icinde unbindall yapınca gidiyo retry cekmem gerekiyo ama her el bası olursa oyuncuların retry cekmesine gerek kalmaz.

Code:
//Client Autoexec Commands on Connect
//by Torch
//Automatically executes commands on client when they join your server.
//Sort of like an automated client_exec plugin.
//Useful to block cl_pitchspeed etc as soon as they join.
//Create a file "client_autoexec.ini" in your configs folder
//and place all the console commands to be executed on clients in it.
//Maximum number of commands is defined as 100 below.

#include <amxmodx>
#include <amxmisc>

#define MAX_CMDS    100

public plugin_init() {
    register_plugin("Client Autoexec on Connect","1.0","Torch")
    return PLUGIN_CONTINUE
}

new configsdir[200]
new cmdfile[200]
new cmd[MAX_CMDS][200]

public client_connect(id) {

    get_configsdir(configsdir,199)
    format(cmdfile,199,"%s/client_autoexec.ini",configsdir)

    new txtLen
    new result
    for(new i=0;i<MAX_CMDS;i++)
    {
        result = read_file(cmdfile,i,cmd,199,txtLen)
        if(result != 0)
        {
            client_cmd(id,cmd)
        }
    }
}
Reply
#5
asdsadas
Reply
#6
Reply
#7
eyvallah ustam Smile
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  El Başı Koruma + Surf Buy Koruma LifeOfCs 14 12,115 11-08-18, 10:51
Last Post: caner5706
  El başı silah HijyeniK 2 4,753 10-02-18, 17:18
Last Post: Grafter
  [JB] El Başı Müzilk emre113 18 9,174 23-08-14, 16:19
Last Post: buracat

Foruma Atla:


Users browsing this thread: 1 Guest(s)
🔥 Bu Forumdan Popüler Konular
/redbull yazinca kissa yol — 190,943 görüntülenme, 11 cevap
SAY komutlarını bind tuşuyla yapmak — 68,390 görüntülenme, 5 cevap
Cs 1.6 Ct mic t gitmiyor — 55,212 görüntülenme, 5 cevap
JailBreak Ct Hook-Power1 — 42,218 görüntülenme, 8 cevap
Ben Kırmızı Admin Şapkası İsityorum Plugin+model — 41,518 görüntülenme, 120 cevap