CSPLague
Admin ViP - Printable Version

+- CSPLague (https://www.csplague.com)
+-- Forum: CS 1.6 Plugin (Eklenti) Bölümü (https://www.csplague.com/forumdisplay.php?fid=6)
+--- Forum: [İSTEK] Cs 1.6 Plugin İstek Bölümü (https://www.csplague.com/forumdisplay.php?fid=80)
+---- Forum: Çözülmüş İstekler (https://www.csplague.com/forumdisplay.php?fid=87)
+---- Thread: Admin ViP (/showthread.php?tid=2218)

Pages: 1 2


Admin ViP - muzaffer1 - 19-02-12

https://e1202.hizliresim.com/u/l/2umyb.png

Evet Sadece Adminlerde Oluyor. bu yetki

slotlarda olmuyor sadece admınlerde [nck ] => VIP frag

resimi inceleyin.


- openthedoor - 19-02-12

yapılabilir,zor bişe değil


- Schwertle - 19-02-12

openthedoor dateline='' Wrote: yapılabilir,zor bişe değil

bekliyoruz..


- muzaffer1 - 19-02-12

openthedoor dateline='' Wrote: yapılabilir,zor bişe değil

evet bekliyoruz. yapabılırsen


- openthedoor - 19-02-12

PHP Code:
// Code By Losteps | Iletisim : [email protected]

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "CSP-ScoreBoard VIP Yazisi"
#define VERSION "1.0"
#define AUTHOR "LOSTEPS"

#define SkorTablosu_Yok   0
#define SkorTablosu_Olu    ( 1 << 0 )
#define SkorTablosu_Bomba   ( 1 << 1 )
#define SkorTablosu_VIP  ( 1 << 2 )



public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_event"StatusValue""SkorVipYaz""b""1>0""2>0" );
    
register_messageget_user_msgid"ScoreAttrib" ), "skor_losteps")
    
}
public 
skor_lostepsiMsgIDiDestiReceiver )
{
    new 
iOyuncu get_msg_arg_int)
    if( 
is_user_connectediOyuncu ) && ( get_user_flagsiOyuncu ) & ADMIN_ALL ) )
    {
        
set_msg_arg_int2ARG_BYTEis_user_aliveiOyuncu ) ? SkorTablosu_VIP SkorTablosu_Olu );
    }
    
}

public 
SkorVipYaz( const id )
{
    
    new 
szmesas34 ], kisiaux
    get_user_aiming
(idkisiaux)
    if (
is_user_alive(kisi))
    {
        
formatexszmesas33"1 %s: %%p2"get_user_flagskisi ) & ADMIN_ALL "VIP" "Player" )
        
message_beginMSG_ONE_UNRELIABLEget_user_msgid"StatusText" ) , _id )
        
write_byte)
        
write_stringszmesas )
        
message_end( )
    }

Hayatımdan 45 DK aldınBig Grin


- Schwertle - 19-02-12

Konu çözülmüştür teşekkürler...


- NiCoMeDiA - 19-02-12

bende çalışmadı


- openthedoor - 19-02-12

denememiştim


- Schwertle - 19-02-12

openthedoor dateline='' Wrote: denememiştim

Konu çözülmemiştir Smile


- NiCoMeDiA - 19-02-12

ben çalışanını buldum geliyor.