Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
* Server Menu @ roxxanne v2014
#1
* Server Menu @ roxxanne v2014

* Pershkrimi : Shfaq Menujen ma kryesore te serverave , si p.sh : Top15 , Adminat ON , Rank , HP , ResetScore etj. (Nese doni diqka tjeter me shtu muni mem kallxu PM jav boj)

* Source Code
[spoiler]#include <amxmodx>

#define PLUGIN "servermenu"
#define VERSION "1.0"
#define AUTHOR "roxanne."

public plugin_init() {

register_clcmd("menu", "cmdMenu", ADMIN_ALL);
register_plugin(PLUGIN, VERSION, AUTHOR);
}

public cmdMenu(id) {
new i_Menu = menu_create("\rMenuja e Serverit", "menu_handler");
menu_additem(i_Menu, "\wTop15 Lojtaret", "1", 0);
menu_additem(i_Menu, "\wAdminat Online", "2", 0);
menu_additem(i_Menu, "\wRikthe Piket", "3", 0);
menu_additem(i_Menu, "\wVoteban Menu", "4", 0);
menu_additem(i_Menu, "\wRock the Vote", "5", 0);
menu_additem(i_Menu, "\wRank", "6", 0);
menu_additem(i_Menu, "\wShendeti", "7", 0);
menu_setprop(i_Menu, MPROP_NEXTNAME, "Tjera");
menu_setprop(i_Menu, MPROP_BACKNAME, "Kthehu");
menu_setprop(i_Menu, MPROP_EXITNAME, "Hiqe");

menu_display(id, i_Menu, 0)
}

public client_authorized(id)
{
client_cmd(id, "bind ^"F3^" ^"menu^"")
}

public menu_handler(id, menu, item) {
if( item < 0 ) return PLUGIN_CONTINUE;
new cmd[3], access, callback;
menu_item_getinfo(menu, item, access, cmd,2,_,_, callback);
new Choise = str_to_num(cmd)
switch (Choise) {
case 1: {
client_cmd(id, "say /top15")
}
case 2: {
client_cmd(id, "say /admin")
}
case 3: {
client_cmd(id, "say /rs")
}
case 4: {
client_cmd(id, "say /voteban")
}
case 5: {
client_cmd(id, "say /rtv")
}
case 6: {
client_cmd(id, "say /rank")
}
case 7: {
client_cmd(id, "say /hp")
}
}
return PLUGIN_HANDLED;
}[/spoiler]

* Bind :
[spoiler]"bind "F3"menu"
[/spoiler]

* Foto Gjat Lojes :
* [Image: ThoGKAC.jpg]

* Shtyp Top15 ,SHFAQET Top15 ;
[Image: SJ5ziTA.jpg]
* Shtyp Adminat Online SHFAQEN ADMINAT ON + Plugins @ RX ; Link
* Rikthe Piket (Resetscore) ; Link
[Image: oLkS3Z8.jpg]
* Shendeti / HP ;
[Image: fwuJA4d.jpg] etc...

* Mundesuar nga roxxanne.

*SHKARKO Mediafire, Link

"Art is much less important than life, but what a poor life without it."

[Image: qrIkbSJ.jpg]
Reply }}}}
Thanks given by:
Thanks given by:
Thanks given by:


Messages In This Thread
* Server Menu @ roxxanne v2014 - by roxxanne. - 12-18-2023, 07:12 PM
Re: * Server Menu @ roxxanne v2014 - by roxxanne. - 10-04-2024, 05:32 PM
Re: * Server Menu @ roxxanne v2014 - by Dinnii - 10-04-2024, 05:56 PM
Re: * Server Menu @ roxxanne v2014 - by vorteks- - 12-18-2023, 07:15 PM
Re: * Server Menu @ roxxanne v2014 - by roxxanne. - 12-18-2023, 07:20 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)