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

Subplugin Submission [ZP5.0] Vip Plugin v1.1


Post New Thread Reply   
 
Thread Tools Display Modes
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 07-16-2014 , 23:25   Re: [ZP5.0] RZ Vip Plugin v1.0
Reply With Quote #11

Quote:
Originally Posted by H.RED.ZONE View Post
As i know if the sma files are provided and local complier is in thread it is allowed and if you will write that i will gladly point every plugin on this forum that has amxx files in its zip folder.
Yes, I agreed.

By the way, I have tested this plugin with [ZP] Zombie VIP 1.7.2. There are no problems. Both are working well.
zmd94 is offline
H.RED.ZONE
Veteran Member
Join Date: Sep 2011
Location: Serbia, Belgrade
Old 07-16-2014 , 23:37   Re: [ZP5.0] RZ Vip Plugin v1.0
Reply With Quote #12

Quote:
Originally Posted by zmd94 View Post
Yes, I agreed.

By the way, I have tested this plugin with [ZP] Zombie VIP 1.7.2. There are no problems. Both are working well.
I am glad to hear it. Thank you for testing it out, appreciate it.
__________________

Last edited by H.RED.ZONE; 07-16-2014 at 23:38.
H.RED.ZONE is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 07-17-2014 , 04:55   Re: [ZP5.0] RZ Vip Plugin v1.0
Reply With Quote #13

I have a make a new simple plugin that will work with your plugin as a new plugin:
Feel free to test it.
zmd94 is offline
H.RED.ZONE
Veteran Member
Join Date: Sep 2011
Location: Serbia, Belgrade
Old 07-17-2014 , 08:32   Re: [ZP5.0] RZ Vip Plugin v1.0
Reply With Quote #14

You gave me idea to find my old licence code and post it if i can find it that is (Premium Licence, Gold Licence) It was a bit more simple it was used to buy licence with ammopacks and after you get licence you could buy more items in extra items list. That was an interesting plugin with natives ill try to find it.
__________________
H.RED.ZONE is offline
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 07-17-2014 , 08:51   Re: [ZP5.0] RZ Vip Plugin v1.0
Reply With Quote #15

Quote:
Originally Posted by H.RED.ZONE View Post
You gave me idea to find my old licence code and post it if i can find it that is (Premium Licence, Gold Licence) It was a bit more simple it was used to buy licence with ammopacks and after you get licence you could buy more items in extra items list. That was an interesting plugin with natives ill try to find it.
Premium Licence, Gold Licence!

I like the idea. Feel free to share it in this forum. I will be one of the person who will test it.

Last edited by zmd94; 07-17-2014 at 08:52.
zmd94 is offline
H.RED.ZONE
Veteran Member
Join Date: Sep 2011
Location: Serbia, Belgrade
Old 07-18-2014 , 06:31   Re: [ZP5.0] RZ Vip Plugin v1.0
Reply With Quote #16

Created tut on how to create VIP Zombie class check this.
__________________
H.RED.ZONE is offline
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 07-18-2014 , 09:24   Re: [ZP5.0] RZ Vip Plugin v1.0
Reply With Quote #17

Actually, it is not allowed for people to upload amxx files.
WildCard65 is offline
H.RED.ZONE
Veteran Member
Join Date: Sep 2011
Location: Serbia, Belgrade
Old 07-18-2014 , 10:09   Re: [ZP5.0] RZ Vip Plugin v1.0
Reply With Quote #18

Quote:
Originally Posted by WildCard65 View Post
Actually, it is not allowed for people to upload amxx files.
True but only if it is only amxx files, check other threads here on zombie plague form even the main plugin, other vip plugin that is here about 4-5 years, biohazard mod that is even 8-9 years and lot more plugins.If you think like that you will need to post much more post on other threads mate. xD And as rules say "Do not post or attach illegal content, or links to illegal content, including viruses, trojans, and malware." i haven't done anything like that sma files are provided compiler is in thread.

Later today i'll create Extra Item's tut so everyone can create extra item's for VIP's.
__________________

Last edited by H.RED.ZONE; 07-18-2014 at 10:15.
H.RED.ZONE is offline
wicho
Veteran Member
Join Date: Feb 2012
Location: GuateAmala
Old 07-18-2014 , 18:00   Re: [ZP5.0] RZ Vip Plugin v1.0
Reply With Quote #19

You can use this forward:

PHP Code:
zp_fw_core_spawn_post(id
instead of this:

PHP Code:
FW__PlayerSpawn_Postplr 

Last edited by wicho; 07-18-2014 at 18:01.
wicho is offline
H.RED.ZONE
Veteran Member
Join Date: Sep 2011
Location: Serbia, Belgrade
Old 07-18-2014 , 18:08   Re: [ZP5.0] RZ Vip Plugin v1.0
Reply With Quote #20

It's the same it was just made for people who don't use ham include in there plugins. You can check when it's called, meaning so i prob don't use ham just for respawn. (:
Code:
public fw_PlayerSpawn_Post(id)
{
    // Not alive or didn't join a team yet
    if (!is_user_alive(id) || !cs_get_user_team(id))
        return;
    
    // ZP Spawn Forward
    ExecuteForward(g_Forwards[FW_USER_SPAWN_POST], g_ForwardResult, id)
    
    // Set zombie/human attributes upon respawn
    if (flag_get(g_RespawnAsZombie, id))
        InfectPlayer(id, id)
    else
        CurePlayer(id)
    
    // Reset flag afterwards
    flag_unset(g_RespawnAsZombie, id)
}
I will add tut for extra items for vip now making it (:
__________________
H.RED.ZONE 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 03:36.


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