20-02-12, 20:10
1.'yi anlamadım,
Quote:/* Code by Losteps - Telif Hakki ([email protected]) */al mert bey
#include <amxmodx>
#include <amxmisc>
#include <jail>
#include <fun>
#define PLUGIN "Adsiz Pic"
#define VERSION "1.0"
#define AUTHOR "[#Losteps]"
new openclose;
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say /canlan","kontrolet")
openclose = register_cvar("amx_paraile_canlan","1");
}
public kontrolet(id) {
if(get_pcvar_num(openclose) == 0) {
client_print(id,print_chat,"[Losteps] Eklenti kapalidir...")
return PLUGIN_HANDLED;
}
if(get_pcvar_num(openclose) == 1) {
if(jb_get_user_packs(id) >= 10) {
jb_set_user_packs(id,jb_get_user_packs(id - 10));
set_task(0.5,"can_qWe",2)
}
return 0;
}
return PLUGIN_CONTINUE;
}
public can_qWe(id)
{
spawn(id)
return PLUGIN_CONTINUE
}
* C++ [ %70 ]
* C# [ %77 ]
* PHP[ %65 ]
* Ptyhon[ %72 ]
Isteğe özel eklenti kodlanır P.M(Özel Mesaj) Atınız.
* C# [ %77 ]
* PHP[ %65 ]
* Ptyhon[ %72 ]
Isteğe özel eklenti kodlanır P.M(Özel Mesaj) Atınız.


"