Страница 1 от 2

Playing from spectator

Публикувано на: 13 Мар 2018, 10:53
от lantimilan
Hello i have one problem https://github.com/s1lentq/ReGameDLL_CS/issues/278 i make for bug but this support not belive me my admin,players can play from spectator https://i.imgur.com/edEdwTu.jpg look photo im very happy if you can help me to creat any plugin or i dont know to stop this shit

Playing from spectator

Публикувано на: 13 Мар 2018, 19:09
от WaLkZ
First tell us how to reproduce it. That photo is useless. Or just record a demo.

Playing from spectator

Публикувано на: 13 Мар 2018, 20:50
от lantimilan
Im very tired i think bug is in jointeam when write fast in one round and can play from spec i ask from players to make video but not tell because not wont to learn this "secret" not tell me

Playing from spectator

Публикувано на: 13 Мар 2018, 21:16
от sf4n
И при мен се получава същият проблем, пробвах да пипна плъгина но не става, ако може някой да помогне. Да обясня какво имам впредвид: Когато преместя някой от наблюдаващи на другия рунд пак го съживява.

Playing from spectator

Публикувано на: 13 Мар 2018, 21:22
от User12
Това ми го правеше от старата версия на plmenu.amxx сега съм с някаква нова plmenu_ab_base.amxx и с нея нямам проблеми за сега .

Playing from spectator

Публикувано на: 13 Мар 2018, 22:08
от deadlylord
User12 написа: 13 Мар 2018, 21:22 Това ми го правеше от старата версия на plmenu.amxx сега съм с някаква нова plmenu_ab_base.amxx и с нея нямам проблеми за сега .
Поне да беше дал линк.
По темата, ако имате плъгин за respawn/balance/прочие, просто добавяте if(get_user_team(id) == 3) return в началото на функцията
lantimilan написа: 13 Мар 2018, 10:53 Hello i have one problem https://github.com/s1lentq/ReGameDLL_CS/issues/278 i make for bug but this support not belive me my admin,players can play from spectator https://i.imgur.com/edEdwTu.jpg look photo im very happy if you can help me to creat any plugin or i dont know to stop this shit
If you have plugin, which is used for player respawn/balance/etc, just add if(get_user_team(id) == 3) return in the beggining of the function

Playing from spectator

Публикувано на: 13 Мар 2018, 22:09
от lantimilan
No bro i have in game.cfg mp_autobalance 2 just this i not have respawn

Playing from spectator

Публикувано на: 13 Мар 2018, 22:10
от deadlylord
The only way this to happen is when spectator is using command for respawning and thats all

Playing from spectator

Публикувано на: 13 Мар 2018, 22:14
от lantimilan
but its not possible i remove acces amx_teammenu not have plugin for respawn ,

Playing from spectator

Публикувано на: 13 Мар 2018, 22:25
от TheRedShoko
Are you using the mp_forcerespawn option from ReGameDLL? If not give us some further information like AMXX plugins and ReGameDLL settings.