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


Messages In This Thread
Help with menu - by cnoopers - 25.02.2015, 21:12
Re: Help with menu - by Vince - 25.02.2015, 21:29

Forum Jump:


Users browsing this thread: 1 Guest(s)