Raised This Month: $32 Target: $400
 8% 

MeNeStafF 2018 By LuXo KING Gaming


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Gameplay       
LuXoAlinFCSB
Junior Member
Join Date: Dec 2016
Location: Ramallah
Old 01-13-2018 , 09:00   MeNeStafF 2018 By LuXo KING Gaming
Reply With Quote #1

Hello, I want to offer you something special today. I hope you enjoy how much in this thing and thank you all for your viewing of this topic


(1)
PHP Code:
#include <amxmodx>

public plugin_init()
{
    
register_plugin("My Menu""1.0""LuXo KING Gaming");
    
register_clcmd("say /adminmenu2""ShowMenu"_"");
}

public 
ShowMenu(id)
{
    new 
menu menu_create("Best MeNe VIP~BOSS~OWNER~Staff:""LuXo");

    
menu_additem(menu"|*|S.t.a.f.f \y(MeNu$)\w|*|"""0); // case 0
    

    
menu_setprop(menuMPROP_EXITMEXIT_ALL);
    
menu_setprop(menuMPROP_PERPAGE6);

    
menu_display(idmenu0);

    return 
PLUGIN_HANDLED;
}

public 
LuXo(idmenuitem)
{
    if(
item == MENU_EXIT)
    {
        
menu_cancel(id);
        return 
PLUGIN_HANDLED;
    }

    new 
command[6], name[64], accesscallback;

    
menu_item_getinfo(menuitemaccesscommandsizeof command 1namesizeof name 1callback);

    switch(
item)
    {

        case 
0client_cmd(id"Staff_menu");


    }

    
menu_display(idmenu0)

    return 
PLUGIN_HANDLED;

(2)
PHP Code:
#include <amxmodx>
#include <fun>
#include <hamsandwich>
#include <zombieplague>

#define PLUGIN "STAFF~MENU2017-2018"
#define VERSION "1.0"
#define AUTHOR "LuXo"

new STAFFMENU_1[33], STAFFMENU_2[33], STAFFMENU_3[33], STAFFMENU_4[33], STAFFMENU_5[33], STAFFMENU_6[33]

public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_clcmd("Staff_menu""menu")
    
register_clcmd("/Staff_menu""menu")
    
register_clcmd("say /Staff_menu""menu")
    
    
register_logevent("round_end"2"2=Round_End")
}

public 
menu(id)
{
    new 
menu menu_create("\rSTAFF MENU VPS By LuXo KING Gaming""LuXo")
         
menu_additem(menu"\w[\d Get 999 HP\r]\r[\yMap 1\w]""1")
         
menu_additem(menu"\w[\d Get 800 \r]\r[\yMap 1\w]""2")
         
menu_additem(menu"\w[\d Get Ammo 7000\r]\r[\yMap 1\w]""3")
         
menu_additem(menu"\w[\y Plasmagun\r]\r[\yMap 1\°\w]""4")
         
menu_additem(menu"\w[\y Balrog3\r]\r[\yMap 1\w]""5")
    
menu_additem(menu"\w[\y Thunderbolt\r]\r[\yMap 1\w]""6")
    
    
menu_setprop(menuMPROP_EXITNAME"EXIT")
    
    
menu_display(idmenu0)
    
    return 
PLUGIN_HANDLED;
}

public 
LuXo(idmenuiten)
{
    if(
iten == MENU_EXIT)
         {
            
menu_destroy(menu)
            return 
PLUGIN_HANDLED;
    }       
    
    new 
data[6], iName[64], accesscall_back
    
    menu_item_getinfo
(menuitenaccessdata5iName63call_back)
    
    new 
key str_to_num(data)
    
    switch(
key)
    {
        case 
1:
        {
            if(
STAFFMENU_1[id] == 0)
            {
                
STAFFMENU_1[id] = 5
            set_user_health
(idget_user_health(id) + 999)
                 }
            else 
client_print(idprint_chat"[BOSS] Get Health 999 Wait Map1"STAFFMENU_1[id])
             }
        case 
2:
        {
            if(
STAFFMENU_2[id] == 0)
            {
                
STAFFMENU_2[id] = 5
            set_user_armor
(idget_user_armor(id) + 800)
                 }
            else 
client_print(idprint_chat"[BOSS] Get Armor 800 Wait Map1"STAFFMENU_2[id]) 
             }
        case 
3:
        {
            if(
STAFFMENU_3[id] == 0)
            {
                
STAFFMENU_3[id] = 5
                            zp_set_user_ammo_packs
(idzp_get_user_ammo_packs(id) + 7000)
                 }
            else 
client_print(idprint_chat"[BOSS] Get Ammo 7000 Wait Map1"STAFFMENU_3[id]) 
        }
        case 
4:
        {
            if(
STAFFMENU_4[id] == 0)
            {
                
STAFFMENU_4[id] = 4
            client_cmd
(id"admin_get_plasmagun" )
                 }
            else 
client_print(idprint_chat"[BOSS] Get Plasmagun Wait Map1"STAFFMENU_4[id])
        }
        case 
5
        {
            if(
STAFFMENU_5[id] == 0)
            {
                
STAFFMENU_5[id] = 4
            client_cmd
(id"admin_get_balrog3" )
                 }
            else 
client_print(idprint_chat"[BOSS] Get Balrog3 Wait Map1"STAFFMENU_5[id])
        }
        case 
6:
        {
            if(
STAFFMENU_6[id] == 0)
            {
                
STAFFMENU_6[id] = 4
            client_cmd
(id"admin_get_thunderbolt" )
                 }
            else 
client_print(idprint_chat"[BOSS] Get Thunderbolt Wait Map1"STAFFMENU_6[id])

        }
    }
    return 
PLUGIN_HANDLED;
         
}

