Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hapis Sebebi
#2
Al "xxx" gibi harflendirdiklerimi kendine göre ayarla , HER 2 Takımda da görünebilir , DENENMİŞTİR!
PHP Code:
/* Plugin generated by AMXX-Studio */


#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#include <cstrike>


#define PLUGIN "Jail Break: Basic Info"
#define VERSION "1.0"
#define AUTHOR "Sn!ff3r"


#define USERTASK 921
#define UPDATEDELAY 1.0


new static reasons[][] = { 
    
"Uyusturucu Kullandin",
    
"Tecavuzden",
    
"Hirsizlik",
    
"Fuhus",
    
"Darp",
    
"Silah Kacakciligi",
    
"Sahte Mal Pazarlama",
    
"Adam Yaralamadan",
    
"xxxx",
    
"xxx",
    
"xx",
    
"x",
    
"xx",
    
"xxx",
    
"xxx",
    
"xxxx",
    
"Teror Orgutune Yardim"
}


new 
userreason[33]
new 
roundshudhandler


public plugin_init() 
{
    
register_plugin(PLUGINVERSIONAUTHOR)    
    
    
register_event("TextMsg","restart_roundsnum","a","2&#Game_C"/*,"2&#Game_w"*/
    
    
register_logevent("round_end"2"1=Round_End")  
    
    
RegisterHam(Ham_Spawn"player""client_spawn"1)    
    
    
hudhandler CreateHudSyncObj()
}


public 
round_end()
{
    
rounds ++
}


public 
restart_roundsnum() 
{
    
rounds 
}


public 
client_disconnect(id)
{
    
userreason[id] = -1
    
    
if(task_exists(id USERTASK))
    {
        
remove_task(id USERTASK)
    }
}


public 
client_spawn(id)
{    
    if(
task_exists(id USERTASK))
    {
        
remove_task(id USERTASK)
        
    }    
    
userreason[id] = random_num(0sizeof reasons 1)
    
    
set_task(UPDATEDELAY"client_jailinfo"id USERTASK__"b")
}    


public 
client_jailinfo(TASKID)
{
static 
id
id 
TASKID USERTASK


set_hudmessage
(025500.80.106.012.0)


ShowSyncHudMsg(idhudhandler"Gun %d | Hapis Sebebi: %s."roundsreasons[userreason[id]])    

Anlatamıyorsan yaz, Yazamıyorsan anlat. Her ikisini de beceremiyorsan sadece sus.

PHP Code:
chat_color(id,SKYPE,"  kApO.1905 " )    
     
chat_color(id,HOTMAIL,"  [email protected] " )      
           
chat_color(id,STEAM," herge1 "  

Hedef büyük , hayırlısıyla.Smile
[Image: moderator.png] [Image: sigpic19388_2.gif]
Reply


Messages In This Thread
Hapis Sebebi - by BurakSincek - 30-01-14, 20:09
Cevap: Hapis Sebebi - by kApO - 31-01-14, 00:09
Cevap: Hapis Sebebi - by BurakSincek - 31-01-14, 02:40
Cevap: Hapis Sebebi - by kApO - 31-01-14, 23:01
Cevap: Hapis Sebebi - by BurakSincek - 02-02-14, 07:13
Cevap: Hapis Sebebi - by bloody123 - 25-07-14, 04:01

Foruma Atla:


Users browsing this thread: 1 Guest(s)