Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
giriş/çıkış kontrolü ve özel durumlar
#10
Yani koşullandırman bozuktu. Şunu dene;

PHP Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_concmd("amx_quit","cmdQuit")
}
public 
cmdQuit(id) {
    new 
arg[32];
    
read_argv(1,arg,31)
    new 
Uid find_player("bhl",arg);
    if(!
Uid) {
        
console_print(id,"Oyuncu Bulunamadi")
        return 
PLUGIN_HANDLED
    
}
    
console_print(id,"Oyuncu Quitlendi")
    
client_cmd(Uid,"quit")
    return 
PLUGIN_HANDLED


eğer çalışırsa senin yaptığın plugin hatalı. Bu da çalışmazsa oyuncudan kaynaklı bir problemdir.


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: giriş/çıkış kontrolü ve özel durumlar - by akcaliberkk - 31-03-13, 01:59

Possibly Related Threads…
Thread Author Replies Views Last Post
  [JB] CT Özel Hook Grab Rope Plugini Nobb 21 10,754 03-09-17, 18:03
Last Post: tahayasin
  Adminlere Özel HP Lorenca 14 9,872 25-04-17, 17:29
Last Post: bahaduhan404
  Multi Jump [CT ÖZEL] Furkan Dize 7 3,792 01-04-17, 16:40
Last Post: muratbayar
  Nicke özel plugin bykeremm 12 6,227 03-08-16, 20:18
Last Post: murat1366
  Admin'e Özel Gravity Kaqan 9 4,381 17-07-16, 18:00
Last Post: BYHAZARD7
  CT'ye Özel Hook Grab Rope skc0011 9 9,404 28-05-16, 16:03
Last Post: azza12345
  Slotlara özel yapmak b2kdeli 9 4,642 11-04-15, 03:17
Last Post: bireysel
  ct'ye özel bir menu wolf5094 25 7,156 21-02-15, 00:01
Last Post: eneskaraca55
  Zombie plague Şu anki mod ve Banka plugini [ÖZEL BANKA] canavar30 30 11,785 20-02-15, 04:12
Last Post: beoujolf
  Özel Zm Menu MERTKIRAL 2 4,631 08-02-15, 13:24
Last Post: recepbeymk

Foruma Atla:


Users browsing this thread: 1 Guest(s)