Problem to update menus
#2

And i forgot to say, the function which is called is a CreateBlaBlaMenus.

For exemple:

Код:
public OnPlayerSelectedMenuRow(playerid, row)
{
new Menu: Current = GetPlayerMenu(playerid);
if(Current == AK47)
{
UpdateMenu(AK47, "CreateAK47Menus")        <== not working
return 1;
}
return 1;
}
Reply


Messages In This Thread
Problem to update menus - by Alice[WS] - 27.12.2009, 17:17
Re: Problem to update menus - by Alice[WS] - 28.12.2009, 10:30
Re: Problem to update menus - by dice7 - 28.12.2009, 10:39
Re: Problem to update menus - by Alice[WS] - 28.12.2009, 10:53
Re: Problem to update menus - by Alice[WS] - 28.12.2009, 16:30

Forum Jump:


Users browsing this thread: 1 Guest(s)