Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Glock Ve Usp'siz Respawn Plugini
#9
revive ile respawn aynı şey ? Ayrıca bu plugin amx_revive yi yakalamıyor. Doğma olayını yakalıyor.

Siz terorist iken denediğinize emin misiniz ?

Bir de böyle deneyin ?

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#include <fun>
#include <fakemeta>

#define PLUGIN "No Glock on Revive & Block Glock Drop"
#define VERSION "2.0"
#define AUTHOR "akcaliberkk"

new LastSpawnTime[33];
public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
RegisterHam(Ham_Spawn,"player","HamPlayerSpawnPost",1)
    
register_clcmd("drop","BlockDrop")
}
public 
HamPlayerSpawnPost(id) {
    
set_task(0.1,"Strip",id)
}
public 
Strip(id) {
    if(
get_user_team(id) == 1) {
        
strip_user_weapons(id)
        
give_item(id,"weapon_knife")
        
set_pdata_int(id1160// Yerdeki silahlari alamama fix
        
LastSpawnTime[id] = get_systime();
    }
}
public 
BlockDrop(id) {
    if( ( 
get_systime() - LastSpawnTime[id] ) < 1) {
        
client_print(id,print_chat,"no drop")
        return 
PLUGIN_HANDLED
    
}
    return 
PLUGIN_CONTINUE



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


Messages In This Thread
Cevap: Glock Ve Usp'siz Respawn Plugini - by akcaliberkk - 24-07-13, 22:56

Possibly Related Threads…
Thread Author Replies Views Last Post
  Mapa Göre Cvar plugini melof 8 9,391 16-11-20, 02:00
Last Post: es_Dark_Es
  Time 15 Plugini fenerbahce07 24 12,162 23-09-18, 03:19
Last Post: qalatas06
  ZP Spawn Koruması ve ZP Respawn sakarya42 6 6,585 10-10-17, 19:50
Last Post: EfeDursun125
  toplantı plugini bihterr 22 10,700 08-10-17, 14:21
Last Post: kronossbey
  [ZP] Respawn Sıkıntısı Çekenler İçeri ResidentEviL 3 5,058 08-10-17, 00:11
Last Post: EfeDursun125
  Hosgeldin Plugini hpph1294 9 6,855 03-09-17, 18:08
Last Post: tahayasin
  Jailbreak Banka Plugini sefatokgoz 8 8,143 03-09-17, 18:06
Last Post: tahayasin
  [İSTEK]Jb Verme Plugini (/mg) NorDan 8 12,926 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,741 03-09-17, 18:03
Last Post: tahayasin

Foruma Atla:


Users browsing this thread: 1 Guest(s)