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

Subplugin Submission [ZP] Zombie VIP 1.9.1


Post New Thread Reply   
 
Thread Tools Display Modes
ghostz0r
Senior Member
Join Date: Dec 2012
Old 08-11-2014 , 03:48   Re: [ZP] Zombie VIP 1.9.0
Reply With Quote #1291

very very epic work
1 don't understand one thing
how to give vip privilegies to nick name? the old style not work
"nick" "password "flags" "a"
ghostz0r is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 08-11-2014 , 03:53   Re: [ZP] Zombie VIP 1.9.0
Reply With Quote #1292

Just do like this:
Quote:
"AUTH" "YourPassword" "Flags"
No need to add "Nickname". Just use "AUTH".
Quote:
// Plugin automaticaly determines if auth
// is nick/ip/steamid. No need to specify!
// If you need to use ip or steamid as nick,
// add 'F' before line.

Last edited by zmd94; 08-11-2014 at 03:55.
zmd94 is offline
andros
Member
Join Date: Oct 2011
Location: Kusadak
Old 08-11-2014 , 03:54   Re: [ZP] Zombie VIP 1.9.0
Reply With Quote #1293

Тhanks a lot bro, we will test the plugin.
You're the best!
I just wanted to ask, how much plugin burden the server?
__________________
andros is offline
Send a message via Skype™ to andros
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 08-11-2014 , 04:01   Re: [ZP] Zombie VIP 1.9.0
Reply With Quote #1294

Quote:
Originally Posted by andros
How much plugin burden the server?
I don't think that this plugin will be a burden to the server.
zmd94 is offline
Just4Games
Senior Member
Join Date: Jan 2013
Location: Romania
Old 08-11-2014 , 04:37   Re: [ZP] Zombie VIP 1.9.0
Reply With Quote #1295

zmd that's a native you don't have in the include file...
__________________

Just an old fart revisiting the nostalgia.
---------
Oh yeah
|[[ZPA/ZPS]NoSound]|[[ZPA/ZPS]Hud Stats(Edited)]|

PS: I go by MoistWomble nowadays.
Just4Games is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 08-11-2014 , 04:43   Re: [ZP] Zombie VIP 1.9.0
Reply With Quote #1296

Quote:
Originally Posted by Just4Games View Post
zmd that's a native you don't have in the include file.
I have add the new zm_vip.inc and it have the native:
Quote:
#if !(defined ZM_VIP_DISABLE_AUTO_CONVERT) && defined _zombieplague_included
native zv_force_buy_extra_item(id, itemid, ignorecost = 0)
native zv_get_extra_item_id(const name[])
forward zv_extra_item_selected(id, itemid)
native zv_register_extra_item(const name[], const description[], cost, team)
native zv_register_extra_item2(const name[], cost, teams) <----------------------------------- This is the required native
native zv_register_zombie_class(const name[], const info[], const model[], const clawmodel[], hp, speed, Float:gravity, Float:knockback)
#define zp_force_buy_extra_item zv_force_buy_extra_item
#define zp_get_extra_item_id zv_get_extra_item_id
#define zp_extra_item_selected zv_extra_item_selected
#define zp_register_extra_item zv_register_extra_item2<-------------------------------------- This is the required native
#define zp_register_zombie_class zv_register_zombie_class
#endif

Last edited by zmd94; 08-11-2014 at 04:44.
zmd94 is offline
Just4Games
Senior Member
Join Date: Jan 2013
Location: Romania
Old 08-11-2014 , 05:33   Re: [ZP] Zombie VIP 1.9.0
Reply With Quote #1297

Checked but i missed it, my bad :c
__________________

Just an old fart revisiting the nostalgia.
---------
Oh yeah
|[[ZPA/ZPS]NoSound]|[[ZPA/ZPS]Hud Stats(Edited)]|

PS: I go by MoistWomble nowadays.
Just4Games is offline
ghostz0r
Senior Member
Join Date: Dec 2012
Old 08-11-2014 , 13:29   Re: [ZP] Zombie VIP 1.9.0
Reply With Quote #1298

@zmd94 , this ?

"GhostJke" "zZz22333Z" "abcde"
ghostz0r is offline
aaarnas
Veteran Member
Join Date: Jun 2008
Location: Lithuania
Old 08-11-2014 , 14:26   Re: [ZP] Zombie VIP 1.9.0
Reply With Quote #1299

Lol, even forum crashed itself beeing happy of new relese.

Quote:
Originally Posted by zmd94 View Post
I will test it. ;)

Edit: I have test it. It is working great!

However, I have this problems. The multi-jump ability is not working. I have set the flag "a" in the vip.ini file.

Then, how to add extra item for VIP only? I have followed the steps given but failed.
However, the console give this error:
I have put the zm_vip.inc in the include folder.
With multi jump - my mistake.
Add this to line 377:
Code:
register_forward(FM_CmdStart, "forward_cmdstart")
Ant it will work. Will add fix to update

I assume, that you're trying to add 4.3 version extra item to 5.0 version zombie plague mod.
Because MODIFICATION = NEW doesn't register this native, so if compiler founds, that your extra item is version 4.3, it add this version natives, not 5.0.

Quote:
Originally Posted by andros View Post
Тhanks a lot bro, we will test the plugin.
You're the best!
I just wanted to ask, how much plugin burden the server?
I can't say how much, but this plugin should take some resources in all parts, Ram, Cpu and File system. It does many things internally. That needs some processing power. It's optimized enough, so shouldn't cause any overhead problems. Best would be test and watch.

Quote:
Originally Posted by ghostz0r View Post
@zmd94 , this ?

"GhostJke" "zZz22333Z" "abcde"
This would mean access with nick "GhostJke" and password "zZz22333Z". This user will get privilegies "abcde" (meanings wrote in vips.ini).
If you want to kick players from server whos put this nick and doesn't have correct password (setinfo _pw zZz22333Z), your line should look like this:
K"GhostJke" "zZz22333Z" "abcde"
__________________
My plugins:
[ZP] ZM_VIP (v2.0.0 is comming. v1.9.1 BETA is out!)

aaarnas is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 08-11-2014 , 14:48   Re: [ZP] Zombie VIP 1.9.0
Reply With Quote #1300

Quote:
Originally Posted by aaarnas
LOL, even forum crashed itself beeing happy of new relese.
Only now, I can get access into this forum. Before this, "Database Error".

Quote:
Originally Posted by aaarnas
I assume, that you're trying to add 4.3 version extra item to 5.0 version zombie plague mod.
Because MODIFICATION = NEW doesn't register this native, so if compiler founds, that your extra item is version 4.3, it add this version natives, not 5.0.
Thank you for the explanation. ;)

I will wait for the update.

Last edited by zmd94; 08-11-2014 at 14:52.
zmd94 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 21:57.


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