Raised This Month: $ Target: $400
 0% 

[CS:GO/ZP] Zombie Plague Mod 8.3.2


Post New Thread Reply   
 
Thread Tools Display Modes
szafa323
Senior Member
Join Date: Jul 2013
Location: Poland
Old 10-20-2015 , 09:56   Re: [CS:GO] Zombie Plague Mod [ZOMBIE CLAWS, INCLUDES, EXTRAITEMS] (20.10.2015)
Reply With Quote #111

Quote:
Originally Posted by szafa323 View Post
And if Someone can create some extra items:
Double jump/some gravity
Unlimited clip for 30-60 seconds
Bomb infection
Laser/Trip mines?
What u think about this?
Good job gubka
Here's lasermine plugin
https://forums.alliedmods.net/showthread.php?p=2276217
szafa323 is offline
Send a message via Skype™ to szafa323
gubka
Veteran Member
Join Date: Jan 2012
Location: Russia
Old 10-20-2015 , 13:07   Re: [CS:GO] Zombie Plague Mod [ZOMBIE CLAWS, INCLUDES, EXTRAITEMS] (20.10.2015)
Reply With Quote #112

Quote:
Originally Posted by szafa323 View Post
And if Someone can create some extra items:
Double jump/some gravity
Unlimited clip for 30-60 seconds
Bomb infection
Laser/Trip mines?
What u think about this?
Good job gubka
install laser plugin on server
https://forums.alliedmods.net/showthread.php?p=2276217

Open zp_extraitems.txt

Add new block

Quote:
"item_7"
{
"name" "LaserMines"
"itemcost" "1"
"itemlvl" "1"
"itemonline" "2"
"command" "sm_buylm"
"zombie" "0"
}
that's all
__________________
gubka is offline
Send a message via ICQ to gubka
szafa323
Senior Member
Join Date: Jul 2013
Location: Poland
Old 10-20-2015 , 15:10   Re: [CS:GO] Zombie Plague Mod [ZOMBIE CLAWS, INCLUDES, EXTRAITEMS] (20.10.2015)
Reply With Quote #113

Thank u very well, I'm now in college and I'll back to hause on Friday and made it. Thank u very much ��.
szafa323 is offline
Send a message via Skype™ to szafa323
gubka
Veteran Member
Join Date: Jan 2012
Location: Russia
Old 10-20-2015 , 17:03   Re: [CS:GO] Zombie Plague Mod [ZOMBIE CLAWS, INCLUDES, EXTRAITEMS] (20.10.2015)
Reply With Quote #114

If you want prevent getting mines from conlose
Used this
Quote:

IF YOU DON'T ADD zp_get_user_buying and zp_set_user_buying player will be allow get item from write command into their console
I write example , how to used
And after this player can buy it only from menu , not a console
__________________

Last edited by gubka; 10-20-2015 at 17:04.
gubka is offline
Send a message via ICQ to gubka
gubka
Veteran Member
Join Date: Jan 2012
Location: Russia
Old 10-20-2015 , 17:23   Re: [CS:GO] Zombie Plague Mod [ZOMBIE CLAWS, INCLUDES, EXTRAITEMS] (20.10.2015)
Reply With Quote #115

I add natives and remove money and buyzone, now it will be work good my Zombie Plague Mod, used zombieplague.inc to compile it , which you can find in the mod files

Original plugin here: Lasermines by Grey83

Only add this in zp_extraitems.txt, find you last number item, i have item_6 therefore i will add item_7 block
Quote:
"item_7"
{
"name" "LaserMines"
"itemcost" "1"
"itemlvl" "1"
"itemonline" "2"
"command" "sm_buylm"
"zombie" "0"
}
Attached Files
File Type: sp Get Plugin or Get Source (csgo_lasermines 1.5.1.sp - 167 views - 38.1 KB)
__________________

Last edited by gubka; 10-20-2015 at 17:25.
gubka is offline
Send a message via ICQ to gubka
viber
Junior Member
Join Date: Mar 2015
Old 10-21-2015 , 11:38   Re: [CS:GO] Zombie Plague Mod [ZOMBIE CLAWS, INCLUDES, EXTRAITEMS] (20.10.2015)
Reply With Quote #116

When i try to compile i got this errors:

zbm3_core.sp<243> : error 001: expected token: "{", but found "-identifier-"
zbm3_core.sp<246> : warning 203: symbol is never used; "MODE_MULTI"
zbm3_core.sp<243> : warning 203: symbol is never used; "MODE_NEMESIS"
zbm3_core.sp<248> : warning 203: symbol is never used; "MODE_PLAGUE"
zbm3_core.sp<244> : warning 203: symbol is never used; "MODE_SURVIVOR"
zbm3_core.sp<245> : warning 203: symbol is never used; "MODE_SWARM"
viber is offline
gubka
Veteran Member
Join Date: Jan 2012
Location: Russia
Old 10-21-2015 , 11:40   Re: [CS:GO] Zombie Plague Mod [ZOMBIE CLAWS, INCLUDES, EXTRAITEMS] (20.10.2015)
Reply With Quote #117

If you want add greenades (Fire,Frost) use this plugin [CS:S, ZRiot & ZReloaded] Grenade Effects v2.0 by Despirator
, USE ONLY CLASSIC

I fix this Jetpack by Despirator for Zombie Plague

Use zombieplague.inc to compile it
Attached Files
File Type: sp Get Plugin or Get Source (zp_jetpack.sp - 185 views - 8.8 KB)
File Type: txt zr_jetpack.txt (203 Bytes, 164 views)
__________________
gubka is offline
Send a message via ICQ to gubka
viber
Junior Member
Join Date: Mar 2015
Old 10-21-2015 , 11:48   Re: [CS:GO] Zombie Plague Mod [ZOMBIE CLAWS, INCLUDES, EXTRAITEMS] (20.10.2015)
Reply With Quote #118

Quote:
Originally Posted by gubka View Post
If you want add greenades (Fire,Frost) use this plugin [CS:S, ZRiot & ZReloaded] Grenade Effects v2.0 by Despirator
, USE ONLY CLASSIC

I fix this Jetpack by Despirator for Zombie Plague

Use zombieplague.inc to compile it
Big Up man, but i can't compile the core ...
viber is offline
gubka
Veteran Member
Join Date: Jan 2012
Location: Russia
Old 10-21-2015 , 12:09   Re: [CS:GO] Zombie Plague Mod [ZOMBIE CLAWS, INCLUDES, EXTRAITEMS] (20.10.2015)
Reply With Quote #119

sorry, i fix it, forgot remove this enum block, which dont using in mod now, in future i will add mods
__________________

Last edited by gubka; 10-21-2015 at 12:11.
gubka is offline
Send a message via ICQ to gubka
szafa323
Senior Member
Join Date: Jul 2013
Location: Poland
Old 10-21-2015 , 13:29   Re: [CS:GO] Zombie Plague Mod [ZOMBIE CLAWS, INCLUDES, EXTRAITEMS] (20.10.2015)
Reply With Quote #120

Ok. How to add Extra item Double Jump?
szafa323 is offline
Send a message via Skype™ to szafa323
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:19.


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