AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Zombie Plague Mod (https://forums.alliedmods.net/forumdisplay.php?f=126)
-   -   Subplugin Submission [ZP:CN] Extra Item: Golden Weapons (https://forums.alliedmods.net/showthread.php?t=298329)

CrazY. 06-08-2017 18:46

[ZP:CN] Extra Item: Golden Weapons
 
2 Attachment(s)
[ZP:CN] Extra Item: Golden Weapons
By: Crazy

https://steamuserimages-a.akamaihd.n...1BB88D2161C70/

| Description

This plugin add cool golden weapons as an extra items into your zombie plague crazy night mod.
A golden beam effect follow the bullet shoot by these weapons, this bullet can inflict a powerfull 'golden' damage into Zombies.

| Credits

* Crazy: Zombie Plague - Crazy Night / plugin code.
* AlejandroSk: Golden beam effect (Golden ak-47).
* Alex: golden weapons models.

| Changelog
PHP Code:

v1.0: (Jun 2017)
    - 
First release

| Avaliable weapons

- Golden deagle
- Golden ak-47
- Golden m4a1
- Golden xm1014
- Golden m249

P.S: configure the cost/limit in the zpcn_extra_items.ini

dailar 06-08-2017 19:04

Re: [ZP:CN] Extra Item: Golden Weapons
 
good job bro
all way up

TekLak 07-25-2019 19:59

Re: [ZP:CN] Extra Item: Golden Weapons
 
How to make it to play on standard zp 4.3?

TekLak 07-26-2019 18:00

Re: [ZP:CN] Extra Item: Golden Weapons
 
Something weird is happening, when i want buy any of these gold weapons ,it's just eats ammo packs and nothing more. Can you please fix ?

CrazY. 07-26-2019 20:17

Re: [ZP:CN] Extra Item: Golden Weapons
 
Updated.

TekLak 07-27-2019 17:44

Re: [ZP:CN] Extra Item: Golden Weapons
 
Quote:

Originally Posted by CrazY. (Post 2660764)
Updated.

Nothing changed ,again same problem

CrazY. 07-29-2019 09:31

Re: [ZP:CN] Extra Item: Golden Weapons
 
1 Attachment(s)
My bad. Try this, it's working fine now.

Undercloacked 08-07-2019 07:27

Re: [ZP:CN] Extra Item: Golden Weapons
 
Sorry if this has been pointed out, but is the damage of the weapons standard or do we set it?

CrazY. 08-08-2019 11:18

Re: [ZP:CN] Extra Item: Golden Weapons
 
You can set up the weapon damage in this array
PHP Code:

// Syntax: { "weapon name", weapon cost, "buy function", damage multiplier, weapon id, weapon key (for w_ model) }
new WPNDATA[][WeaponData] = {
    { 
"Golden Deagle"0"weapon_deagle"2.2CSW_DEAGLE879238 },
    { 
"Golden Ak-47"0"weapon_ak47"1.5CSW_AK47879234 },
    { 
"Golden M4A1"0"weapon_m4a1"1.6CSW_M4A1879235 },
    { 
"Golden XM1014"0"weapon_xm1014"1.4CSW_XM1014879236 },
    { 
"Golden M249"0"weapon_m249"1.9CSW_M249879237 }
}; 


HeadDarkYT 08-08-2020 19:20

Re: [ZP:CN] Extra Item: Golden Weapons
 
Golden Weapons dosent appear in ZP Items Menu, why?
p.d Im using ZP 4.3 Cs ONline ZOmbie caos addons


All times are GMT -4. The time now is 00:34.

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