Chat Manager [Admin Prefix & Color Chat]

Одобрените от нас плъгини. Моля, докладвайте ако забележите бъг с някой от плъгините в този раздел.
Аватар
Ganja_dypb
Извън линия
Foreigner
Foreigner
Мнения: 25
Регистриран на: 16 Мар 2020, 02:20
Се отблагодари: 4 пъти

Chat Manager [Admin Prefix & Color Chat]

Мнение от Ganja_dypb » 16 Мар 2020, 23:37

I understand everything that you need to switch to amxx1.9.0, but I really need plugins under amxx1.8.2!
As a result, compiling both plugins worked on amxx 1.8.3 and started on the server under amxmodx 1.8.2!
The plugin "CM: Top Prefix 1.0" works, but it just shows how I realized that I’m in the top, in the chat [top], and in which place does not indicate from the top 30!
In the previous plugin it was like this:
#define TOP_PREFIX "^1[^4TOP-#rank#^1]
About the "CM: Steam Prefix" error - make sure you have the latest version of Chat Manager installed, especially the file chatmanager.inc.
I replaced these files from your files that come with Chat Manager, i.e. to the compiler folder /include/chatmanager.inc and cromchat.inc
#define ARG_CITY "$ city $"
With the crx_chatmanager.amxx plugin, the same error occurred while compiling amxx1.8.2 and 1.8.3!
About the GeoIP error - again, you have an outdated version of GeoIP installed - download the latest one. Your GeoIP .inc files are messed up. I
If a question mark (?) is shown, it means GeoIP can't determine the player's location. If you're testing on a local server - this is normal because your IP address is local (127.0.0.1).
I’m not testing locally, there is a server, the errors are the same!
GeoIP.inc on 1.8.2 dated 4.4.2010, on 1.8.3 dated 06.15.2013
Where can I find a working version of GeoIP.inc under amxx 1.8.2?
#define ARG_COUNTRY "$country$" #define ARG_COUNTRY_CODE "$country_code$"
What is wrong, please help? What and where do I need to download and add to the compiler?
Maybe the problem is in the database itself, I downloaded GeoIP.dat https://github.com/maxmind/geoip-api-c/ ... /GeoIP.dat
really have the truth, unfortunately, there is no time to update under 1.9.0, many plugins work stably on 1.8.2 and I already checked with 1.9.0 I don’t work, I don’t have time to look for analogues of these plugins. A lot of work, business trips!

Аватар
OciXCrom
Извън линия
Администратор
Администратор
Мнения: 7206
Регистриран на: 06 Окт 2016, 19:20
Местоположение: /resetscore
Се отблагодари: 117 пъти
Получена благодарност: 1295 пъти
Обратна връзка:

Chat Manager [Admin Prefix & Color Chat]

Мнение от OciXCrom » 17 Мар 2020, 00:23

I understand everything that you need to switch to amxx1.9.0, but I really need plugins under amxx1.8.2!
As a result, compiling both plugins worked on amxx 1.8.3 and started on the server under amxmodx 1.8.2!
AMXX 1.9 still suports 1.8.2 plugins so you won't have problems with that. Also, 1.8.3 is an older 1.9 build.
The plugin "CM: Top Prefix 1.0" works, but it just shows how I realized that I’m in the top, in the chat [top], and in which place does not indicate from the top 30!
I didn't realize that you want it to display the actual rank # in the prefix. Here:

Код за потвърждение: Избери целия код

#include <amxmodx>
#include <chatmanager>
#include <csstats>

const TOP_RANK = 30
#define TOP_PREFIX "&x04[Top%i]"

public plugin_init()
{
	register_plugin("CM: Top Prefix", "1.1", "OciXCrom")
}

public cm_on_player_data_updated(id)
{
	static szRank[32], iStats[8], iHits[8]
	get_user_stats(id, iStats, iHits)

	if(iStats[7] <= TOP_RANK)
	{
		formatex(szRank, charsmax(szRank), TOP_PREFIX, iStats[7])
		cm_set_user_prefix(id, szRank)
	}
}
I replaced these files from your files that come with Chat Manager, i.e. to the compiler folder /include/chatmanager.inc and cromchat.inc
#define ARG_CITY "$ city $"
With the crx_chatmanager.amxx plugin, the same error occurred while compiling amxx1.8.2 and 1.8.3!
It compiles without any problems for me on both 1.9, 1.8.2 and ReAPI. Tested on all 3, plus on a clean 1.8.2 installation, so the problem is from you. Like I said - download the base AMXX .inc files anew.
I’m not testing locally, there is a server, the errors are the same!
GeoIP.inc on 1.8.2 dated 4.4.2010, on 1.8.3 dated 06.15.2013
Where can I find a working version of GeoIP.inc under amxx 1.8.2?
If GeoIP doesn't detect the location properly - this is not something that I can fix. Use the latest GeoIP databases found in AMXX 1.9.

