Approved Chat Prefix

Plug-ins compatibility with Zombie Escape 1.x only!


User avatar
Spir0x
Veteran Member
Veteran Member
Tunisia
Posts: 641
Joined: 7 years ago
Location: Tunisia
Contact:

#11

Post by Spir0x » 6 years ago

Jack it still like this
Player: Hi !
[Human] [Level 0] Player: Hi !

All my plugins here what i disable?:

Code: Select all

; AMX Mod X plugins

; 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 (speech, settings)
plmenu.amxx		; players menu (kick, ban, client cmds.)
;telemenu.amxx		; teleport menu (Fun Module required!)
mapsmenu.amxx		; maps menu (vote, changelevel)
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!)
Last edited by Raheem 6 years ago, edited 1 time in total.
Reason: Use code tag [code][/code] ....

User avatar
sam_bhosale4
Mod Tester
Mod Tester
India
Posts: 109
Joined: 7 years ago
Location: INDIA
Contact:

#12

Post by sam_bhosale4 » 6 years ago

Spir0x wrote: 6 years ago Jack it still like this
Player: Hi !
[Human] [Level 0] Player: Hi !

All my plugins here what i disable?:

; AMX Mod X plugins

; 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 (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
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!)
this is due to using other chat plugin like deadchat plugin..
simply disable/remove any other chat plugins deadchat plugin as well if u using! :)
-=SeRious-GaminG|Zombie Escape[Alien vs. Predator]|Asia=-
206.189.132.169:40000
Image

User avatar
Spir0x
Veteran Member
Veteran Member
Tunisia
Posts: 641
Joined: 7 years ago
Location: Tunisia
Contact:

#13

Post by Spir0x » 6 years ago

were you see i'm using deadchat plugin?

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2214
Joined: 7 years ago
Contact:

#14

Post by Raheem » 6 years ago

Post your plugins in plugins-zombie_escape.ini
He who fails to plan is planning to fail

User avatar
Spir0x
Veteran Member
Veteran Member
Tunisia
Posts: 641
Joined: 7 years ago
Location: Tunisia
Contact:

#15

Post by Spir0x » 6 years ago

Code: Select all

;Core
ze_core.amxx

;Setting API / Models
amx_settings_api.amxx
cs_weap_models_api.amxx

;Mod Addons
ze_block_events_messages.amxx
ze_nightvision_lighting.amxx
ze_effects_frags.amxx
ze_effects_weather.amxx
ze_coins_system.amxx
ze_hud_info.amxx
ze_weapon_menu.amxx
ze_main_menu.amxx
ze_items_manager.amxx
ze_items_escape_coins.amxx
ze_fire.amxx
ze_frost.amxx
ze_countdown.amxx
ze_resources.amxx
ze_special_models.amxx
ze_zombie_sounds.amxx

;Extra-Addons
ze_damage_control.amxx
ze_CustomFlashLight.amxx
ze_ice_cube.amxx
ze_effects_messages.amxx
ze_escape_coins_donation.amxx
ze_break_message.amxx
ze_win_message.amxx
ze_best_infector.amxx
ze_best_defender.amxx
ze_multijump.amxx
ze_manual_unstuck.amxx
ze_parachute.amxx
ze_level_system.amxx
;ze_levels_prefix.amxx
ze_give_escape_coins.amxx
ze_infect_effect.amxx
ze_target_info.amxx
ze_supplybox.amxx
ze_set_player_level.amxx
ze_spawn_auto_unstuck.amxx
ze_thunder_effect.amxx
ze_time_presents.amxx
ze_random_get.amxx
ze_vip_m249.amxx
ze_vip_system.amxx
ze_vip_green_chat.amxx
ze_reset_score.amxx
ze_knife_menu.amxx
ze_grenade_status.amxx
ze_escape_button_message.amxx
ze_escape_button_detector.amxx
ze_show_zombie_hp.amxx
ze_coin_change.amxx
;ze_vip_trail.amxx
;ze_health_bar.amxx

