Vipmenu Harfe atama
Gönderilme zamanı: Pzr Eyl 11, 2016 12:11 pm
V.İ.P menuyu nasıl harfe atayabilirim hangi ayarı girmem lzm ? ve nereye
Kod: Tümünü seç
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Plugin Adi"
#define VERSION "1.0"
#define AUTHOR "By Deh$eT"
#define YETKI ADMIN_BAN
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
// Add your code here...
}
public vipmenu(id)
{
if(get_user_flags(id) & YETKI)
{
// Menu vs.
}
else if(!(get_user_flags(id) & YETKI))
{
//Yetkiniz Yok.
}
}