Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ İSTEK ] Belirli Yetkiler Hariç Autokick
#8
PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Auto Spec Kick" 
#define VERSION "1.0" 
#define AUTHOR "akcaliberkk" 


new UserTeam[33] = {'U' , ... };

public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_event"TeamInfo" "fw_EvTeamInfo" "a" )
}
public 
fw_EvTeamInfo( ) {
    static 
id,szTeam[2];
    
id read_data(1);
    
read_data(2,szTeam,1);
    
    if (
UserTeam[id] != szTeam[0]) {
        
        
UserTeam[id] = szTeam[0];
        
        switch(
szTeam[0]) {
            
            case 
'S':{
                if(!
access(id,ADMIN_RCON)) set_task(300.0,"CheckTeam",id)
            }
            default:{
                
remove_task(id)
            }
        }
    }
}  
public 
CheckTeam(id) {
    if(
get_user_team(id) == 3) {
        
server_cmd("kick #%d ^"AutoKick5 Dakika Spectator^"",get_user_userid(id))
    }
    return 
PLUGIN_HANDLED



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


Messages In This Thread
Cevap: [ İSTEK ] Belirli Yetkiler Hariç Autokick - by akcaliberkk - 14-04-13, 14:54

Possibly Related Threads…
Thread Author Replies Views Last Post
  [İSTEK]Jb Verme Plugini (/mg) NorDan 8 12,937 03-09-17, 18:06
Last Post: tahayasin
  [ İSTEK ] Belirli Yetki Hariç 3 Raund Weapon Engel excellenT 15 6,366 21-07-17, 03:49
Last Post: SINCAPP
  [İSTEK] CT MAVi - T Kırmızı ışık yanan Plugin + Video Çektim ademcan36 9 10,476 26-04-17, 16:15
Last Post: h4m4s
  [ISTEK] Hızlı Dowload Link [ISTEK] TagaL 13 7,779 05-01-17, 01:30
Last Post: marvel1905
  Menu ve jbmenu istek hamhum 10 12,394 05-01-17, 01:30
Last Post: marvel1905
  İSTEK ! Sadece Ct de hook basabilmek playman01 17 7,560 28-08-16, 14:42
Last Post: QuarsS
  Acil Sorun istek hasanx9 6 4,000 03-08-16, 20:44
Last Post: murat1366
  Plugin İstek CFG Tarzı erenstrkl 6 3,785 03-08-16, 20:31
Last Post: murat1366
  Reklamcılara karsi Acil İstek[Plugin] hasan0650 22 5,607 17-07-16, 18:03
Last Post: BYHAZARD7
  [pawn] istek batuopoz0770 4 6,552 19-04-15, 16:27
Last Post: akcaliberkk

Foruma Atla:


Users browsing this thread: 1 Guest(s)