Next Page
#8

Quote:
Originally Posted by yezizhu
code?
I'll give you the process
Код:
Create two menu
menu 1 has 9 weapons, and "next page"
menu 2 has 9 weapons, and "previous page"
when player selected "next page", use code ShowMenuForPlayer(menu2,playerid)
when player selected "previous page", use code ShowMenuForPlayer(menu1,playerid)
Last process, is DIY
ye now i got it but here is another problem

i have 1. menu called '' weaponmenu''

with some weapons ofc like pistols some shot guns but i wanna make next page...
my next page now work but the problem is how i can do the functions for my ''nextpage'' menu under OnPlayerSelectedMenuRow

atm i have

Код:
public OnPlayerSelectedMenuRow(playerid, row)
{
  new Menu:CurrentMenu = GetPlayerMenu(playerid);
	if (CurrentMenu == weaponmenu)
{
  switch(row)
  {
but how i can make ''cases'' for my ''nextpage'' menu ... so when player will chose weapon he will get weapon ... i mean how i can make this functions for my other menu ... can u just show me example ?

ty and i hope you can understand me at my broken english

ty
Reply


Messages In This Thread
Next Page - by Geekzor - 19.07.2009, 19:56
Re: Next Page - by MenaceX^ - 19.07.2009, 20:19
Re: Next Page - by Geekzor - 19.07.2009, 20:57
Re: Next Page - by Geekzor - 20.07.2009, 07:58
Re: Next Page - by M4S7ERMIND - 20.07.2009, 08:12
Re: Next Page - by Geekzor - 20.07.2009, 08:44
Re: Next Page - by yezizhu - 20.07.2009, 09:35
Re: Next Page - by Geekzor - 20.07.2009, 10:07
Re: Next Page - by MadeMan - 20.07.2009, 10:12
Re: Next Page - by yezizhu - 20.07.2009, 11:02

Forum Jump:


Users browsing this thread: 1 Guest(s)