Raised This Month: $32 Target: $400
 8% 

Subplugin Submission [ZP] Zombie VIP 1.9.1


Post New Thread Reply   
 
Thread Tools Display Modes
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 08-12-2014 , 20:57   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1311

The latest version, Zombie VIP 1.9.1.
zmd94 is offline
aaarnas
Veteran Member
Join Date: Jun 2008
Location: Lithuania
Old 08-12-2014 , 20:57   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1312

Quote:
Originally Posted by zmd94 View Post
I have encountered a problem:
Although I'm using 1.9.0, yet the 1.9.1 version only fixed the multi-jump problem. So, how about this?

May you help to fix it? ;)
Change:
PHP Code:
VipsItemIs(ClassType:typeitemid) {
    
    static 
strnum[6]
    
num_to_str(itemidstrnum[1], charsmax(strnum)-1)
    
strnum[0] = _:type
    
    
return TrieKeyExists(trie_vip_itemsstrnum)

to:
PHP Code:
VipsItemIs(ClassType:typeitemid) {
    
    if (!
trie_vip_items)
        return 
false;
        
    static 
strnum[6]
    
num_to_str(itemidstrnum[1], charsmax(strnum)-1)
    
strnum[0] = _:type
    
    
return TrieKeyExists(trie_vip_itemsstrnum)

For gravity problem - that's strange. When tested, appears that health not working also. Everything is setting correctly, bus magically resets somewhere. Before release these things was working good. Will check more, to find a problem.
__________________
My plugins:
[ZP] ZM_VIP (v2.0.0 is comming. v1.9.1 BETA is out!)


Last edited by aaarnas; 08-12-2014 at 21:04.
aaarnas is offline
aaarnas
Veteran Member
Join Date: Jun 2008
Location: Lithuania
Old 08-12-2014 , 21:03   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1313

Quote:
Originally Posted by andros View Post
Which version (exact) I must have?
Hmm, it's because you using amxmodx 1.8.2. Plugin compiled with 1.8.3 version.
Didn't know, that amxmodx does check like this. That cause a little bit of problems... Will think how to solve this.
Currently, you can recompile .sma file yourself.
__________________
My plugins:
[ZP] ZM_VIP (v2.0.0 is comming. v1.9.1 BETA is out!)

aaarnas is offline
andros
Member
Join Date: Oct 2011
Location: Kusadak
Old 08-12-2014 , 21:06   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1314

Quote:
Originally Posted by aaarnas View Post
Hmm, it's because you using amxmodx 1.8.2. Plugin compiled with 1.8.3 version.
Didn't know, that amxmodx does check like this. That cause a little bit of problems... Will think how to solve this.
Currently, you can recompile .sma file yourself.
Can you fix, please? Many people use amxmodx 1.8.2
__________________

Last edited by andros; 08-12-2014 at 21:08.
andros is offline
Send a message via Skype™ to andros
aaarnas
Veteran Member
Join Date: Jun 2008
Location: Lithuania
Old 08-12-2014 , 21:19   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1315

It's not about to fix. Just compile plugin yourself and will work.
__________________
My plugins:
[ZP] ZM_VIP (v2.0.0 is comming. v1.9.1 BETA is out!)

aaarnas is offline
andros
Member
Join Date: Oct 2011
Location: Kusadak
Old 08-12-2014 , 21:23   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1316

Quote:
Originally Posted by aaarnas View Post
It's not about to fix. Just compile plugin yourself and will work.
I can't:
PHP Code:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c1997-2013 ITB CompuPhaseAMX Mod X Team

Error
Number of arguments does not match definition on line 586
Error
Undefined symbol "client_print_color" on line 593
Error
Undefined symbol "client_print_color" on line 913
Error
Number of arguments does not match definition on line 921
Error
Number of arguments does not match definition on line 922
Error
Undefined symbol "client_print_color" on line 958
Error
Undefined symbol "client_print_color" on line 987
Error
Undefined symbol "client_print_color" on line 991
Error
Undefined symbol "client_print_color" on line 1004
Error
Undefined symbol "client_print_color" on line 1038
Error
Undefined symbol "client_print_color" on line 1049
Error
Undefined symbol "client_print_color" on line 1055
Error
Undefined symbol "client_print_color" on line 1060
Error
Undefined symbol "client_print_color" on line 1068
Error
Undefined symbol "client_print_color" on line 1103
Error
Undefined symbol "client_print_color" on line 1112
Error
Undefined symbol "client_print_color" on line 1124
Error
Undefined symbol "client_print_color" on line 1170
Error
Undefined symbol "client_print_color" on line 1705
Error
Undefined symbol "client_print_color" on line 2659
Error
Undefined symbol "set_dhudmessage" on line 2673
Error
Undefined symbol "show_dhudmessage" on line 2674

22 Errors
.
Could not locate output file C:\Users\Andreja\Desktop\zm_vip.amx (compile failed). 
__________________
andros is offline
Send a message via Skype™ to andros
aaarnas
Veteran Member
Join Date: Jun 2008
Location: Lithuania
Old 08-12-2014 , 21:43   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1317

Seems, that old versions won't work currently. Will need to fix.
__________________
My plugins:
[ZP] ZM_VIP (v2.0.0 is comming. v1.9.1 BETA is out!)

aaarnas is offline
andros
Member
Join Date: Oct 2011
Location: Kusadak
Old 08-13-2014 , 05:51   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1318

Quote:
Originally Posted by aaarnas View Post
Seems, that old versions won't work currently. Will need to fix.
Can you do that, please?
__________________
andros is offline
Send a message via Skype™ to andros
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 08-13-2014 , 06:23   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1319

Quote:
Originally Posted by andros
Can you do that, please?
Just wait. He will do his best to fix the problem.

When the update is ready, he will tell us.
zmd94 is offline
Old 08-13-2014, 18:02
Dragan015Bre
This message has been deleted by YamiKaitou. Reason: English Only
aaarnas
Veteran Member
Join Date: Jun 2008
Location: Lithuania
Old 08-13-2014 , 18:34   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1320

Seems for some time you have to use 1.8.3 version (to test a plugin) till I solve all the problems.
__________________
My plugins:
[ZP] ZM_VIP (v2.0.0 is comming. v1.9.1 BETA is out!)

aaarnas is offline
Reply



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 19:48.


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