Raised This Month: $12 Target: $400
 3% 

Subplugin Submission [ZP] Zombie VIP 1.9.1


Post New Thread Reply   
 
Thread Tools Display Modes
Celena Luna
Veteran Member
Join Date: Aug 2013
Location: Nagazora
Old 09-20-2021 , 05:07   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1601

Quote:
Originally Posted by DadoDz View Post
Please Do zm_vip 1.9.1 Beta ! for Zombie Plague 6.2
1. ZP 6.2 is not a official ZP
2. That things come with only AMXX + a lot of paid random Addons and the original 6.2 with source code by Red is no longer available. How can we know what native it have to edit for it?
__________________
My plugin:
Celena Luna is offline
GlobalPlague
Senior Member
Join Date: Feb 2016
Location: Pluto
Old 10-24-2021 , 09:30   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1602

This plugin doesn't work on ZPA 1.6.1. Are there similar VIP plugins that work on ZPA 1.6.1, or other, older/newer, versions of this plugin that work on ZPA 1.6.1?
GlobalPlague is offline
DadoDz
Junior Member
Join Date: Jul 2021
Old 12-09-2021 , 04:41   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1603

Quote:
Originally Posted by Celena Luna View Post
1. ZP 6.2 is not a official ZP
2. That things come with only AMXX + a lot of paid random Addons and the original 6.2 with source code by Red is no longer available. How can we know what native it have to edit for it?
I Know! but...
DadoDz is offline
DadoDz
Junior Member
Join Date: Jul 2021
Old 12-09-2021 , 04:47   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1604

unknown unknown unknown zm_vip.amxx bad load
Help! Not Work With Me I Use this Mod zp_plugin_43.zip
DadoDz is offline
undertaker5
Member
Join Date: Sep 2013
Location: Denmark
Old 12-15-2021 , 19:06   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1605

Quote:
Originally Posted by DadoDz View Post
unknown unknown unknown zm_vip.amxx bad load
Help! Not Work With Me I Use this Mod zp_plugin_43.zip
Did u compile the sma file with your own mod?
undertaker5 is offline
MeliMeli
Senior Member
Join Date: Apr 2022
Location: Brazil
Old 08-20-2022 , 20:52   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1606

The plugin has problem in version ZP 5.0 in a line of code

Quote:
#if MODE & (1<<1)
public zp_extra_item_selected(id, item_id)
if(item_id == g_zp_extra_item_number)
menu_open(id)
Even if the cvar "zp_vip_register_in_zp_extra" is turned off the plugin continues to open the menu, even if the VIP extra items linked in the menu does not appear, the first extra item from the list you buy will open the extra vip items menu.

So I had to do this:

Quote:
#if MODE & (1<<1)
public zp_extra_item_selected(id, item_id)
if(get_pcvar_num(g_register_in_zp_extra))
{
if(item_id == g_zp_extra_item_number)
menu_open(id)
}
It is the best vip plugin for ZP servers that is available without sales. The current version is full of bugs, so it can be useful for those who use the zm vip version 1.7.2 & ZP 5.0+

Last edited by MeliMeli; 08-20-2022 at 20:53.
MeliMeli is offline
Maj. Stoyan
Member
Join Date: Jul 2014
Old 10-07-2022 , 01:47   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1607

I have problem with it at server console.


Code:
L 10/07/2022 - 08:42:58: Invalid map handle provided (0)
L 10/07/2022 - 08:42:58: [AMXX] Displaying debug trace (plugin "zm_vip.amxx", version "1.9.1 BETA")
L 10/07/2022 - 08:42:58: [AMXX] Run time error 10: native error (native "TrieKeyExists")
L 10/07/2022 - 08:42:58: [AMXX]    [0] zm_vip.sma::VipsItemIs (line 2980)
L 10/07/2022 - 08:42:58: [AMXX]    [1] zm_vip.sma::zp_fw_items_select_post (line 1683)
L 10/07/2022 - 08:43:01: Invalid map handle provided (0)
L 10/07/2022 - 08:43:01: [AMXX] Displaying debug trace (plugin "zm_vip.amxx", version "1.9.1 BETA")
L 10/07/2022 - 08:43:01: [AMXX] Run time error 10: native error (native "TrieKeyExists")
L 10/07/2022 - 08:43:01: [AMXX]    [0] zm_vip.sma::VipsItemIs (line 2980)
L 10/07/2022 - 08:43:01: [AMXX]    [1] zm_vip.sma::zp_fw_items_select_post (line 1683)
L 10/07/2022 - 08:43:56: Invalid map handle provided (0)
L 10/07/2022 - 08:43:56: [AMXX] Displaying debug trace (plugin "zm_vip.amxx", version "1.9.1 BETA")
L 10/07/2022 - 08:43:56: [AMXX] Run time error 10: native error (native "TrieKeyExists")
L 10/07/2022 - 08:43:56: [AMXX]    [0] zm_vip.sma::VipsItemIs (line 2980)
L 10/07/2022 - 08:43:56: [AMXX]    [1] zm_vip.sma::zp_fw_items_select_post (line 1683)
__________________
Maj. Stoyan is offline
nemesa95
Junior Member
Join Date: Jul 2017
Location: Hungary
Old 01-15-2023 , 16:20   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1608

Hy guys!

My nick is Candyman and im from Hungary... First -> My english is so bad, so sorry...

Im installed ZP 5.0.8 to my server, and begin the configuration... In zombieplague.ini i changed the zombies hit, slash, hitwall and stab sounds with sound files from another zm server. So the format of the files are 100% good. The location of my files in my server (sound/zz/slash1.wav) ar good too...

So the problem is... The wanted sounds dont precached when i changed the map, or restarted the server... and not played under the game. Now i have silent hit, slash, hitwall and stab sounds...

Anyone can help me?!

Possible is the problem with the zp50_zombie_sounds.sma????

Please guys, help me... I really wanted the sounds......
nemesa95 is offline
nemesa95
Junior Member
Join Date: Jul 2017
Location: Hungary
Old 01-22-2023 , 21:54   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1609

Hi again guys!

I want to this extra item, to my server: Toxic Air bomb

https://forums.alliedmods.net/showthread.php?t=155704

But when i installed it, it shows the green smoke, and models, sprites, etc... But dont hurt humans! Nothing happened when the humans is in the green smoke... Cvars is ok. Models ok. Error when compiling: 0

Please, somebody can help me?!
nemesa95 is offline
Old 02-05-2023, 13:28
AlexK1dd
This message has been deleted by AlexK1dd.
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:36.


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