25.02.2015, 21:12
Hello
Menu is not showing, why?
Menu is not showing, why?
Код:
new Menu:MENU_Garage[25]; public OnGameModeInit(){ MENU_Garage[0] = CreateMenu(" ", 1, -200.0, 25.0, 50.0, 50.0); AddMenuItem(MENU_Garage[0], 0, "Bla"); AddMenuItem(MENU_Garage[0], 0, "Bla"); return 1; } CMD:garage(playerid, params[]){ ShowMenuForPlayer(MENU_Garage[0], playerid); return 1; }