Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ufak bi yardim
#5
PHP Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Demo Recorder"
#define VERSION "1.0"
#define AUTHOR "akcaliberkk"

new bool:is_recording[33];
public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_clcmd("say !demo","cmdRecordDemo")
    
register_clcmd("say !stop","cmdStopDemo")
}
public 
cmdRecordDemo(id) {
    if(
is_recording[id]) {
        
client_print(id,print_chat,"Zaten Demo Kaydediyorsunuz. Durdurmak Icin !stop Yaziniz.")
        return 
PLUGIN_HANDLED
    
}
    new 
szTarih[32];
    
get_time("%d/%m/%y-%H:%M",szTarih,31)
    
client_cmd(id,"record %s",szTarih)
    
is_recording[id] = true;
    
client_print(id,print_chat,"Demo Kaydedilmeye Baslandi ! Durdurmak Icin !stop Yaziniz. Demonun Ismi: %s",szTarih)
    return 
PLUGIN_HANDLED
}
public 
cmdStopDemo(id) {
    if(!
is_recording[id]) {
        
client_print(id,print_chat,"Zaten Kaydedilmekte Olan Bir Demo Yok. Demo Kaydetmek Icin !demo Yazin.")
        return 
PLUGIN_HANDLED
    
}
    
client_cmd(id,"stop")
    
is_recording[id] = false;
    
client_print(id,print_chat,"Demo Kaydedildi. Kaydedilen Demoyu valve/cstrike Klasorunde Bulabilirsiniz.")
    return 
PLUGIN_HANDLED



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
Ufak bi yardim - by t4t1fati - 12-05-13, 02:40
Cevap: Ufak bi yardim - by kApO - 12-05-13, 11:55
Cevap: Ufak bi yardim - by t4t1fati - 19-05-13, 19:13
Cevap: Ufak bi yardim - by kApO - 21-05-13, 19:20
Cevap: Ufak bi yardim - by akcaliberkk - 22-05-13, 17:31
Cevap: Ufak bi yardim - by akcaliberkk - 29-05-13, 15:01
Cevap: Ufak bi yardim - by eneskaraca55 - 20-02-15, 23:59

Possibly Related Threads…
Thread Author Replies Views Last Post
  Plugin Ufak Ayarlar Config Setting 7 3,489 03-08-16, 20:28
Last Post: murat1366
  Pass Sprite [YARDIM] chirkinqral 9 3,389 31-05-16, 00:48
Last Post: enestricks
  Pluginde hata lütfen yardım :) tarlacixx 2 4,957 10-04-15, 12:45
Last Post: kedusa
  Yardım istek hasanx9 4 2,015 06-03-15, 04:36
Last Post: bireysel
  Istegim icerde yardım hasanx9 7 2,848 21-02-15, 00:11
Last Post: eneskaraca55
  Ufak değişiklik 250 hp ibocan06 7 3,491 20-02-15, 23:54
Last Post: eneskaraca55
  250 hp plugini ufak degişiklik ibocan06 10 5,589 20-02-15, 23:52
Last Post: eneskaraca55
  Jail Serverime Jbşhop Ekliyorum Ama Olmuryor Yardım Edermisiniz starkovboy1 2 4,070 20-02-15, 04:15
Last Post: beoujolf
  Tusta Rev Ufak Bir Deişiklik memoaho123 11 4,413 14-01-15, 01:15
Last Post: Neith
  çok ufak kolay bi menü isteği Kaqan 5 4,166 10-09-14, 18:29
Last Post: Kaqan

Foruma Atla:


Users browsing this thread: 1 Guest(s)