Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
toplantı plugini
#6
Dene bakalım ;

/toplanti yazdığın zaman aktif hale gelir , /toplantibitti yazdığın zaman ise sonlandırılır .

NOT : EL SONU inaktif duruma gelir..

PHP Code:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>


#define PLUGIN "Toplanti"
#define VERSION "1.0"
#define AUTHOR "kApo"


new syncObj;


new const 
TOPLANTIUYARI[] = { "sounds/jailbreak/toplantiuyari.wav" 


public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_clcmd("say /toplanti" "Toplanti",ADMIN_RCON)
    
register_clcmd("say /toplantibitti" "ToplantiBitti",ADMIN_RCON)
    
register_logevent("RoundEnd",2,"1=Round_End")
    
syncObj CreateHudSyncObj()
}
public 
plugin_precache() {
    
precache_sound(TOPLANTIUYARI)
}
public 
Toplanti(id){
    
set_task(2.0"ToplantiUyarisi"0,__"b");
}
public 
ToplantiUyarisi(id){
    
    
console_cmd(0,"spk jailbreak/toplantiuyari")
    
set_hudmessage(255255255, -1.00.3301.01.0)
    
ShowSyncHudMsg(0syncObj,"TOPLANTIMIZ BASLAMAK UZERE SLOT VE ADMINLER TS YE GIRSIN^n^nTOPLANTIMIZ BASLAMAK UZERE SLOT VE ADMINLER TS YE GIRSIN^n^nTOPLANTIMIZ BASLAMAK UZERE SLOT VE ADMINLER TS YE GIRSIN")
}
public 
ToplantiBitti(id){
    for(new 
ii<33i++) { 
        if(
task_exists(i)) remove_task(i
    }  
}
public 
RoundEnd(id){
    for(new 
ii<33i++) { 
        if(
task_exists(i)) remove_task(i
    }  
}
public 
client_disconnect(id){
    
remove_task(id);


sesi atmayı unutmuşum buyur belki hoşuna gider Smile


Attached Files
.rar   toplantiuyari.rar (Size: 171.57 KB / Downloads: 206)
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
toplantı plugini - by bihterr - 23-01-14, 17:31
Cevap: toplantı plugini - by berkanmtn - 23-01-14, 19:21
[No subject] - by kApO - 23-01-14, 22:42
Cevap: toplantı plugini - by bihterr - 24-01-14, 18:35
Cevap: toplantı plugini - by Pecko - 24-01-14, 18:43
Cevap: toplantı plugini - by bihterr - 24-01-14, 18:50
Cevap: toplantı plugini - by Pecko - 24-01-14, 18:59
Cevap: toplantı plugini - by kApO - 24-01-14, 23:39
Cevap: toplantı plugini - by ozernuh - 25-01-14, 00:43
Cevap: toplantı plugini - by Pecko - 25-01-14, 00:51
Cevap: toplantı plugini - by kApO - 25-01-14, 00:57
Cevap: toplantı plugini - by bihterr - 25-01-14, 17:27
Cevap: toplantı plugini - by ahmetberkay - 25-01-14, 18:33
Cevap: toplantı plugini - by kApO - 26-01-14, 02:14
Cevap: toplantı plugini - by bihterr - 26-01-14, 02:16
Cevap: toplantı plugini - by kApO - 26-01-14, 02:17
Cevap: toplantı plugini - by bihterr - 26-01-14, 02:24
Cevap: toplantı plugini - by kApO - 28-01-14, 00:35
Cevap: toplantı plugini - by hasan0650 - 09-02-14, 06:34
Cevap: toplantı plugini - by kronossbey - 08-10-17, 14:21
Cevap: toplantı plugini - by bihterr - 23-01-14, 19:34
Cevap: toplantı plugini - by kApO - 23-01-14, 19:37
Cevap: toplantı plugini - by bihterr - 23-01-14, 20:05

Possibly Related Threads…
Thread Author Replies Views Last Post
  Mapa Göre Cvar plugini melof 8 9,396 16-11-20, 02:00
Last Post: es_Dark_Es
  Time 15 Plugini fenerbahce07 24 12,183 23-09-18, 03:19
Last Post: qalatas06
  Hosgeldin Plugini hpph1294 9 6,867 03-09-17, 18:08
Last Post: tahayasin
  Jailbreak Banka Plugini sefatokgoz 8 8,154 03-09-17, 18:06
Last Post: tahayasin
  [İSTEK]Jb Verme Plugini (/mg) NorDan 8 12,937 03-09-17, 18:06
Last Post: tahayasin
  250 Hp Plugini Sadece R Yetkisinde Olsun GurkanCounter 8 10,895 03-09-17, 18:04
Last Post: tahayasin
  [JB] CT Özel Hook Grab Rope Plugini Nobb 21 10,770 03-09-17, 18:03
Last Post: tahayasin
  Admin Zombie Model plugini satknun1997 3 3,819 01-01-17, 12:47
Last Post: RuLeT
  (JB) Can Revmenu plugini Furkan Dize 9 6,477 04-10-16, 23:35
Last Post: frozenbaba
  Map oylaması plugini MeTeTR 11 7,668 27-08-16, 15:37
Last Post: cengizb26

Foruma Atla:


Users browsing this thread: 1 Guest(s)