;Extra-Menu
ze_extra_fire_nade.amxx
ze_extra_frost_nade.amxx
ze_madness.amxx
Last edited by Raheem 6 years ago, edited 1 time in total.
Reason: Use code tag [code][/code] ....

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2214
Joined: 7 years ago
Contact:

#16

Post by Raheem » 6 years ago

What this plugin?
  • ze_vip_green_chat.amxx
He who fails to plan is planning to fail

User avatar
Spir0x
Veteran Member
Veteran Member
Tunisia
Posts: 641
Joined: 7 years ago
Location: Tunisia
Contact:

#17

Post by Spir0x » 6 years ago

it's green chat for vips then i already disabled it and i tested levels prefix but still like this:
Player: Hi !
[Human] [Level 0] Player: Hi !

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2214
Joined: 7 years ago
Contact:

#18

Post by Raheem » 6 years ago

Hmm, I don't know why but you can disable plugins one by one till you get the one have that problem.
He who fails to plan is planning to fail

User avatar
Spir0x
Veteran Member
Veteran Member
Tunisia
Posts: 641
Joined: 7 years ago
Location: Tunisia
Contact:

#19

Post by Spir0x » 6 years ago

Done ! it's from this plugin

;statsx.amxx ; stats on death or round end (CSX Module required!)

if anyone want use this plugin make sur you have disabled this plugin

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2214
Joined: 7 years ago
Contact:

#20

Post by Raheem » 6 years ago

Nice you solved it. statsx is useless in zombie escape.
He who fails to plan is planning to fail

User avatar
Spir0x
Veteran Member
Veteran Member
Tunisia
Posts: 641
Joined: 7 years ago
Location: Tunisia
Contact:

#21

Post by Spir0x » 6 years ago

:)

shehzad1234
Member
Member
India
Posts: 9
Joined: 6 years ago
Contact:

#22

Post by shehzad1234 » 6 years ago

where is include file??

shehzad1234
Member
Member
India
Posts: 9
Joined: 6 years ago
Contact:

#23

Post by shehzad1234 » 6 years ago

dead chat is off or o??

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2214
Joined: 7 years ago
Contact:

#24

Post by Raheem » 6 years ago

shehzad1234 wrote: 6 years ago dead chat is off or o??
It's ON, So dead players will see chat of alive players.
He who fails to plan is planning to fail

shehzad1234
Member
Member
India
Posts: 9
Joined: 6 years ago
Contact:

#25

Post by shehzad1234 » 6 years ago

and alive player see dead players message??

User avatar
Night Fury
Mod Developer
Mod Developer
Posts: 677
Joined: 7 years ago
Contact:

#26

Post by Night Fury » 6 years ago

shehzad1234 wrote: 6 years ago and alive player see dead players message??
Yes.
Want your own mod edition? PM me.
Accepting private projects.
Discord: Fury#7469
Image

shehzad1234
Member
Member
India
Posts: 9
Joined: 6 years ago
Contact:

#27

Post by shehzad1234 » 6 years ago

ok thank you .

User avatar
GODFATHER
Member
Member
India
Posts: 25
Joined: 7 years ago
Location: INDIA,Karnataka,Banglore
Contact:

#28

Post by GODFATHER » 6 years ago

ez shezad u have already used dead chat bro :3
I Cant keep Calm im a Gamer ;)

User avatar
konno
Member
Member
Brazil
Posts: 44
Joined: 6 years ago
Location: Brazil
Contact:

#29

Post by konno » 6 years ago

Jack add admin prefix + vip prefix

User avatar
Night Fury
Mod Developer
Mod Developer
Posts: 677
Joined: 7 years ago
Contact:

#30

Post by Night Fury » 6 years ago

konno wrote: 6 years ago Jack add admin prefix + vip prefix
I will do that soon.
Want your own mod edition? PM me.
Accepting private projects.
Discord: Fury#7469
Image

Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Who is online

Users browsing this forum: No registered users and 0 guests