Approved (NEW) VIP FEATURES

Plug-ins compatibility with Zombie Escape 1.x only!


Post Reply
User avatar
Spir0x
Veteran Member
Veteran Member
Tunisia
Posts: 641
Joined: 7 years ago
Location: Tunisia
Contact:

(NEW) VIP FEATURES

#1

Post by Spir0x » 6 years ago

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:
Last edited by Spir0x 4 years ago, edited 3 times in total.

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2214
Joined: 7 years ago
Contact:

#2

Post by Raheem » 6 years ago

Approved and edited your posting style. Thanks for sharing this bro.
He who fails to plan is planning to fail

User avatar
Spir0x
Veteran Member
Veteran Member
Tunisia
Posts: 641
Joined: 7 years ago
Location: Tunisia
Contact:

#3

Post by Spir0x » 6 years ago

No problem !

User avatar
Spir0x
Veteran Member
Veteran Member
Tunisia
Posts: 641
Joined: 7 years ago
Location: Tunisia
Contact:

#4

Post by Spir0x » 6 years ago

@Raheem please see ze_vip_features becuz the message You have got minigun + nades etc.. not working

User avatar
Spir0x
Veteran Member
Veteran Member
Tunisia
Posts: 641
Joined: 7 years ago
Location: Tunisia
Contact:

#5

Post by Spir0x » 6 years ago

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.

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2214
Joined: 7 years ago
Contact:

#6

Post by Raheem » 6 years ago

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.
He who fails to plan is planning to fail

User avatar
Spir0x
Veteran Member
Veteran Member
Tunisia
Posts: 641
Joined: 7 years ago
Location: Tunisia
Contact:

#7

Post by Spir0x » 6 years ago

Ok updated the code. but i didn't test it yet.

User avatar
Night Fury
Mod Developer
Mod Developer
Posts: 677
Joined: 7 years ago
Contact:

#8

Post by Night Fury » 5 years ago

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.
Want your own mod edition? PM me.
Accepting private projects.
Discord: Fury#7469
Image

User avatar
sPe3doN
Senior Member
Senior Member
Algeria
Posts: 258
Joined: 7 years ago
Contact:

#9

Post by sPe3doN » 5 years ago

Problem fix it players dont
get weapon menu Image
Image

User avatar
konno
Member
Member
Brazil
Posts: 44
Joined: 6 years ago
Location: Brazil
Contact:

#10

Post by konno » 5 years ago

[AMXX] Plugin "ze_main_menu.amxx" failed to load: Plugin uses an unknown function (name "ze_disable_auto_buy") - check your modules.ini.

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2214
Joined: 7 years ago
Contact:

#11

Post by Raheem » 5 years ago

This plugin will need update to be compatible with v1.3, please don't use it now till it's updated.
He who fails to plan is planning to fail

neverminddw
Member
Member
Posts: 32
Joined: 6 years ago
Contact:

#12

Post by neverminddw » 5 years ago

Updated to work with ZE v1.4 here... viewtopic.php?f=15&t=3582&p=9480#p9480

neverminddw
Member
Member
Posts: 32
Joined: 6 years ago
Contact:

#13

Post by neverminddw » 5 years ago

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

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2214
Joined: 7 years ago
Contact:

#14

Post by Raheem » 4 years ago

[mention]Spir0x[/mention], can you update it with: viewtopic.php?f=15&t=3582?
He who fails to plan is planning to fail

User avatar
Spir0x
Veteran Member
Veteran Member
Tunisia
Posts: 641
Joined: 7 years ago
Location: Tunisia
Contact:

#15

Post by Spir0x » 4 years ago

Updated rar File.

Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Who is online

Users browsing this forum: No registered users and 0 guests