public 
round_end()
{
    for(new 
id 0id <= get_maxplayers(); id++)
    {
         if(
STAFFMENU_1[id] > 0STAFFMENU_1[id] =- 1
    
if(STAFFMENU_2[id] > 0STAFFMENU_2[id] =- 1
    
if(STAFFMENU_3[id] > 0STAFFMENU_3[id] =- 1
    
if(STAFFMENU_4[id] > 0STAFFMENU_4[id] =- 1
    
if(STAFFMENU_5[id] > 0STAFFMENU_5[id] =- 1
    
if(STAFFMENU_6[id] > 0STAFFMENU_6[id] =- 1
         
}

Warning

Do you want to list the other you first or second means the guest of the first new and amended well and you did not lose anything better for you to do the next steps to the home page Mntbah them and do not worry about anything and no error exists in this
Attached Files
File Type: sma Get Plugin or Get Source (STAFF~MENU2017-2018.sma - 556 views - 4.1 KB)
File Type: sma Get Plugin or Get Source (Staff_menu.sma - 815 views - 1.1 KB)
__________________

Last edited by LuXoAlinFCSB; 01-17-2018 at 07:46.
LuXoAlinFCSB is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 01-13-2018 , 09:36   Re: MeNeStafF 2018 By LuXo KING Gaming
Reply With Quote #2

That's not even a proper plugin. Incoming "help I press button but no work" comments.
__________________

Last edited by OciXCrom; 01-13-2018 at 09:36.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
LuXoAlinFCSB
Junior Member
Join Date: Dec 2016
Location: Ramallah
Old 01-13-2018 , 09:58   Re: MeNeStafF 2018 By LuXo KING Gaming
Reply With Quote #3

Quote:
Originally Posted by OciXCrom View Post
That's not even a proper plugin. Incoming "help I press button but no work" comments.
Are you kidding me why
The validity of addiction is not just to anything you understand

You have a website and I am registered in it and I see everything you publish and nothing I like about it means your site is beautiful and does not comment on something beautiful and you see something trivial or hold the person to a small mistake Do you understand
__________________
LuXoAlinFCSB is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 01-13-2018 , 10:02   Re: MeNeStafF 2018 By LuXo KING Gaming
Reply With Quote #4

What I meant is the menu won't work if you don't have any of the plugins associated with it (balrog, katana, plasma gun, etc) - so you should upload them too. Also, upload it as a .sma file instead of a code.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
LuXoAlinFCSB
Junior Member
Join Date: Dec 2016
Location: Ramallah
Old 01-13-2018 , 10:06   Re: MeNeStafF 2018 By LuXo KING Gaming
Reply With Quote #5

I prefer to be a symbol and not be with file
__________________

Last edited by LuXoAlinFCSB; 01-13-2018 at 10:08.
LuXoAlinFCSB is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 01-13-2018 , 10:08   Re: MeNeStafF 2018 By LuXo KING Gaming
Reply With Quote #6

?!
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
LuXoAlinFCSB
Junior Member
Join Date: Dec 2016
Location: Ramallah
Old 01-13-2018 , 10:10   Re: MeNeStafF 2018 By LuXo KING Gaming
Reply With Quote #7

Quote:
Originally Posted by OciXCrom View Post
?!
I prefer to have everything better and do not have files when it takes a lot of time to upload them to sites and I do not want to upload them to unreliable sites. Do you understand yesh or not?
__________________

Last edited by LuXoAlinFCSB; 01-13-2018 at 10:10.
LuXoAlinFCSB is offline
LuXoAlinFCSB
Junior Member
Join Date: Dec 2016
Location: Ramallah
Old 01-13-2018 , 10:12   Re: MeNeStafF 2018 By LuXo KING Gaming
Reply With Quote #8

PHP Code:
client_cmd(id"YouR Add Nick " 
Add Guns Goldenak 47
PHP Code:
client_cmd(id"say /goldenak" 
__________________
LuXoAlinFCSB is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 01-13-2018 , 10:15   Re: MeNeStafF 2018 By LuXo KING Gaming
Reply With Quote #9

I'm done.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
LuXoAlinFCSB
Junior Member
Join Date: Dec 2016
Location: Ramallah
Old 01-13-2018 , 10:43   Re: MeNeStafF 2018 By LuXo KING Gaming
Reply With Quote #10

This is Latif
__________________
LuXoAlinFCSB is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:04.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode