15.05.2010, 11:58
Dude,
new Menu:Currentmenu; THIS line creates the menu, it doesn't get the player menu use this:
this should be below onplayerselectedmenurow, and the rest code is fine.
edit: Oh and u missed a opening bracket onselectedmenurow, and a closing one
Quote:
remove new menu: Currentmenu, and do like this: |
pawn Код:
new Menu:CurrentMenu = GetPlayerMenu(playerid);
edit: Oh and u missed a opening bracket onselectedmenurow, and a closing one