Author Topic: ESC doesnt work anymore in buildmode  (Read 2516 times)

0 Members and 1 Guest are viewing this topic.

Offline [LSR]Cassidy

ESC doesnt work anymore in buildmode
« 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

Offline [MAF]Rac3r

  • Leader
  • Posts: 2,807
  • Well, this is embarrassing.
    • View Profile
Re: ESC doesnt work anymore in buildmode
« Reply #1 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.

Offline [MAF]Rac3r

  • Leader
  • Posts: 2,807
  • Well, this is embarrassing.
    • View Profile
Re: ESC doesnt work anymore in buildmode
« Reply #2 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.

Offline [AK47]M4lysz

  • Admin
  • Posts: 2,247
    • View Profile
    • [AK47]Forum
Re: ESC doesnt work anymore in buildmode
« Reply #3 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

Offline [LSR]Cassidy

Re: ESC doesnt work anymore in buildmode
« Reply #4 on: May 24, 2012, 01:40:00 pm »
Almost fixed, ESC still dont work if i want to leave of the SK menu lolz