Help with menu
#1

Hello
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;
}
Reply
#2

Because you created it off-screen? -200?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)