Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[İSTEK] [DR] Oyuna Girince Otomatik Revive
#1
Arkadaşlar oyuna girince millet /respawn yazarak kendini revleyebiliyor.Ancak bazı oyuna yeni başlayan yusuf yusuflar /respawn yazmayı bilmiyorlar. Oyuna girince otomatki revleyen bir plugin lazım.Bulursanız ve yardımcı olursanız çok teşekür ederim Smile


-DR Respawn Advanced 1.2 olmasın lütfen o çalışmıyor!
Reply
#2
denermisin bunu.

PHP Code:
/* AMXX Mod script. 

* (c) Copyright 2004, developed by Geesu 
* This file is provided as is (no warranties).  

* Changelog 
* 1.1: 
*   Added /respawn command to spawn a player if they're dead 
*   Added a public cvar 
* 1.0:  
*    Pistols are now given to players when they respawn 
*    sv_checkpistols cvar added, if this is set to 0, then players will always spawn with a pistol, otherwise they will only spawn with a pistol when it is not scoutzknivez and not a ka map 
*    sv_respawn cvar added, set this to 0 to disable the plugin 
*/ 

new const VERSION[] =    "1.1" 

#include <amxmodx> 
#include <fun> 
#include <cstrike> 

#define DISABLE_CS 0 

// team ids  
#define UNASSIGNED 0  
#define TS 1  
#define CTS 2  
#define AUTO_TEAM 5  

public plugin_init(){ 
     
    
register_plugin("Respawn Forever"VERSION"Pimp Daddy (OoTOAoO)"
     
    
register_event("DeathMsg","on_Death","a"
     
    
register_cvar("sv_checkpistols""0"
    
register_cvar("sv_respawn""1"
    
register_cvar("respawn_forever_version"VERSIONFCVAR_SERVER
     
    
register_clcmd("say","on_Chat"
    
register_clcmd("say_team","on_Chat"


public 
on_Chat(id

    if ( !
get_cvar_num("sv_respawn") ) 
    { 
        
client_print(idprint_chat"* Respawn plugin disabled"
        
//return PLUGIN_CONTINUE 
    

     
    new 
szSaid[32
    
read_args(szSaid31)  
     
    if (
equali(szSaid,"^"/respawn^"") || equali(szSaid,"^"respawn^"")) 
    { 
        
spawn_func(id
    } 


public 
spawn_func(id

    new 
parm[1
    
parm[0]=id 
     
    
/* Spawn the player twice to avoid the HL engine bug */ 
    
set_task(0.5,"player_spawn",72,parm,1
    
set_task(0.7,"player_spawn",72,parm,1
     


public 
on_Death() 

    if ( !
get_cvar_num("sv_respawn") ) 
        return 
PLUGIN_CONTINUE 
     
    
new victim_id read_data(2
     
    
spawn_funcvictim_id 
     
    return 
PLUGIN_CONTINUE 


public 
player_spawn(parm[1]) 

    
spawn(parm[0]) 

public 
client_connect(id

    
set_task(1.0,"spawn_func",id
     

Legend Young

Skype: ozan_secgin96
Reply
#3
Konu 10dk içinde çözülmüş:d
Reply
#4
yok
olmadı
Reply
#5
arkadaslar benım sw de herkez oldungde yenıden doğuyor bende sv respawn cvar yok bana birsi pluginini vereblırmıSad
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [İSTEK]Jb Verme Plugini (/mg) NorDan 8 12,926 03-09-17, 18:06
Last Post: tahayasin
  [ İSTEK ] Belirli Yetki Hariç 3 Raund Weapon Engel excellenT 15 6,356 21-07-17, 03:49
Last Post: SINCAPP
  [İSTEK] CT MAVi - T Kırmızı ışık yanan Plugin + Video Çektim ademcan36 9 10,466 26-04-17, 16:15
Last Post: h4m4s
  [ISTEK] Hızlı Dowload Link [ISTEK] TagaL 13 7,768 05-01-17, 01:30
Last Post: marvel1905
  Menu ve jbmenu istek hamhum 10 12,380 05-01-17, 01:30
Last Post: marvel1905
  İSTEK ! Sadece Ct de hook basabilmek playman01 17 7,541 28-08-16, 14:42
Last Post: QuarsS
  Acil Sorun istek hasanx9 6 3,994 03-08-16, 20:44
Last Post: murat1366
  Plugin İstek CFG Tarzı erenstrkl 6 3,777 03-08-16, 20:31
Last Post: murat1366
  Reklamcılara karsi Acil İstek[Plugin] hasan0650 22 5,577 17-07-16, 18:03
Last Post: BYHAZARD7
  Serverini Otomatik Olarak Favorilere Ekleme ottomanred 6 7,976 24-05-16, 15:15
Last Post: hola

Foruma Atla:


Users browsing this thread: 1 Guest(s)