And once again - AMXX is backwards compatible. Plugins on older versions WILL WORK on 1.9/1.10. If they don't - you should report this issue to the devs so they can fix it and release a stable version.

Аватар
Ganja_dypb
Извън линия
Foreigner
Foreigner
Мнения: 25
Регистриран на: 16 Мар 2020, 02:20
Се отблагодари: 4 пъти

Chat Manager [Admin Prefix & Color Chat]

Мнение от Ganja_dypb » 22 Мар 2020, 23:19

OciXCrom написа: 17 Мар 2020, 00:23
Like I said, I may add SxGeo support in the next update.
And when will the update be around? :)
I'm really looking forward to!

Аватар
Ganja_dypb
Извън линия
Foreigner
Foreigner
Мнения: 25
Регистриран на: 16 Мар 2020, 02:20
Се отблагодари: 4 пъти

Chat Manager [Admin Prefix & Color Chat]

Мнение от Ganja_dypb » 29 Мар 2020, 02:39

L 03/24/2020 - 18:58:17: Start of error session.
L 03/24/2020 - 18:58:17: Info (map "aim_deagle_b4") (file "addons/amxmodx/logs/error_20200324.log")
L 03/24/2020 - 18:58:17: replace() buffer not big enough (112>=108)
L 03/24/2020 - 18:58:17: [AMXX] Run time error 10 (plugin "crx_chatmanager.amxx") (native "replace") - debug not enabled!
L 03/24/2020 - 18:58:17: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).

L 03/27/2020 - 20:04:33: Start of error session.
L 03/27/2020 - 20:04:33: Info (map "awp_india") (file "addons/amxmodx/logs/error_20200327.log")
L 03/27/2020 - 20:04:33: replace() buffer not big enough (119>=115)
L 03/27/2020 - 20:04:33: [AMXX] Run time error 10 (plugin "crx_chatmanager.amxx") (native "replace") - debug not enabled!
L 03/27/2020 - 20:04:33: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
Periodically, errors crash on this plugin!

Аватар
OciXCrom
Извън линия
Администратор
Администратор
Мнения: 7206
Регистриран на: 06 Окт 2016, 19:20
Местоположение: /resetscore
Се отблагодари: 117 пъти
Получена благодарност: 1295 пъти
Обратна връзка:

Chat Manager [Admin Prefix & Color Chat]

Мнение от OciXCrom » 29 Мар 2020, 05:28

Can you attach your ChatManager.ini file?

Аватар
Suseda
Извън линия
Потребител
Потребител
Мнения: 1
Регистриран на: 29 Мар 2020, 05:44

Chat Manager [Admin Prefix & Color Chat]

Мнение от Suseda » 29 Мар 2020, 05:46

I cannot find crx_chatmanager.amxx in the download. Am i missing something?

Аватар
thoughtz
Извън линия
Модератор
Модератор
Мнения: 585
Регистриран на: 13 Окт 2016, 00:32
Местоположение: гр. София
Се отблагодари: 112 пъти
Получена благодарност: 79 пъти
Обратна връзка:

Chat Manager [Admin Prefix & Color Chat]

Мнение от thoughtz » 29 Мар 2020, 05:50

You need to compile the plugin locally.
viewtopic.php?t=760

Аватар
Ganja_dypb
Извън линия
Foreigner
Foreigner
Мнения: 25
Регистриран на: 16 Мар 2020, 02:20
Се отблагодари: 4 пъти

Chat Manager [Admin Prefix & Color Chat]

Мнение от Ganja_dypb » 29 Мар 2020, 18:53

OciXCrom написа: 29 Мар 2020, 05:28 Can you attach your ChatManager.ini file?
► Покажи скъсения текст

Аватар
Ganja_dypb
Извън линия
Foreigner
Foreigner
Мнения: 25
Регистриран на: 16 Мар 2020, 02:20
Се отблагодари: 4 пъти

Chat Manager [Admin Prefix & Color Chat]

Мнение от Ganja_dypb » 01 Апр 2020, 02:55

Код за потвърждение: Избери целия код

L 03/31/2020 - 11:42:35: Start of error session.
► Покажи скъсения текст

Аватар
talibana
Извън линия
Потребител
Потребител
Мнения: 49
Регистриран на: 21 Окт 2016, 22:47
Местоположение: София
Се отблагодари: 5 пъти
Обратна връзка:

Chat Manager [Admin Prefix & Color Chat]

Мнение от talibana » 01 Апр 2020, 14:19

Здравей! Може ли да се направи като съб плугин swearword ? Ще бъда от полза на доста хора които,немогат да се справят с хората които обиждат в игра ?

Публикувай отговор
  • Подобни теми
    Отговори
    Преглеждания
     Последно мнение

Обратно към “Одобрени плъгини”

Кой е на линия

Потребители разглеждащи този форум: Bing [Bot] и 8 госта