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

Subplugin Submission [ZP] Zombie VIP 1.9.1


Post New Thread Reply   
 
Thread Tools Display Modes
aaarnas
Veteran Member
Join Date: Jun 2008
Location: Lithuania
Old 08-11-2014 , 14:49   Re: [ZP] Zombie VIP 1.9.0
Reply With Quote #1301

More examples:
"GhostJke" - Players with nick "GhostJke" will have all privileges
N"GhostJke" - Players with nick "GhostJke" will have all privileges. Case sensitive, "ghostJke", wouldn't get privileges.
C"[TAG]" - Players with tag in nick will get all privileges. Example: "[TAG] GhostJke"
"GhostJke" "abcd" - Players with nick "GhostJke" will have flags "abcd"
"GhostJke" "pass" "0" - Players with nick "GhostJke" and correct "pass" will have all privileges.
"GhostJke" |2015-01-01|00:00| - Player with nick "GhostJke" will get all privileges. This privileges lasts till set date and time. After that, this line will be gone.

Quote:
Originally Posted by zmd94 View Post
Thank you for the explanation. ;)

I will wait for the update.
Did it solved your problem?
I need more bugs or feature suggestion to update plugin
Thinking is there a point to add support for ZPA... Or plugins without API, like classic zombie mods.
Also, TODO: zp_vip_add to add VIPs from console. Maybe will implement menu.
__________________
My plugins:
[ZP] ZM_VIP (v2.0.0 is comming. v1.9.1 BETA is out!)


Last edited by aaarnas; 08-11-2014 at 14:54.
aaarnas is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 08-11-2014 , 15:00   Re: [ZP] Zombie VIP 1.9.0
Reply With Quote #1302

Quote:
Add this to line 377: Code:
register_forward(FM_CmdStart, "forward_cmdstart")
I add the code like this:
Quote:
#if MODIFICATION != NEW
RegisterHam(Ham_Spawn, "player", "forward_player_spawn", 1)
register_forward(FM_CmdStart, "forward_cmdstart")
#endif
RegisterHam(Ham_TakeDamage, "player", "forward_player_takedamage_pre")
The multi-jump still not working.
zmd94 is offline
ghostz0r
Senior Member
Join Date: Dec 2012
Old 08-11-2014 , 15:03   Re: [ZP] Zombie VIP 1.9.0
Reply With Quote #1303

@aaarnas , thanks big , so
"GhostJke" "password" |2015-01-01|00:00|
this work?)
ghostz0r is offline
aaarnas
Veteran Member
Join Date: Jun 2008
Location: Lithuania
Old 08-11-2014 , 15:10   Re: [ZP] Zombie VIP 1.9.0
Reply With Quote #1304

Quote:
Originally Posted by zmd94 View Post
I add the code like this:
The multi-jump still not working.
Redownload plugin. Fixed this.

Quote:
Originally Posted by ghostz0r View Post
@aaarnas , thanks big , so
"GhostJke" "password" |2015-01-01|00:00|
this work?)
Yes, should work
Player GhostJke will get all flags if password is correct (wont kick player on incorrect password with same nick).
This line will be gone in 2015-01-01 - 00:00.
If you want permanent, just don't write date.
__________________
My plugins:
[ZP] ZM_VIP (v2.0.0 is comming. v1.9.1 BETA is out!)

aaarnas is offline
ghostz0r
Senior Member
Join Date: Dec 2012
Old 08-11-2014 , 15:18   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1305

nice , very nice thanks for this work a lot
ghostz0r is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 08-11-2014 , 15:20   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1306

@ aaarnas, I have added the code like this:
Quote:
register_message(get_user_msgid("CurWeapon"), "message_cur_weapon")
register_message(msg_saytext, "message_say_text")
register_forward(FM_CmdStart, "forward_cmdstart") <----------------------------------------------------- I have added the code here
#if MODIFICATION != NEW
RegisterHam(Ham_Spawn, "player", "forward_player_spawn", 1)
#endif
RegisterHam(Ham_TakeDamage, "player", "forward_player_takedamage_pre")
RegisterHam(Ham_TakeDamage, "player", "forward_player_takedamage_post", 1)
Now, the multi-jump is working. ;)
Quote:
Originally Posted by aaarnas
Redownload plugin. Fixed this.
Nice. ;)

I will test other features.

Last edited by zmd94; 08-11-2014 at 15:26.
zmd94 is offline
aaarnas
Veteran Member
Join Date: Jun 2008
Location: Lithuania
Old 08-11-2014 , 15:25   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1307

Okay, but I already uploaded fixed
More bugs!!!! Too boring.
__________________
My plugins:
[ZP] ZM_VIP (v2.0.0 is comming. v1.9.1 BETA is out!)


Last edited by aaarnas; 08-11-2014 at 15:25.
aaarnas is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 08-11-2014 , 15:42   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1308

Quote:
zm_vip_extra_gravity_human 0.2 // Extra gravity for HUMAN. Interval 0.0-1.0 (Ex 0.2). Higher value - jumps higher [0-disabled] (FLAG h)
I have tested the gravity but it seems not working.

I have added the value from 1.0, 0.8, 0.2 etc. Yet, the gravity still the same. I have the required flag. I'm using ZP5.0.8.

Last edited by zmd94; 08-11-2014 at 19:54.
zmd94 is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 08-12-2014 , 20:08   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1309

I have encountered a problem:
Quote:
L 08/13/2014 - 08:000: Invalid map handle provided (0)
L 08/13/2014 - 08:000: [AMXX] Displaying debug trace (plugin "zm_vip.amxx", version "1.9.0 BETA")
L 08/13/2014 - 08:000: [AMXX] Run time error 10: native error (native "TrieKeyExists")
L 08/13/2014 - 08:000: [AMXX] [0] zm_vip.sma::VipsItemIs (line 2980)
L 08/13/2014 - 08:000: [AMXX] [1] zm_vip.sma::zp_fw_items_select_post (line 1683)
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? ;)

Last edited by zmd94; 08-12-2014 at 20:10.
zmd94 is offline
andros
Member
Join Date: Oct 2011
Location: Kusadak
Old 08-12-2014 , 20:51   Re: [ZP] Zombie VIP 1.9.1
Reply With Quote #1310

Quote:
L 08/13/2014 - 020:22: Start of error session.
L 08/13/2014 - 020:22: Info (map "zm_gold_dust_vipee") (file "addons/amxmodx/logs/error_20140813.log")
L 08/13/2014 - 020:22: [AMXX] Load error 17 (invalid file format or version) (plugin "zm_vip.amxx")
Which version (exact) I must have?
__________________

Last edited by andros; 08-12-2014 at 20:51. Reason: QUOTE
andros is offline
Send a message via Skype™ to andros
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 13:14.


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