Raised This Month: $51 Target: $400
 12% 

New AMXX Menu System


Post New Thread Reply   
 
Thread Tools Display Modes
linkosc
Senior Member
Join Date: Apr 2007
Location: Everywhere
Old 02-10-2008 , 06:21   Re: New AMXX Menu System
Reply With Quote #51

Hello All, Nub here I don't understand Any of the tutorials on Building menus. EX: the commands I dont know what they mean or do lol SOrry.
Anyhow Im working on a mod and I need some help with my menu system.
http://forums.alliedmods.net/showthread.php?t=66808 < thats were I originally posted for help. But.... I dont understand how it was explained to me. I will Post the Code Here: and THere So yall can help me, If ya want. Would be greatfully appreciated! Im not even sure Im using the New Menu system . LOL . Im really new so Dont Bash Hard
Actually Check out that forum Ill post on there tommorow. Sleepy
linkosc is offline
Send a message via AIM to linkosc
Merko
Member
Join Date: Mar 2008
Old 03-26-2008 , 21:56   Re: New AMXX Menu System
Reply With Quote #52

Hello

Just started with AMX Scripting. This was my first tutorial and it worked fine!

Thanks for great tut :]
Merko is offline
PoSiTiOn Of PoWeR
BANNED
Join Date: May 2008
Location: RO
Old 05-18-2008 , 17:49   Re: New AMXX Menu System
Reply With Quote #53

very nice Emp`
PoSiTiOn Of PoWeR is offline
Send a message via Yahoo to PoSiTiOn Of PoWeR
KingCommentor
Senior Member
Join Date: Jan 2008
Location: Floridaaaa
Old 07-29-2008 , 00:29   Re: New AMXX Menu System
Reply With Quote #54

Where is the client cmd that they actually say to get the menu up ?
KingCommentor is offline
Send a message via AIM to KingCommentor
PvtSmithFSSF
Senior Member
Join Date: Jul 2008
Old 07-31-2008 , 22:28   Re: New AMXX Menu System
Reply With Quote #55

Quote:
Originally Posted by KingCommentor View Post
Where is the client cmd that they actually say to get the menu up ?
on line 7..
PvtSmithFSSF is offline
minimiller
Veteran Member
Join Date: Aug 2007
Location: United Kingdom
Old 08-17-2008 , 17:35   Re: New AMXX Menu System
Reply With Quote #56

Really nubbish question coming up...
How do i show the menu to all players on the server?
Its probly really easy to do, but my brain isnt working today
__________________
minimiller is offline
Send a message via MSN to minimiller
Emp`
AMX Mod X Plugin Approver
Join Date: Aug 2005
Location: Decapod 10
Old 08-17-2008 , 18:19   Re: New AMXX Menu System
Reply With Quote #57

Code:
new players[32], pnum;
get_players(players, pnum);
for( new i=0; i<pnum; i++ )
    menu_display(players[i], menu, 0);
Emp` is offline
Send a message via AIM to Emp` Send a message via MSN to Emp` Send a message via Yahoo to Emp` Send a message via Skype™ to Emp`
AntiBots
Veteran Member
Join Date: May 2008
Location: Brazil
Old 09-25-2008 , 17:42   Re: New AMXX Menu System
Reply With Quote #58

You can put a Example to put more pages, Example, "Next Page..." Without do a menu2
__________________
AntiBots is offline
Send a message via ICQ to AntiBots Send a message via MSN to AntiBots Send a message via Skype™ to AntiBots
minimiller
Veteran Member
Join Date: Aug 2007
Location: United Kingdom
Old 09-25-2008 , 17:59   Re: New AMXX Menu System
Reply With Quote #59

u dont need a menu2
just put "cases"
if u do 11 cases, page1 will show the first 7; back; and next
then page2 will show 8, 9, 10, and 11
not too hard
__________________
minimiller is offline
Send a message via MSN to minimiller
AntiBots
Veteran Member
Join Date: May 2008
Location: Brazil
Old 09-25-2008 , 18:23   Re: New AMXX Menu System
Reply With Quote #60

Quote:
Originally Posted by minimiller View Post
u dont need a menu2
just put "cases"
if u do 11 cases, page1 will show the first 7; back; and next
then page2 will show 8, 9, 10, and 11
not too hard
how I can change the text of next and Exit?
__________________
AntiBots is offline
Send a message via ICQ to AntiBots Send a message via MSN to AntiBots Send a message via Skype™ to AntiBots
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 06:29.


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