Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Otomatik team
#1
amx_cvar mp_autoteambalance 1 komutuyla CT ve T teamleri eşitleniyor.
Benim istediğim plugin ise CT,T,SPEC takımlarının hepsini eşitlemesi.
Daha doğrusu SPEC'dekileri otomatik olarak T veya CT takımlarına atması ve CT-T takımlarının sayılarının amx_cvar mp_autoteambalance 1 komutunda olduğu gibi eşitlenmesi.
Yani specde durulamayacak.
Şimdiden yapan arkadaşa teşekkürler.
İyi forumlar.

[center]
La'brigade # Gaming Bir Gün Değil Her Gün Kral !
Cs 1.6 Server : CS.LabrigadeGaming.Com
TeamSpeak3 Server : Ts3.LabrigadeGaming.Com
Msn : [email protected]
Facebook : http://www.facebook.com/LabrigadeClan
Skype : HijyeniK

[Image: ftt17.png]
[/center]
Reply
#2
PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <cstrike>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_event("TeamInfo""eTeamChange""a")
}
public 
eTeamChange() {
    static 
idszTeam[2];
    
    
id read_data(1)
    
read_data(2szTeam1)
    
    if(
equali(szTeam"SPECTATOR")) {
        
        static 
ct_num,t_num,inum,tempid;
        static 
players[32];
        
get_players(players,inum)
        for(new 
i;i<inum;i++) {
            
tempid players[i];
            switch(
get_user_team(tempid)) {
                case 
1t_num++
                case 
2ct_num++
            }
        }
        if(
t_num ct_numcs_set_user_team(idCS_TEAM_CT)
        else if(
t_num ct_numcs_set_user_team(idCS_TEAM_T)
        else {
            switch(
random_num(1,2)) {
                case 
1cs_set_user_team(id,CS_TEAM_CT)
                case 
2cs_set_user_team(id,CS_TEAM_T)
            }
        }
    }    


bir dene


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/

Reply
#3
Çözülmüş İsteklere taşındı.


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/

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Serverini Otomatik Olarak Favorilere Ekleme ottomanred 6 7,965 24-05-16, 15:15
Last Post: hola
  Paraşüt Plugini Arıyorum fakat herkezde Otomatik olsun al_99 7 4,670 19-04-15, 20:07
Last Post: bireysel
  Cs Acılınca Otomatik Servere Bağlanma mahmutt159 5 6,327 21-07-14, 04:04
Last Post: kaptan647
  Otomatik respawn (Belirli modlarda) wienli 10 4,331 08-04-14, 14:47
Last Post: tifargemirhan
  Otomatik Respawn mcym 15 7,101 27-11-13, 20:18
Last Post: JDM
  otomatik say çıkması cskarabela 8 8,987 20-11-13, 22:06
Last Post: bilbaz
  HNS Team Swap olayı xRteam45 5 4,051 31-10-13, 01:04
Last Post: xRteam45
  Yardım .. Her El Otomatik 16000 PARA VERME !! nafiz519 2 8,617 28-10-13, 17:54
Last Post: akcaliberkk
  Yetkiye Özel Otomatik Weapon Verme tolgas 12 3,907 10-10-13, 11:30
Last Post: JDM
  Team Tag Plugini Tofie 11 3,831 08-10-13, 09:46
Last Post: Nobb

Foruma Atla:


Users browsing this thread: