Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KİLL çekince para gitmesin
#2
PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <fun>

#define PLUGIN "Bedava Kill"
#define VERSION "1.0"
#define AUTHOR "akcaliberk"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_clcmd("kill","Intihar")
}
public 
Intihar(id) {
    
set_user_health(id,0)
    new 
user_name[65];
    
get_user_name(id,user_name,64)
    
console_print(0,"Oyuncu %s Kill Cekti !",user_name)
    return 
PLUGIN_HANDLED

Reply


Messages In This Thread
Cevap: KİLL çekince para gitmesin - by akcaliberkk - 02-07-12, 13:29

Possibly Related Threads…
Thread Author Replies Views Last Post
  Sınırsız Para melof 9 7,259 03-09-17, 18:07
Last Post: tahayasin
  Para göstergesi redspark 18 5,999 02-04-15, 22:08
Last Post: XJohnstoNX
  Saydan Kill çekme faruk1907 7 12,333 09-11-14, 13:40
Last Post: batuesesli
  Say'dan /k Yazinca Kill Cekmek kanka3838 7 21,140 16-10-14, 19:03
Last Post: counter3
  [JB] Kıll Menu Plugini emre113 6 6,092 24-07-14, 11:40
Last Post: emre113
  Kill Cekme Siniri Yardim JellyB0N 8 4,252 07-07-14, 02:55
Last Post: JellyB0N
  Kill Money Pecko 7 4,988 24-01-14, 23:40
Last Post: kApO
  Yardım .. Her El Otomatik 16000 PARA VERME !! nafiz519 2 8,623 28-10-13, 17:54
Last Post: akcaliberkk
  Menüden birine kill çektirme hurracuran 2 4,187 17-02-13, 21:41
Last Post: akcaliberkk
  say_team den para göstergesi ( akcali ) shakespeare 1 3,122 13-10-12, 13:24
Last Post: melof

Foruma Atla:


Users browsing this thread: 1 Guest(s)