Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
JB İle Respawn
#2
Cvarlar ;

respawn_jb "15"
// Respawn Icın Gecerli JB Miktarı.

PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <jail>
#include <cstrike>
#include <ColorChat>
#include <hamsandwich>
#include <fun>

#define PLUGIN "Respawn"
#define VERSION "1.0"
#define AUTHOR "K4DavRa - akindede."

new JB

new Tag[] = "# Respawn #"

public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_clcmd("say /respawn","Devam")
    
JB     register_cvar("respawn_jb","15")
}

public 
Devam(id)
{
    if(
is_user_alive(id)) {
        
ColorChat(id,RED,"Respawn Kullanmak Icin OLmen Gerekiyor.")
        return 
PLUGIN_HANDLED
    
}
    if(
cs_get_user_team(id) == CS_TEAM_SPECTATOR) {
        
ColorChat(id,GREEN,"Respawn Icin ^3T ^4Takiminda Olmalisin.")
        return 
PLUGIN_HANDLED
    
}
    if(
cs_get_user_team(id) == CS_TEAM_CT) {
        
ColorChat(id,GREEN,"Sadece ^3T ^4Kullanabilir.")
        return 
PLUGIN_HANDLED
    
}
    if(
jb_get_user_packs(id) < get_pcvar_num(JB)) {
        
ColorChat(id,GREEN,"%s Uzgunum Jb Eksik.^3Gereken: %d JB",Tag,get_pcvar_num(JB))
        return 
PLUGIN_HANDLED
    
}
    
jb_set_user_packs(id,jb_get_user_packs(id) - get_pcvar_num(JB))
    
ExecuteHamB(Ham_CS_RoundRespawn,id)
    
cs_set_user_team(id,CS_TEAM_T)
    
strip_user_weapons(id)
    
give_item(id,"weapon_knife")
    
ColorChat(id,GREEN,"Basari ile Yeniden Dogdun.")
    return 
PLUGIN_HANDLED

Reply


Messages In This Thread
JB İle Respawn - by BrkyDmr - 01-10-12, 20:52
Cevap: JB İle Respawn - by к4dανяα - 01-10-12, 23:23
Cevap: JB İle Respawn - by wolf5094 - 02-10-12, 11:13
Cevap: JB İle Respawn - by к4dανяα - 02-10-12, 17:10
Cevap: JB İle Respawn - by BrkyDmr - 02-10-12, 20:36
Cevap: JB İle Respawn - by к4dανяα - 09-10-12, 17:49
Cevap: JB İle Respawn - by melof - 13-10-12, 13:25

Possibly Related Threads…
Thread Author Replies Views Last Post
  ZP Spawn Koruması ve ZP Respawn sakarya42 6 6,579 10-10-17, 19:50
Last Post: EfeDursun125
  [ZP] Respawn Sıkıntısı Çekenler İçeri ResidentEviL 3 5,057 08-10-17, 00:11
Last Post: EfeDursun125
  Otomatik respawn (Belirli modlarda) wienli 10 4,344 08-04-14, 14:47
Last Post: tifargemirhan
  Adminlere özel respawn dehset2329 10 7,302 15-02-14, 13:37
Last Post: JDM
  Otomatik Respawn mcym 15 7,113 27-11-13, 20:18
Last Post: JDM
  Glock Ve Usp'siz Respawn Plugini futtuluk 14 5,464 25-07-13, 22:40
Last Post: akcaliberkk
  Auto Respawn &amp; Spawn DAYI1232 26 7,392 23-03-13, 19:22
Last Post: torrescan
  Oto Respawn Plugini tuncayfb22 9 8,662 23-02-13, 15:54
Last Post: akcaliberkk
  Biohazard RESPAWN ayarı sirketclan 2 5,536 16-02-13, 22:35
Last Post: bahadir2000
  Respawn Plugin ruttemfaal 5 7,626 08-02-13, 17:24
Last Post: 11amk11

Foruma Atla:


Users browsing this thread: 1 Guest(s)