Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Kabus Plugini
#1
Merhaba Arkadaşlar Ben Kabus Plugini İstiyorum Başlıkta Belirttiğim Gibi Yani.Şimdiden Cevabınızı Bekliyorum.Şimdiden Teşekkürler...
Coder İmza
PHP Code:
İletişim => cebinihat@hotmail.com 

Model İmza
PHP Code:
İletişim => cebinihat@hotmail.com 

CSP Signatür
PHP Code:
İletişim => cebinihat@hotmail.com 


En İyi Konularım:
Leqend Shop | Furkan Dize Shop |

Reply
#2
Biraz açar mısın ?
Messenger :[email protected]

Skype : sefa_tokgoz
Reply
#3
Nasıl Birşey Olucak ?
İletişim ;

MSN : DeaTReX[email protected]

SKYPE : DeaTReX

Fakelerim Çıkmaya Başlamış Lütfen [email protected] & DeaTReX Adreslerinden Başka Hesabım Yoktur Lütfen Onlara Kanmayınız !

Sunuculara Ve Serverlara Özel Plugin Ve Mod Kodlanır
Reply
#4
Kabus modundayken ctler sadece bıçak kullanabiliyor ve 7.000 HPleri oluyor.
Teröristlerin ise 200 HPsi ve Ak47 + Pompalilari var.
Teröristlerin ekranında yoğun kan kırmızısı bir sis var.Bu yüzden uzağı göremiyorlar.
Ctlerde ise aksine sis falan yok.
Coder İmza
PHP Code:
İletişim => cebinihat@hotmail.com 

Model İmza
PHP Code:
İletişim => cebinihat@hotmail.com 

CSP Signatür
PHP Code:
İletişim => cebinihat@hotmail.com 


En İyi Konularım:
Leqend Shop | Furkan Dize Shop |

Reply
#5
PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <cstrike>
#include <hamsandwich>

#define PLUGIN "Kabus Oyunu"
#define VERSION "1.0"
#define AUTHOR "akcaliberkk"

new bool:game_started;

public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_clcmd("say /kabus","cmdKabus")
    
    
RegisterHam(Ham_Spawn,"player","fwd_HamPlayerSpawnPost",1)
    
register_logevent("e_RoundEnd",2,"1=Round_End")
    
register_event("CurWeapon","e_CurWeapon","be","1=1")
    
}
public 
e_RoundEnd() {
    
game_started false;
    
SisYarat0, .clear true )
}
public 
fwd_HamPlayerSpawnPost(id) {
    if(
game_started) {
        if(
get_user_team(id) == 2) {
            
strip_user_weapons(id)
            
give_item(id,"weapon_knife")
            
set_user_health(id,7000)
        }
        else if(
get_user_team(id) == 1) {
            
give_item(id,"weapon_ak47")
            
give_item(id,"weapon_m3")
            
cs_set_user_bpammo(id,CSW_AK47,90)
            
cs_set_user_bpammo(id,CSW_M3,32)
            
set_user_health(id,200)
            
SisYaratid160000.003false )
        }
    }
}
public 
e_CurWeapon(id) { 
    if(
get_user_team(id) == && get_user_weapon(id) != CSW_KNIFE && game_started) {
        
strip_user_weapons(id)
        
give_item(id,"weapon_knife")
    }
}
public 
cmdKabus(id) {
    if(!
access(id,ADMIN_BAN)) {
        
client_print(id,print_chat,"Yetkin Yok")
        return 
PLUGIN_HANDLED
    
}
    if(
game_started) {
        
client_print(id,print_chat,"Kabus Oyunu Zaten Acik")
        return 
PLUGIN_HANDLED
    
}
    
game_started true;
    new 
players[32],inum;
    static 
tempid;
    
get_players(players,inum)
    for(new 
i;i<inum;i++) {
        
tempid players[i];
        if(
get_user_team(tempid) == 2) {
            
strip_user_weapons(tempid)
            
give_item(tempid,"weapon_knife")
            
set_user_health(tempid,7000)
        }
        else if(
get_user_team(tempid) == 1) {
            
give_item(tempid,"weapon_ak47")
            
give_item(tempid,"weapon_m3")
            
cs_set_user_bpammo(tempid,CSW_AK47,90)
            
cs_set_user_bpammo(tempid,CSW_M3,32)
            
set_user_health(tempid,200)
            
SisYarattempid160000.003false )
        }
    }
    new 
name[32];
    
get_user_name(id,name,31)
    
client_print(0,print_chat,"Admin %s Kabus Oyununu Baslatti !",name)
    return 
PLUGIN_HANDLED
}
stock SisYarat ( const index 0, const red 127, const green 127, const blue 127, const Float:density_f 0.001bool:clear false ) { 
    static 
msgFog
    
    if ( 
msgFog || ( msgFog get_user_msgid"Fog" ) ) ) { 
        new 
density _:floatclampdensity_f0.00010.25 ) * _:!clear
        
        
message_beginindex MSG_ONE_UNRELIABLE MSG_BROADCASTmsgFog, .player index ); 
        
write_byteclampred  0255 ) ); 
        
write_byteclampgreen0255 ) ); 
        
write_byteclampblue 0255 ) ); 
        
write_long_:density ); 
        
message_end(); 
    } 


Bilgi vermediğin için, /kabus yazan her ban yetkili admin kabus oyunu başlatabilir şeklinde ayarladım.


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
#6
Bunu araştırdım ama 10 tl imiş. Berk sağolsun Smile
Messenger :[email protected]

Skype : sefa_tokgoz
Reply
#7
Teşekkürler...
Coder İmza
PHP Code:
İletişim => cebinihat@hotmail.com 

Model İmza
PHP Code:
İletişim => cebinihat@hotmail.com 

CSP Signatür
PHP Code:
İletişim => cebinihat@hotmail.com 


En İyi Konularım:
Leqend Shop | Furkan Dize Shop |

Reply
#8
Çö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
#9
Ellerine Sağlık Berk Cool

- - - - - - - - - -

Ellerine Sağlık Berk Cool
Reply


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 Zombie Model plugini satknun1997 3 3,814 01-01-17, 12:47
Last Post: RuLeT
  (JB) Can Revmenu plugini Furkan Dize 9 6,465 04-10-16, 23:35
Last Post: frozenbaba

Foruma Atla:


Users browsing this thread: 1 Guest(s)