Page 1 of 1

(NEW) VIP FEATURES

Posted: 09 Jan 2018, 22:09
by Spir0x
VIP Features

Description:
  • A new plugin for VIPs, It's VIP FEATURES.
    This plugin will give VIPs who have Flag A a minigun with special damage & models, Double Fire/Frost nades, added nice chat messages.
Advise:
  • I advise any one who will use this plugin to open zombie_escape.ini and remove weapon_m249 to make this plugin awesome :)
Cvars:
  • ze_minigun_damage <1.5> (Default)
Installation & Instructions:
  • Simply install it like any plugin and Don't forget to update your ze_weapon_menu.
Downloads:

Re: (NEW) VIP FEATURES

Posted: 19 Jan 2018, 08:59
by Raheem
Approved and edited your posting style. Thanks for sharing this bro.

Re: (NEW) VIP FEATURES

Posted: 19 Jan 2018, 11:54
by Spir0x
No problem !

Re: (NEW) VIP FEATURES

Posted: 20 Jan 2018, 13:47
by Spir0x
@Raheem please see ze_vip_features becuz the message You have got minigun + nades etc.. not working

Re: (NEW) VIP FEATURES

Posted: 20 Jan 2018, 21:38
by Spir0x

Code: Select all

public ze_game_started()
{
	if (is_user_connected(id) && is_user_alive(id) && (ze_get_vip_flags(id) & VIP_A))
	{
		ze_colored_print(id, "tYou Have Got !gMini!y-!gGun!y, !gDouble!y-!gJump !y& !tx2 !gFire!y/!gFrost !tnades!y.")
	}
or public Fw_PlayerSpawn or what.. need to be fixed.

Re: (NEW) VIP FEATURES

Posted: 20 Jan 2018, 22:12
by Raheem
This:
    1. public new_spwan(id)
    2. {
    3.     if (is_user_connected(id) && is_user_alive(id) && (ze_get_vip_flags(id) & VIP_A))
    4.     {
    5.         ze_colored_print(id, "tYou Have Got !gMini!y-!gGun!y, !gMulti!y-!gJump!y, !gRandom!y-!gTrail !y& !tx2 !gFire!y/!gFrost !tnades!y.")
    6.     }
    7. }
TO:
    1. public ze_user_humanized(id)
    2. {
    3.     if (is_user_connected(id) && is_user_alive(id) && (ze_get_vip_flags(id) & VIP_A))
    4.     {
    5.         ze_colored_print(id, "tYou Have Got !gMini!y-!gGun!y, !gMulti!y-!gJump!y, !gRandom!y-!gTrail !y& !tx2 !gFire!y/!gFrost !tnades!y.")
    6.     }
    7. }
You should know that ze_user_humanized(index) forward is called every new round when all players humanized and index is the player id. This what you miss.

Re: (NEW) VIP FEATURES

Posted: 21 Jan 2018, 09:16
by Spir0x
Ok updated the code. but i didn't test it yet.

Re: (NEW) VIP FEATURES

Posted: 19 Jul 2018, 16:34
by Night Fury
Change:

Code: Select all

public ze_user_humanized(id)
{
    if (is_user_connected(id) && is_user_alive(id) && (ze_get_vip_flags(id) & VIP_A))
    {
        ze_colored_print(id, "tYou Have Got !gMini!y-!gGun!y, !gMulti!y-!gJump!y, !gRandom!y-!gTrail !y& !tx2 !gFire!y/!gFrost !tnades!y.")
    }
}
To:

Code: Select all

public ze_user_humanized(id)
{
    if (is_user_alive(id) && (ze_get_vip_flags(id) & VIP_A))
    {
        ze_colored_print(id, "tYou Have Got !gMini!y-!gGun!y, !gMulti!y-!gJump!y, !gRandom!y-!gTrail !y& !tx2 !gFire!y/!gFrost !tnades!y.")
    }
}
If the user is alive -> he is connected.

Re: (NEW) VIP FEATURES

Posted: 23 Jul 2018, 16:09
by sPe3doN
Problem fix it players dont
get weapon menu Image

Re: (NEW) VIP FEATURES

Posted: 25 Jul 2018, 08:27
by konno
[AMXX] Plugin "ze_main_menu.amxx" failed to load: Plugin uses an unknown function (name "ze_disable_auto_buy") - check your modules.ini.

Re: (NEW) VIP FEATURES

Posted: 25 Jul 2018, 13:30
by Raheem
This plugin will need update to be compatible with v1.3, please don't use it now till it's updated.

Re: (NEW) VIP FEATURES

Posted: 10 Apr 2019, 19:39
by neverminddw
Updated to work with ZE v1.4 here... viewtopic.php?f=15&t=3582&p=9480#p9480

VIP Features Update v1.4

Posted: 13 Apr 2019, 20:37
by neverminddw
Since the last version of this plugin wasn't working with the ZE v1.4 version (new release).
I've updated it myself and it's working with it.

NOTE:
Original Authors are: Raheem & Spirox >> viewtopic.php?f=15&t=2750

NOTE 2:
I've only uploaded the source codes & models in the ZIP file.

NOTE 3:
Don't forget to replace your old ze_weapon_menu with the new one I added in ZIP file. otherwise VIP Features won't work.

Download:
http://download2269.mediafire.com/taqej ... Update.rar

Re: (NEW) VIP FEATURES

Posted: 21 Jun 2019, 08:59
by Raheem
[mention]Spir0x[/mention], can you update it with: viewtopic.php?f=15&t=3582?

Re: (NEW) VIP FEATURES

Posted: 21 Jun 2019, 13:29
by Spir0x
Updated rar File.