Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Oyuncu Işıklandirma
#8
PHP Code:
#include <amxmodx>
#include <fakemeta>
#include <colorchat>

#define PLUGIN    "[Jailbreak]: Fener Isigi"
#define VERSION    "1.0"
#define AUTHOR    "JDM"

new bool:ackapat[33];
public 
plugin_init(){
    
register_plugin("PLUGIN""VERSION""AUTHOR")
    
register_clcmd("say /isik","AcKapatKomutu")
}
public 
client_putinserver(id){
    
ackapat[id] = true
}
public 
AcKapatKomutu(id) {
    if(
get_user_team(id) == 2) {
        if(
ackapat[id] == true){
            
set_pev(id,pev_effects,EF_BRIGHTLIGHT)
            
ColorChat(idNORMAL,"Isik ^4ACIK^1")
            
ackapat[id] = false
        
}
        else
            if(
ackapat[id] == false){
                
set_pev(idpev_effectspev(idpev_effects) &~ EF_BRIGHTLIGHT)
                
ColorChat(idNORMAL,"Isik ^4KAPALI^1")
                
ackapat[id] = true
            
}
    }



Kişisel olması daha iyi olur diye düşünüyorum... Say'e /isik yazarsa ışık açılır tekrar yazdığında ışık kapanır.
Steam ID: STEAM_1:0:70428872
Steam Name: Seps!s
Skype: jdm.csplague

Takdir ediliyorsan değil, Taklit ediliyorsan başarmışsın demektir.
Albert Einstein
Reply


Messages In This Thread
Oyuncu Işıklandirma - by bilbaz - 26-10-13, 21:13
Cevap: Oyuncu Işıklandirma - by bilbaz - 27-10-13, 12:44
Cevap: Oyuncu Işıklandirma - by JDM - 27-10-13, 14:13
Cevap: Oyuncu Işıklandirma - by bilbaz - 27-10-13, 14:26
Cevap: Oyuncu Işıklandirma - by JDM - 27-10-13, 14:35
Cevap: Oyuncu Işıklandirma - by bilbaz - 27-10-13, 14:39
Cevap: Oyuncu Işıklandirma - by JDM - 27-10-13, 16:03
Cevap: Oyuncu Işıklandirma - by bilbaz - 27-10-13, 16:12
Cevap: Oyuncu Işıklandirma - by JDM - 27-10-13, 17:46

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Hata] Oyuncu İsim Algılama Hatası Dexterz 3 3,433 16-07-14, 05:27
Last Post: JellyB0N
  mevcut oyuncu sayısı ve bir kaç soru akinpc 5 4,585 28-03-13, 21:49
Last Post: akcaliberkk
  Küçük mapta bile Full Oyuncu dolmasi için plugin betaboy 15 4,527 12-01-12, 19:27
Last Post: ST4R

Foruma Atla:


Users browsing this thread: 1 Guest(s)