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

Menu


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
llaj
Junior Member
Join Date: Jul 2016
Old 10-25-2017 , 21:01   Menu
Reply With Quote #1

Hi! Can someone help me and make this simple menu for me? Please

1. MP5 & 1x HE grenade
2. Deagle with 3 bullets
3. Add +50 HP, +50 AP
4. Speed 500
llaj is offline
GrimmReaper
Junior Member
Join Date: Oct 2017
Location: Name's the Clue
Old 10-26-2017 , 06:22   Re: Menu
Reply With Quote #2

Quote:
Originally Posted by llaj View Post
Hi! Can someone help me and make this simple menu for me? Please

1. MP5 & 1x HE grenade
2. Deagle with 3 bullets
3. Add +50 HP, +50 AP
4. Speed 500
Do you want it free or the option uses money
__________________
Add Me On Steam
GrimmReaper is offline
llaj
Junior Member
Join Date: Jul 2016
Old 10-26-2017 , 09:07   Re: Menu
Reply With Quote #3

Free. And If you want, you can create 2 version. one version free and one with money(1. for 1000$, 2. for 500$, 3. for 2000$ and 4. for 1000$). Thanks
llaj is offline
WhiteFang1319
Senior Member
Join Date: Jan 2017
Old 10-26-2017 , 10:11   Re: Menu
Reply With Quote #4

This is my first time creating a menu plugin. Tested with AMX 1.8.2. Use /weapons command in chat. Deagle gives 7 ammo. I'll try to do it 3 in the future..
Do tell me some mistakes/suggestions. I'll try to fix it ( Free Version)
Attached Files
File Type: sma Get Plugin or Get Source (menu_test.sma - 405 views - 2.0 KB)

Last edited by WhiteFang1319; 10-27-2017 at 07:46. Reason: Some info..
WhiteFang1319 is offline
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 10-26-2017 , 13:58   Re: Menu
Reply With Quote #5

Quote:
Originally Posted by WhiteFang1319 View Post
This is my first time creating a menu plugin. Tested with AMX 1.8.2. Use /weapons command in chat. Deagle gives 7 ammo. I'll try to do it 3 in the future..
Do tell me some mistakes/suggestions. I'll try to fix it ( Free Version)
To give only 3 bullets:

PHP Code:
        new iEntWeapon give_itemid"weapon_deagle" );
        
        if( ! 
is_valid_entiEntWeapon ) )
        return 
PLUGIN_HANDLED;

        
cs_set_weapon_ammoiEntWeapon);
        
cs_set_user_bpammoidCSW_DEAGLE); 
__________________
edon1337 is offline
llaj
Junior Member
Join Date: Jul 2016
Old 10-26-2017 , 16:28   Re: Menu
Reply With Quote #6

Thank you WhiteFang1319, works good But I have one question, what means TASK_ID 6969 ? It's random numbers or time?

Quote:
Originally Posted by edon1337 View Post
To give only 3 bullets:

PHP Code:
        new iEntWeapon give_itemid"weapon_deagle" );
        
        if( ! 
is_valid_entiEntWeapon ) )
        return 
PLUGIN_HANDLED;

        
cs_set_weapon_ammoiEntWeapon);
        
cs_set_user_bpammoidCSW_DEAGLE); 
Now I found another way. Is there any difference? forums.alliedmods.net/showpost.php?p=1872711&postcount=1

Last edited by llaj; 10-26-2017 at 17:10.
llaj is offline
WhiteFang1319
Senior Member
Join Date: Jan 2017
Old 10-27-2017 , 07:48   Re: Menu
Reply With Quote #7

Quote:
Originally Posted by edon1337 View Post
To give only 3 bullets:

PHP Code:
        new iEntWeapon give_itemid"weapon_deagle" );
        
        if( ! 
is_valid_entiEntWeapon ) )
        return 
PLUGIN_HANDLED;

        
cs_set_weapon_ammoiEntWeapon);
        
cs_set_user_bpammoidCSW_DEAGLE); 
Thanks. Edited the post.

Quote:
Originally Posted by llaj View Post
Thank you WhiteFang1319, works good But I have one question, what means TASK_ID 6969 ? It's random numbers or time?



Now I found another way. Is there any difference? forums.alliedmods.net/showpost.php?p=1872711&postcount=1
We're just assigning an id to the task to remove speed. I have already tried that method you've said and if I use it, it gives 7 ammo by default and then 3 by the code that's there.
WhiteFang1319 is offline
Reply


Thread Tools
Display Modes

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 00:05.


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