Добрый вечер, баг репорт можно прямо сюда отписать или нужно отдельную тему создавать в разделе "Проблемы с работой плагинов"?
И хочу сразу уточнить, плагин рассчитан на работу с бесконечным раундом и автоматическим возрождением игроков после смерти? Если да, то это должно всё работать сразу после установки или нужно самому прописывать соответствующие квары от regame? Спрашиваю потому что уже ставил ReGunGame 1.8.0r_fix, ReGG (0.2.23-Alpha) пол года назад и сейчас поставил ReGG (0.3.31-Alpha). Везде если самому ничего не трогать, возрождения не работают, а раунд не бесконечный, может так и задумано...
My server doesn't start, don't know what the exact problem is. The thing I noticed is this:
To start the server I need to:
1. disable regg_controller.amxx
2. start the server
3. re-enable regg_controller.amxx
4. reload the server (not restart, because it will stop again)
After those steps everything works fine. If there is a power down - the server can't auto start because of this unknown problem. Anyone know why this is happening? There are no errors, everything compiles and runs without errors. I was thinking to hard code the plugins to be only in Single Mode - Normal gungame (Not Team GG, not FFA), but didn't know how
[1] SafeNameAndChat RUN - SafeNameAndChat.so v1.1 ini ANY ANY
[2] Reunion RUN - reunion_mm_i386.so v0.1.0.137 ini Start Never
[3] AMX Mod X RUN - amxmodx_mm_i386.so v1.10.0.5463 ini Start ANY
[4] VoiceTranscoder RUN - voicetranscoder_mm_i386.so v2017RC5 ini ANY ANY
[5] ReSemiclip RUN - resemiclip_mm_i386.so v2.3.9 ini Chlvl ANY
[6] Fun RUN - fun_amxx_i386.so v1.10.0.5463 pl3 ANY ANY
[7] Engine RUN - engine_amxx_i386.so v1.10.0.5463 pl3 ANY ANY
[8] FakeMeta RUN - fakemeta_amxx_i386.so v1.10.0.5463 pl3 ANY ANY
[9] GeoIP RUN - geoip_amxx_i386.so v1.10.0.5463 pl3 ANY ANY
[10] CStrike RUN - cstrike_amxx_i386.so v1.10.0.5435 pl3 ANY ANY
[11] CSX RUN - csx_amxx_i386.so v1.10.0.5435 pl3 ANY ANY
[12] Ham Sandwich RUN - hamsandwich_amxx_i386.so v1.10.0.5463 pl3 ANY ANY
[13] ReAimDetector RUN - reaimdetector_amxx_i386.so v0.2.2 pl3 ANY Never
[14] MySQL RUN - mysql_amxx_i386.so v1.10.0.5463 pl3 ANY ANY
[15] ReAPI RUN - reapi_amxx_i386.so v5.21.0.252-dev pl3 ANY Never
Ребят помогите с компиляцией. не получается с компилировать 3 плагина regg_core.sma пишет fatal error 100: cannot read from file: "regg/config.inl"
regg_vote.sma пишет
C:\Users\user\Desktop\compilator_1_9_0\regg_vote.sma(81) : error 017: undefined symbol "is_user_authorized"
// C:\Users\user\Desktop\compilator_1_9_0\regg_vote.sma(114) : error 017: undefined symbol "is_user_authorized"
//
// 2 Errors.
// Could not locate output file C:\Users\user\Desktop\compilator_1_9_0\compiled\regg_vote.amx (compile failed)
и regg_warmup.sma пишет error 017: undefined symbol "is_user_authorized"
Ребят помогите с компиляцией. не получается с компилировать 3 плагина regg_core.sma пишет fatal error 100: cannot read from file: "regg/config.inl"
regg_vote.sma пишет
C:\Users\user\Desktop\compilator_1_9_0\regg_vote.sma(81) : error 017: undefined symbol "is_user_authorized"
// C:\Users\user\Desktop\compilator_1_9_0\regg_vote.sma(114) : error 017: undefined symbol "is_user_authorized"
//
// 2 Errors.
// Could not locate output file C:\Users\user\Desktop\compilator_1_9_0\compiled\regg_vote.amx (compile failed)
и regg_warmup.sma пишет error 017: undefined symbol "is_user_authorized"
У меня последняя версия амхх, но этот натив не описан. Видимо, разработчики забыли.
С последними версиями амхмодх проблема решается дописыванием вручную этого натива.
Краткий гайд.
1. Открываем amxmodx.inc
2. Дописываем в конце:
Код:
/**
* Returns if the client is authorized.
*
* @note This does not throw an error if the provided index is out of the
* 1 to MaxClients range. That means you can safely use this native
* without manually verifying that the index is a valid client index.
*
* @param index Client index
*
* @return 1 if client is authorized, 0 otherwise
*/
native is_user_authorized(index);
up. Судя по чейнджлогу разработчиков, этот натив был еще введён аж 25 сентября 2005 года. В папке с библиотеками на тот момент он есть. В дальнейшем никак не упоминается. Наверное, со временем где-то когда-то затерялся.
Поставил мод. плагины все работают. но при заходе на сервер обычный сервер без ган гейма. подскажите в чем может быть проблема? все файлы залил по инструкции
На данном сайте используются файлы cookie, чтобы персонализировать контент и сохранить Ваш вход в систему, если Вы зарегистрируетесь.
Продолжая использовать этот сайт, Вы соглашаетесь на использование наших файлов cookie.