AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Zombie Plague Mod (https://forums.alliedmods.net/forumdisplay.php?f=126)
-   -   Subplugin Submission [ZPSp Addon]: VIP System (https://forums.alliedmods.net/showthread.php?t=343811)

Perfect Scrash 09-03-2023 14:54

[ZPSp Addon]: VIP System
 

Summary:

Description:
Enables a VIP System for Zombie Plague Special

Requeriments:
- Amxmodx 1.9 or higher
- Zombie Plague Special 4.5 [Patch 1] or higher


Functions:
Quote:

  • Free armor for normal and vip players
  • Free multijump for normal and vip players
  • Happy Hour for Multiple Ammo packs and Free Vip
  • VIP prefix in score
  • Increase VIP Damage
  • VIP Itens menu

Cvars:
Code:

// Global Config
zp_allow_zm_multijump "1"  // Zombies have multijump [0-No | 1-Yes]

// Free Privilegies config
zp_free_jumps "1"          // Jumps in air (Free) [0-Disable]
zp_user_free_armor "10"    // Free Armor amount for non vip players [0-Disable]

// VIP Privilegies config
zp_vip_flag_acess "b"            // VIP flag Acess
zp_vip_armor "100"                // VIP Free Armor Amount
zp_vip_damage_reward "500"        // Damage require for reward
zp_vip_damage_increase "1.2"      // Vip Damage increase
zp_vip_ammo_dmg_rwd_quantity "1"  // Reward Quantity for ammopack damage
zp_vip_jumps "2"                  // Jumps in air (VIP)

// Happyhour
zp_vip_happy_hour_enable "1"    // Enable happy hour [0-No | 1-Yes]
zp_vip_happy_hour_start "23"    // Happy Hour Start hour
zp_vip_happy_hour_end "10"      // Happy Hour End hour
zp_vip_happy_hour_hud "1"      // Enable Happy hour status hud [0-No | 1-Yes]

// Happy Hour Free Vip Acess content
// Flag "a" - Vip Multijump
// Flag "b" - Vip Armor
// Flag "c" - Damage increase
// Flag "d" - Vip Extra item
// Flag "e" - Multiple ammo packs
// Flag "f" - VIP Prefix in score
// Flag "g" .. "z" - Custom Acess for external plugins
zp_vip_happy_hour_flags "abcdef"

Change Log:
Code:

- 1.0:
        - First Version
- 1.1:
        - Separating HH Privileges Acess by flags
        - Fixed multiple ammo packs in happy hour
        - Added CFG File
        - Added Cvar: "zp_vip_flag_acess"
        - Added Native: "zv_is_in_happyhour"
        - Added Native: "zv_happyhour_flags"
        - Added Native: "zv_is_player_vip"
        - Added Forward: "zv_happyhour_start"
        - Added Forward: "zv_happyhour_end"
- 1.2:
        - Fixed Happy Hour time

Donate:
Do you like the modification and want to encourage my work? Donate here.

Credits:
Perfect Scrash: For Zombie plague special Vip system.
aarnas: Part of code of Zombie VIP System


Download Here


MrEgg0 09-18-2023 04:36

Re: [ZPSp Addon]: VIP System
 
How to make it not free and also how to set VIP players There is no vips.ini file like users.ini

AlexK1dd 09-23-2023 03:10

Re: [ZPSp Addon]: VIP System
 
Happy Hour is still broken, whatever hours I select, HH is always ON.. and at the time it was supposed to end, it crashed my server. Restarted the server and it still was ON, even tho it passed the end hour with 1 minute

Rezpector 10-12-2023 22:12

Re: [ZPSp Addon]: VIP System
 
idk why a lot of these plugins i cannot compile despite i've dowload everything and put on correct folder directory

zmuser 10-30-2023 05:54

Re: [ZPSp Addon]: VIP System
 
can u add extra-ammo for infections/kills? like https://forums.alliedmods.net/showthread.php?p=1098857

amirwolf 12-27-2023 17:17

Re: [ZPSp Addon]: VIP System
 
Code:

L 12/27/2023 - 11:03:03: [AMXX] Displaying debug trace (plugin "zpsp_vip_buy_modes.amxx", version "1.0")
L 12/27/2023 - 11:03:03: [AMXX] Run time error 8: heap low
L 12/27/2023 - 11:03:03: [AMXX]    [0] zpsp_vip_buy_modes.sma::check_round (line 207)
L 12/27/2023 - 11:03:03: [AMXX]    [1] zpsp_vip_buy_modes.sma::event_round_start (line 187)


jorconnn 12-31-2023 11:06

Re: [ZPSp Addon]: VIP System
 
No start server

jorconnn 01-02-2024 17:19

Re: [ZPSp Addon]: VIP System
 
Tutorial crate vip extra items?


All times are GMT -4. The time now is 16:27.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.