Half-Life и Adrenaline Gamer форум
http://aghl.ru/forum/

Bugfixed and improved HL release
http://aghl.ru/forum/viewtopic.php?f=32&t=686
Страница 7 из 109

Автор:  Lev [ 28 май 2012, 00:16 ]
Заголовок сообщения:  Re: Bugfixed and improved HL release

kmk писал(а):
Only problem is connecting from agmini server
I managed to fix that issue. Connection from agmini to server that use fixed dll will not give error. Will be in next release.

kmk писал(а):
using metamod chat-protection
AMXX and even server hl.dll have built-in chat flood protection, why you need metamod one?

kmk писал(а):
that cause stucking players when they are specated I think
You told before that this was caused by specfix plugin.

Автор:  kmk [ 28 май 2012, 01:37 ]
Заголовок сообщения:  Re: Bugfixed and improved HL release

kmk писал(а):
using metamod chat-protection
kmk писал(а):
that cause stucking players when they are specated I think
Lev писал(а):
You told before that this was caused by specfix plugin.

It's not flood protection, it makes you invincible when you face wall so u can type.
http://koti.mbnet.fi/axh/#scp

Автор:  Lev [ 28 май 2012, 01:59 ]
Заголовок сообщения:  Re: Bugfixed and improved HL release

I see.

Автор:  TesterYYY [ 28 май 2012, 19:42 ]
Заголовок сообщения:  Re: Bugfixed and improved HL release

Please fix following bug with hornet gun:
http://www.youtube.com/watch?v=VN2BtW4AsF8
You can block with hornetgun doors, elevetaros etc. I have fixed this bug myself with amx plugin but you can fix it in hl.so/dll.

Автор:  Lev [ 28 май 2012, 22:19 ]
Заголовок сообщения:  Re: Bugfixed and improved HL release

Not sure that this bug should be fixed.
Which method you chose to fix it?

Автор:  TesterYYY [ 29 май 2012, 02:23 ]
Заголовок сообщения:  Re: Bugfixed and improved HL release

Something like this:
Код:
RegisterHam(Ham_Blocked,"func_door","door_block")
....
public door_block(p, ent)
{
   //Fixed hornet gun blocking
   if (is_valid_ent(ent))
   {
      new class[32]
      pev(ent,pev_classname,class,charsmax(class))
      //
      if (equal(class,"hornet"))
      {
         return HAM_SUPERCEDE
      }
   }

   return HAM_IGNORED
}

Автор:  Lev [ 29 май 2012, 03:29 ]
Заголовок сообщения:  Re: Bugfixed and improved HL release

Ok. Thanks.

Автор:  TesterYYY [ 04 июн 2012, 18:20 ]
Заголовок сообщения:  Re: Bugfixed and improved HL release

I have found bug in spectator mode. After certain time in spectator I get this (It's starts when someone use egon) - random egon beams following certain player:
Вложение:
specbug.jpg
specbug.jpg [ 55.74 КБ | Просмотров: 8032 ]

Вложение:
specbug2.jpg
specbug2.jpg [ 42.98 КБ | Просмотров: 8032 ]

Вложение:
specbug3.jpg
specbug3.jpg [ 62.18 КБ | Просмотров: 8032 ]

Автор:  GordonFreeman [ 03 июл 2012, 09:54 ]
Заголовок сообщения:  Re: Bugfixed and improved HL release

Хотелось бы в следующей версии:
  • Возможность изменять цвет луча гаусса
  • Фильтровать цветокод в чате и в scoretab
  • Сделать двухразрядное время в логе консоли. (8:14:3) Clyde: blablba bla => (08:14:03) Clyde: blablabla
  • Профиксить спектейт баг с лучом эгона

Автор:  TesterYYY [ 20 июл 2012, 06:21 ]
Заголовок сообщения:  Re: Bugfixed and improved HL release

Lev, no news about new release ? :)

Страница 7 из 109 Часовой пояс: UTC + 5 часов [ Летнее время ]
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/