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

[REQ] Admin Weapon Menu


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
alferd
Veteran Member
Join Date: Dec 2019
Location: Iran is Always Eternal
Old 05-08-2020 , 13:57   [REQ] Admin Weapon Menu
Reply With Quote #1

I want a plugin that allows each admin to use each of my options. Each round is given the same items to the admin.

I hope you understand what I mean

say /wpn
Code:
 Admin Weapons

1. Ak-47 <<< SELECTED >>>
2. M4A1
3. Aug
4. Awp


0. Exit
1. Ak-47:
PHP Code:
public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
RegisterHam(Ham_Spawn,"player""get_item",    1);
}

public 
get_item(id)
{
    
strip_user_weapons (id)
    
give_item(id,"weapon_ak47")
    
give_item(id,"ammo_762nato")
    
give_item(id,"ammo_762nato")
    
give_item(id,"ammo_762nato")
    
give_item(id,"weapon_deagle")
    
give_item(id,"ammo_50ae")
    
give_item(id,"ammo_50ae")
    
give_item(id,"ammo_50ae")
    
give_item(id,"ammo_50ae")
    
give_item(id,"ammo_50ae")
    
give_item(id,"ammo_50ae")
    
give_item(id,"ammo_50ae")
    
give_item(id,"weapon_knife")

2. M4A1:
PHP Code:
public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
RegisterHam(Ham_Spawn,"player""get_item",    1);
}

public 
get_item(id)
{
    
strip_user_weapons (id)
    
give_item(id,"weapon_m4a1")
    
give_item(id,"ammo_556nato")
    
give_item(id,"ammo_556nato")
    
give_item(id,"ammo_556nato")
    
give_item(id,"weapon_deagle")
    
give_item(id,"ammo_50ae")
    
give_item(id,"ammo_50ae")
    
give_item(id,"ammo_50ae")
    
give_item(id,"ammo_50ae")
    
give_item(id,"ammo_50ae")
    
give_item(id,"ammo_50ae")
    
give_item(id,"ammo_50ae")
    
give_item(id,"weapon_knife")

.......

Tnx For Help ....

Last edited by alferd; 05-09-2020 at 01:46.
alferd is offline
DruGzOG
Veteran Member
Join Date: Nov 2007
Location: Unknown
Old 05-08-2020 , 20:00   Re: [REQ] Admin Weapon Menu
Reply With Quote #2

Search. There's like 100s of these threads asking for something similar. Then you can simply edit things to work it for you.
__________________
DruGzOG is offline
Send a message via AIM to DruGzOG
alferd
Veteran Member
Join Date: Dec 2019
Location: Iran is Always Eternal
Old 05-09-2020 , 01:47   Re: [REQ] Admin Weapon Menu
Reply With Quote #3

Quote:
Originally Posted by DruGzOG View Post
Search. There's like 100s of these threads asking for something similar. Then you can simply edit things to work it for you.
I didn't find what I was looking for
alferd is offline
DruGzOG
Veteran Member
Join Date: Nov 2007
Location: Unknown
Old 05-09-2020 , 08:45   Re: [REQ] Admin Weapon Menu
Reply With Quote #4

Quote:
Originally Posted by alferd View Post
I didn't find what I was looking for
I searched admin weapon menu and got 12 threads in the first two pages. Search.
__________________
DruGzOG is offline
Send a message via AIM to DruGzOG
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:27.


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