Dateien

> > CS2D > Lua Scripts > Zombie Plague Xtreme - V1.1 - OG
DateiübersichtCS2D-ÜbersichtLua Scripts-Übersicht

Englisch Zombie Plague Xtreme - V1.1 - OG >

99 Kommentare1,15 mb, 2.781 Downloads

alt Zombie Plague Xtreme - V1.1 - OG

3RROR
User Off Offline

IMG:https://i.imgur.com/asbxU5k.png


The following script was based on Counter-Strike 1.6 famous Zombie Mod. Zombie Plague.
We tried to make the script which follows the mod, so players can enjoy like they did on Counter Strike 1.6.

∗ Features:
> Survivor round option
> Nemesis round option
> New infection system
> Zombie knockback
> Startround countdown
> 3 Clip options (Ammo)
> Ammo Packs
> Extra Items
> Sound effects
> Napalm Grenade
> Frost Grenade
> Admin System
> Simple Configuration System
> Jump System
> Jump System for Zombies

∗ Configuration Help:
• Setting Items/Admins:
You can set items/add admins/add new zombie classes in the configuration file, using the next format

#ITEMS PRIMARY
firstItemId,secondItemId,etc


#ITEMS SECONDARY
firstItemID,secondItemId,etc


#ADMIN
usgnId


#EXTRA
fileName.lua


#ZOMBIECLASS
fileName.lua


A example of that would be:
1
2
3
4
5
#ITEMS PRIMARY 38,39,32,30,31,33,34,10,11,21,23,24,20,22
#ITEMS SECONDARY 2,1,4,3,6,5
#ADMIN 17924
#EXTRA nightvision.lua
#ZOMBIECLASS classic.lua

• Extra Items Help:
> Creating extra items for zombies
1
2
extraItemID = ZP.CreateExtraItem("zombie")
extraItem = ZP.CFG.EXTRAZOMBIE[extraItemID]

Creating Ammo pack price
1
extraItem.Cost = 15

Creating an Extra item name
1
extraItem.Name = "Zombie protection"

Creating an Equiping extra item function
1
2
3
function extraItem.Equip(id)
	PLAYER[id].ArmorProtection = PLAYER[id].ArmorProtection + 150
end

Checking if is an equipable item
1
2
3
4
function extraItem.Equipable(id)
	return true
	-- In case of no use format: return false, "reason"
end

> Creating extra items for humans:
1
2
extraItemID = ZP.CreateExtraItem("human")
extraItem = ZP.CFG.EXTRAHUMAN[extraItemID]

Creating an Ammo pack price
1
extraItem.Cost = 15
Creating an Extra item name
1
extraItem.Name = "Molotov"

Equiping an extra item function
1
2
3
function extraItem.Equip(id)
	parse("equip "..id.." 73")
end

Checking if it's an equipable item
1
2
3
4
5
6
function extraItem.Equipable(id)
	if table.find(playerweapons(id), 73) then
		return false, "You've got already this item"
	end
	return true
end

You can edit this script whatever you want, even uploading your own extra items / class / everything else but having credits to OhGawd! Team

Note: Script started from scratch. We didn't use any lua script on US to make this.

Also sorry because of the size. The script uses alot of sounds and images, but it's supposed to not lag at all


• Scripter: user Starkkz
• Ideas: user 3RROR
• Testers: user 3RROR / user Starkkz / CvX / user Infinite Rain
• GFX/SFX: Various Authors

∗ Updates:
v1.1
• Changed some hooks
• Deleted VIP Image (Bug)
v1.0
• Initial Release
11× editiert, zuletzt 05.05.12 15:41:44
Zugelassen von Starkkz

Download Download

1,15 mb, 2.781 Downloads

Kommentare

99 Kommentare
Seite
Zum Anfang Vorherige 1 2 3 4 5 Nächste Zum Anfang

Logge dich ein!

Du musst dich einloggen, um selber Kommentare verfassen zu können!Einloggen

alt

SQ
Moderator Off Offline

2-3 years passed and people still can't come up with totally fresh ideas.
I'm offensive and find this Blazzingxx. If you know what I mean.

alt

BcY
Reviewer Spielt CS2D

-->hey.there is a problem at headcrab class.it is giving an error.fix it pls.
Ich mag es!

alt

Starkkz
Moderator Off Offline

Finite, that's not a bug. I did to make an "ammo pack round". So you get ammo packs by damaging the nemesis that round.
Ich mag es!

alt

pipex
User Off Offline

there is an error when you infect the zombie nemesis or you die and you should fix that humans do
Ich mag es!
1× editiert, zuletzt 23.02.12 01:56:05

alt

Anders4000
User Off Offline

You should use some (more) tags around the [code] tags, it looks messy. (:

alt

Yates
Reviewer Off Offline

Would be great. Although I couldn't care less. I would click the like button, but I do hope you're not doing all this because of that.

alt

3RROR
User Off Offline

@user Yates: I wanted to upload it so he can continue his projects. If you want to, I'll let him copy/paste my thread desc and upload him by his own then e_e

Not so long. But I didn't want him to stop his actual project just because of this file. (Yeah I asked him while he was doing some GUI)

alt

Yates
Reviewer Off Offline

Trauma hat geschrieben
Frosty's been busy making his projects.

Starkzz hat geschrieben
He wanted to, I just let him.

That's being busy I guess.

Trauma hat geschrieben
So he wouldn't spend time making uploading the file.

Because it takes so long, right?

alt

3RROR
User Off Offline

@user Yates: Frosty's been busy making his projects. That's why I uploaded it. So he wouldn't spend time making uploading the file.

alt

Yates
Reviewer Off Offline

@user Infinite Rain: I'm not liking something someone did not create. Would you like a stolen file? Would you like it if I uploaded Engi's Space Mod because I ASKED? No, you would not. So rather making me post stuff which you could figure out yourself with a bit of common sense I suggest you mind your own business.

alt

Infinite Rain
Reviewer Off Offline

My nickname spelled wrong! T.T
Anyway, the script is awesome

@Yates
You rate script, not the person.
Ich mag es!

alt

Sniper_x
User Off Offline

Thx Frosty66 (for commands)
Ich mag es!

alt

Cherno
User Off Offline

Yates strike again.
Ich mag es!

alt

Yates
Reviewer Off Offline

@user 3RROR: I'd thank the maker and not the person who uploaded it. That's all.

alt

cvx
BANNED Off Offline

IMG:https://unrealsoftware.de/img/ok.gif
I like it!
Ich mag es!

alt

Cherno
User Off Offline

no,i saw hack VIDEO4z
Ich mag es!

alt

WinterPwnd
User Off Offline

When ppl say its aimbot = they have used hacks...
The mod is good.
Ich mag es!

alt

Starkkz
Moderator Off Offline

then go: Options -> More -> debugai
You can enable it and you will see the process of the AI that the bots have.
Ich mag es!

alt

KenGar07
User Off Offline

LOL it looks like hacks!
Ich mag es!
Zum Anfang Vorherige 1 2 3 4 5 Nächste Zum Anfang