View Single Post
CrAzY MaN
Senior Member
Join Date: Mar 2017
Location: India
Old 12-29-2017 , 03:39   Re: Chat Manager [Admin Prefix & Color Chat]
Reply With Quote #48

Prefix of player with flag "l" comes out to be [Registered] even i config it properly!
Is it a bug or my config problem?

ChatManager.ini
PHP Code:
;Colors:
;&
x07 red
;&x06 blue
;&x05 white
;&x04 green
;&x03 team color
;&x01 normal
;You can use only one of the following in a single message: &x07, &x06, &x05, &x03.
;If 
you use more than one in a messageit will automatically select the color that is first in the list and will replace all other colors with that one.

[
Settings]
;If 
enabledall players will see all chats independant of whether they are dead or aliveThis won't let them view the other team'private chat however.
ALL_CHAT 1

;Players with these flags will see all chats at all timeincluding all team chats.
ADMIN_LISTEN_FLAGS i

;If the message starts with any of these symbolsit will be hidden in chatExample: @, /, !
BLOCK_FIRST_SYMBOLS = @

DEAD_PREFIX = *DEAD*
ALIVE_PREFIX =
TEAM_PREFIX_T = (Terrorist)
TEAM_PREFIX_CT = (Counter-Terrorist)
TEAM_PREFIX_SPEC = (Spectator)
ERROR_TEXT = ?
FORMAT_TIME = %X

FORMAT_SAY 
= %dead_prefix% %city% &x04%admin_prefix% &x03%name% &x01: %chat_color%%message%
FORMAT_SAY_TEAM = %dead_prefix% %city% %team% &x04%admin_prefix% &x03%name% &x01: %chat_color%%message%

;%
admin_prefix% = the admin prefix
;%dead_prefix% = DEAD_PREFIX when dead <> ALIVE_PREFIX when alive
;%team% = TEAM_PREFIX_TTEAM_PREFIX_CT or TEAM_PREFIX_SPEC depending on player's team
;%name% = player'
s name
;%ip% = player's IP address
;%steam% = player'
s SteamID
;%userid% = player's userid
;%chat_color% = player'
s chat color
;%message% = the actual message
;%time% = current time according to FORMAT_TIME
;%health% = player's health [ disabled by default ]
;%armor% = player'
s armor disabled by default ]
;%
frags% = player's frags [ disabled by default ]
;%deaths% = player'
s deaths disabled by default ]
;%
city% = player's city [ disabled by default ]
;%country% = player'
s country disabled by default ]
;%
country_code% = player's country code [ disabled by default ]
;%continent% = player'
s continent disabled by default ]
;%
continent_code% = player's continent code [ disabled by default ]

[Admin Prefixes]
;<flags> = <prefix>
b = [Registered]
i = [VIP]
e = [Ultra VIP]
d = [Admin]
a = [Super Admin]
l = [Core Member] 

[Chat Colors]
;<flags> = <chat color>
b = &x04
i = &x04
e = &x04
d = &x04
a = &x04
l = &x04


[Name/IP/Steam Prefixes]
;"type=[name|ip|steam]" "info" "prefix"

;"name" "Pawan" "[Chutiya Owner :D]"
;"steam" "STEAM_0:0:50153248" "[OciXCrom]"
;"ip" "127.0.0.1" "[BOT]" 

Plugins.ini
PHP Code:
AMX Mod X plugins
amxbans_core
.amxx
amxbans_main
.amxx

Admin Base Always one has to be activated
;admin.amxx        admin base (required for any admin-related)
;
admin_sql.amxx        admin base SQL version (comment admin.amxx)

Basic
admincmd
.amxx        basic admin console commands
adminhelp
.amxx        help command for admin console commands
adminslots
.amxx        slot reservation
multilingual
.amxx    Multi-Lingual management

Menus
menufront
.amxx        front-end for admin menus
cmdmenu
.amxx        command menu (speechsettings)
plmenu.amxx        players menu (kickbanclient cmds.)
;
telemenu.amxx        teleport menu (Fun Module required!)
mapsmenu.amxx        maps menu (votechangelevel)
pluginmenu.amxx        Menus for commands/cvars organized by plugin

Chat Messages
adminchat
.amxx        console chat commands
antiflood
.amxx        prevent clients from chat-flooding the server
scrollmsg
.amxx        displays a scrolling message
imessage
.amxx        displays information messages
adminvote
.amxx        vote commands

Map related
nextmap
.amxx        displays next map in mapcycle
mapchooser
.amxx        allows to vote for next map
timeleft
.amxx        displays time left on map

Configuration
pausecfg
.amxx        allows to pause and unpause some plugins
statscfg
.amxx        allows to manage stats plugins via menu and commands

Counter-Strike
restmenu
.amxx        restrict weapons menu
statsx
.amxx        stats on death or round end (CSX Module required!)
miscstats.amxx        bunch of events announcement for Counter-Strike
stats_logging
.amxx    weapons stats logging (CSX Module required!)


Custom Add 3rd party plugins here
pub_war_reapi
.amxx
;PuBWaRv5.amxx
;pub_war_simple.amxx
knifeitup_multi
.amxx
anti_flash
.amxx
;ad_manager.amxx
amx_demorecorder
.amxx
amx_gore_ultimate
.amxx
rs_adv
.amxx
VIP
.amxx
;Privilege_System.amxx
crx_chatmanager
.amxx
admin_spec_esp
.amxx
round_money
.amxx
xredirect
.amxx
loadingsong
.amxx 
Even i tried disabling adminchat!
__________________
CrAzY MaN is offline