Re: Chat Manager [Admin Prefix & Color Chat]
dutch translation
Code:
[nl] -- LadderGoat |
Re: Chat Manager [Admin Prefix & Color Chat]
Hello OciXCrom
I want help with this plugin I add 2ames and a flag my code in ini "name" "Qsai Wolf PS" "&x07{&x04M&x07a&x01n&x07g&x04e&x01r&x07} " "flag" "abcdefghijklmnopqrystuyxv" "&x07{&x04O&x07w&x01n&x04e&x01r&x07}" but if I type any things like (owner) Qsai Wolf PS : hello my name is always red and have a flag abd...xv |
Re: Chat Manager [Admin Prefix & Color Chat]
Quote:
Because you set &x07 (red) you cannot use any other team color. That's why your name is always red. To keep your name in your team color, use only white and green for prefix and name customization |
Re: Chat Manager [Admin Prefix & Color Chat]
Quote:
"name" "Qsai Wolf PS" "&x07[&x04M&x07a&x01n&x07g&x04e&x01r&x07]" After "name" "Qsai Wolf PS" "&x01[&x04M&x07a&x01n&x07g&x04e&x01r&x01]" and this didn't solve |
Re: Chat Manager [Admin Prefix & Color Chat]
Of course didn’t change. You still have &x07 in your code.
If you want your name appear in team color remove all &x07 from the code or replace them with &x01 or &x04 |
Re: Chat Manager [Admin Prefix & Color Chat]
Quote:
no more solves to use color team? |
Re: Chat Manager [Admin Prefix & Color Chat]
Hi!
I have your rank plugin installed and it works great but I have a problem with Chat Manager. I think I set everything up right, compiled the plugin, added the $rank$ formats in .sma but when I try to write something in chat, the message doesn't display. In my console I noticed this message: Code:
L 12/24/2022 - 15:38:41: Line 136: Format definition "format_player" doesn't exist.Code:
[Say/Say_Team Formats]Code:
[Format Definitions] |
Re: Chat Manager [Admin Prefix & Color Chat]
Quote:
On line 875 instead of : Code:
get_players(iPlayers, iPnum, "ch")Code:
get_players(iPlayers, iPnum, "c")Code:
ALL_CHAT = 2Code:
if(g_eSettings[ALL_CHAT] == ALLCHAT_SEE_TEAM || (g_ePlayerData[id][PDATA_GLOBAL_CHAT] && !(bTeam && !g_eSettings[GLOBAL_CHAT_TEAM])))Code:
enum |
Re: Chat Manager [Admin Prefix & Color Chat]
1 Attachment(s)
new const g_szTag[][] = {
"", // Nao Remover "[Fundador]", "[Admin]", "[Mod Geral]", "[Mod]", "[Configurador]", "[Super Vip]", "[Vip]", "[Mini Vip]" } new const g_iTagFlag[sizeof(g_szTag)] = { ADMIN_ALL, // Nao Remover ADMIN_LEVEL_A, ADMIN_LEVEL_B, ADMIN_LEVEL_C, ADMIN_LEVEL_D, ADMIN_LEVEL_E, ADMIN_LEVEL_F, ADMIN_LEVEL_G, ADMIN_LEVEL_H } add in your plugin plz |
Re: Chat Manager [Admin Prefix & Color Chat]
I want to add color to my name like
https://i.imgur.com/UPJzvnA.png I can do it !? and I don't look for all reply because its a lot :) |
| All times are GMT -4. The time now is 10:01. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.