In this thread, I just want to suggest "How to Arrange The Plugins" in your plugins-zplague.ini file.
Quote:
|
This arrangement is to help people to locate their plugin more easily as it have been divided into a few major sections.
|
Below is my suggestion on how you should arrange your plugin:
Code:
; - Quick tips -
; * Rename this file to disabled-zplague.ini to turn the mod off
; * Rename it back to plugins-zplague.ini to turn it on
; * Put a semi-colon in front of a plugin to disable it
; * Remove a semi-colon to re-enable a plugin
; * Add the word debug after a plugin to place it in debug mode
; Main plugin
; Default zombie classes
; Add custom game modes
; Add server sub-plugins/ addons
zm_vip.amxx
nademodes.amxx
zp_aps_leader.amxx
zp_score.amxx
zp_sub_bank.amxx
zp_donate_ap.amxx
zp_parachute.amxx
zp_extra_give_ammopaks.amxx
; Add human sub-plugins/ addons
abd.amxx
; Add zombie sub-plugins/ addons
zp50_zombie_armor_system.amxx
zp50_new_infection.amxx
; Add human extra items
zp_extra_goldenak.amxx
force_shield_grenade.amxx
zp_extra_human_armor.amxx
zp_virus.amxx
zp50_bazooka_jetpack.amxx
; Add zombie extra items
zp_extra_knock_bomb.amxx
; Add human VIP extra items
zm_vip_extra_plasma_rifle.amxx
zm_vip_extra_playeraura.amxx
zm_vip_extra_unlimited_clip.amxx
zp_vip_no_recoil.amxx
zp_vip_extra_sawnoff.amxx
zp_vip_extra_multijump.amxx
zp_vip_gc_extra_item_ng.amxx
; Add zombie VIP extra items
zm_vip_zkill_bomb_v1-2.amxx
zp_vip_dynamite_zombie.amxx
zp_vip_extra_sweet_revenge.amxx
; Add human classes
; Add zombie classes
zp_climb_zombie.amxx
zp50_vip_class_zombie_burning.amxx
I have divided the plugin into 12 major sections:
Quote:
1. ; Main plugin (not required if you are using ZP5.0 and above)
2. ; Default zombie classes (not required if you are using ZP5.0 and above)
3. ; Add custom game modes (not required if you are using ZP5.0 and above)
4. ; Add server sub-plugins/ addons
5. ; Add human sub-plugins/ addons
6. ; Add zombie sub-plugins/ addons
7. ; Add human extra items
8. ; Add zombie extra items
9. ; Add human VIP extra items
10. ; Add zombie VIP extra items
11. ; Add human classes
12. ; Add zombie classes
|
Quote:
|
This arragement does not cause any problems to my server. I have tested it.
|
If you compare this arragement with this:
Code:
; - Quick tips -
; * Rename this file to disabled-zplague.ini to turn the mod off
; * Rename it back to plugins-zplague.ini to turn it on
; * Put a semi-colon in front of a plugin to disable it
; * Remove a semi-colon to re-enable a plugin
; * Add the word debug after a plugin to place it in debug mode
zombie_plague_advance_v1-6-1.amxx
zpa_zclasses40.amxx
zp_game_mode_example.amxx
zm_vip.amxx
nademodes.amxx
zp_donate_ap.amxx
ad_manager.amxx
zp_extra_give_ammopaks.amxx
zp_sub_parachute12.amxx
abd.amxx
zp_level_system_xp3.2.amxx
admin_chat_colors.amxx
zp_countdown_remix.amxx
colorchat.amxx
; hpk.amxx
zp_aps_leader.amxx
ultimate_sounds.amxx
zp_score.amxx
zp_sub_bank.amxx
dhud_message_test.amxx
; Add human extra items
zp_extra_unlimited_clip.amxx
zp_extra_goldenak.amxx
force_shield_grenade.amxx
zp_extra_human_armor.amxx
zp_virus.amxx
; zp_extra_sandbags.amxx
zp_extra_cyclone.amxx
; zp_extra_buy_classes.amxx
; zp_addon_hud_stats.amxx
zp_extra_midnight.amxx
; zv_vip_extra_wallclimb.amxx
zm_vip_extra_playeraura.amxx
zp_extra_strip.amxx
zp_extra_knock_bomb.amxx
; zp_storm.amxx
zm_vip_extra_plasma_rifle.amxx
; zv_vip_extra_regeneration.amxx
zm_vip_extra_unlimited_clip.amxx
; zp_extra_sentry_guns.amxx
; zp_fullmap_unlimitedclip.amxx
zp_no_recoil.amxx
zp_extra_sawnoff.amxx
zp_extra_mw2-auto.amxx
zm_vip_zkill_bomb_v1-2.amxx
zp_dynamite_zombie.amxx
zp_extra_sweet_revenge.amxx
zp_vip_class_climb.amxx
What is your opinion?
Quote:
|
If you have any suggestions, feel free to share it.
|