AdrenalineX Forums

General => AdrenalineX Development => Bug Reports => Topic started by: [LSR]Cassidy on May 18, 2012, 04:32:31 pm

Title: ESC doesnt work anymore in buildmode
Post by: [LSR]Cassidy on May 18, 2012, 04:32:31 pm
ESC doesnt work anymore in buildmode, for example if you are making a SK race, you just say in the sk menu, you dont go back to the normal menu
Title: Re: ESC doesnt work anymore in buildmode
Post by: [MAF]Rac3r on May 23, 2012, 01:08:47 pm
My fault, easy to fix, I forgot about ESC also being a 'cancel' like option when working with the menu.  I'll try fix it now.
Title: Re: ESC doesnt work anymore in buildmode
Post by: [MAF]Rac3r on May 23, 2012, 01:11:44 pm
EDIT: Possibly fixed already.
Code: [Select]
case DIALOG_BMSK:
{
/* if(!response)
{
BUILDMODE_Update_Textdraw(playerid);
return 1;
}
*/ if(response)
{
Should be fine now.
Title: Re: ESC doesnt work anymore in buildmode
Post by: [AK47]M4lysz on May 23, 2012, 04:57:13 pm
happens when enters sk window only
cant get rid of window

i was going around it by pressing F6 then /buildmode again
Title: Re: ESC doesnt work anymore in buildmode
Post by: [LSR]Cassidy on May 24, 2012, 01:40:00 pm
Almost fixed, ESC still dont work if i want to leave of the SK menu lolz