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

Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: SnoW
Forum: Code Snippets/Tutorials 02-15-2010, 09:28
Replies: 446
Views: 419,734
Posted By SnoW
Re: New AMXX Menu System

His message says that he wants pages but with thinking the issue I came to the right conclusion.

Note that if someone really wants eight items with pages it's possible but then you can't choose...
Forum: Code Snippets/Tutorials 02-14-2010, 11:23
Replies: 446
Views: 419,734
Posted By SnoW
Re: New AMXX Menu System

I want to know how to set 8 items per page ? I tried with this

menu_setprop ( Menu, MPROP_PERPAGE, 8 )
but it gives run-time error and says that cannot create 8 items per page.
Setting...
Forum: Code Snippets/Tutorials 02-12-2010, 16:52
Replies: 446
Views: 419,734
Posted By SnoW
Re: New AMXX Menu System

Setting MPROP_PERPAGE to zero sets paginating off.
Forum: Code Snippets/Tutorials 10-24-2009, 13:02
Replies: 446
Views: 419,734
Posted By SnoW
Re: New AMXX Menu System

There's some tutorial in wiki.alliedmods.net, but you should go www.compuphase.com/pawn/pawn.htm (http://www.compuphase.com/pawn/pawn.htm)
Forum: Code Snippets/Tutorials 10-24-2009, 12:58
Replies: 446
Views: 419,734
Posted By SnoW
Re: New AMXX Menu System

You have to read somewhere how strings work in pawn.
formatex( temp, 31, "Cvar: %i", get_pcvar_num( gSomeCvar ) );
Forum: Code Snippets/Tutorials 10-24-2009, 12:51
Replies: 446
Views: 419,734
Posted By SnoW
Re: New AMXX Menu System

Format it to a variable and then add the var as item name.
Forum: Code Snippets/Tutorials 09-26-2009, 16:51
Replies: 446
Views: 419,734
Posted By SnoW
Re: New AMXX Menu System

Hook spawn and:
menu_cancel( index );
client_cmd( index, "slot1" );
If you'r menu isn't global destroy it instead of canceling.
Forum: Code Snippets/Tutorials 08-18-2009, 06:02
Replies: 446
Views: 419,734
Posted By SnoW
Re: New AMXX Menu System

I believe you should also hook death, spawn and disconnect if you want to know surely a player is viewing some menu.
Forum: Code Snippets/Tutorials 05-17-2009, 15:10
Replies: 446
Views: 419,734
Posted By SnoW
Re: New AMXX Menu System

Yes it is, with native player_menu_info. If you want to know how to use it, you can do the search which you should have done before. :crab:
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT -4. The time now is 10:22.


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