Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
/admin Plugini Farklı
#2
PHP Code:
#include <amxmodx>
#include <amxmisc>

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

#define ADMIN_FLAG ADMIN_BAN
#define SLOT_FLAG ADMIN_RESERVATION

new message_saytext;
public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_clcmd("say /admin","HookSay")
    
register_clcmd("say /admins","HookSay")
    
    
message_saytext get_user_msgid("SayText");
}
public 
HookSay(id) {
    new 
players[32],inum;
    new 
a_text[256],s_text[256],a_count,s_count;
    
get_players(players,inum)
    static 
tempid,name[32];
    for(new 
i;i<inum;i++) {
        
tempid players[i];
        if(
access(tempid,ADMIN_FLAG)) {
            
get_user_name(tempid,name,31)
            
format(a_text,255,"%s %s,",a_text,name)
            
a_count++
        }
        else if(
access(tempid,SLOT_FLAG)) {
            
get_user_name(tempid,name,31)
            
format(s_text,255,"%s %s,",s_text,name)
            
s_count++
        }
    }
    
format(a_text,255,"^4Online Adminler: ^3%s"a_count a_text "Online Admin Yok")
    
format(s_text,255,"^4Online Slotlar: ^3%s"s_count s_text "Online Slot Yok")
    
message_begin(MSG_ONEmessage_saytext, {0,0,0}, id)
    
write_byte(id)
    
write_string(a_text)
    
message_end()
    
message_begin(MSG_ONEmessage_saytext, {0,0,0}, id)
    
write_byte(id)
    
write_string(s_text)
    
message_end()



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
/admin Plugini Farklı - by Kuheylan94 - 28-06-13, 16:16
Cevap: /admin Plugini Farklı - by akcaliberkk - 28-06-13, 21:06

Possibly Related Threads…
Thread Author Replies Views Last Post
  Mapa Göre Cvar plugini melof 8 9,394 16-11-20, 02:00
Last Post: es_Dark_Es
  Time 15 Plugini fenerbahce07 24 12,169 23-09-18, 03:19
Last Post: qalatas06
  toplantı plugini bihterr 22 10,705 08-10-17, 14:21
Last Post: kronossbey
  Hosgeldin Plugini hpph1294 9 6,856 03-09-17, 18:08
Last Post: tahayasin
  Jailbreak Banka Plugini sefatokgoz 8 8,146 03-09-17, 18:06
Last Post: tahayasin
  [İSTEK]Jb Verme Plugini (/mg) NorDan 8 12,928 03-09-17, 18:06
Last Post: tahayasin
  250 Hp Plugini Sadece R Yetkisinde Olsun GurkanCounter 8 10,884 03-09-17, 18:04
Last Post: tahayasin
  [JB] CT Özel Hook Grab Rope Plugini Nobb 21 10,746 03-09-17, 18:03
Last Post: tahayasin
  Admin kıyafetleri FarkTR 11 7,624 03-09-17, 18:02
Last Post: tahayasin
  Admin Zombie Model plugini satknun1997 3 3,814 01-01-17, 12:47
Last Post: RuLeT

Foruma Atla:


Users browsing this thread: 1 Guest(s)