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.780 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.780 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

Kantos
BANNED Off Offline

@user 3RROR: Man You Should Do Super Zombie Plague

@user Starkkz: Is The Good Scripter [I like him 500000%]

@user Infinite Rain: Super Than I See

I NOTE FOR ... 2/5000000000000000000000
Ich mag es!

alt

thesk5tera
User Off Offline

when start round i can't see can you help me for remove this ?
Ich mag es!

alt good

berserk
User Off Offline

good script, but why after every round start round and restart it after 5 sec?
Sry for bad english
Ich mag es!

alt

CaneCorso
User Off Offline

Good script
Ich mag es!

alt

Regera
User Off Offline

cool i like this script
Ich mag es!

alt

Sneaky
BANNED Off Offline

nice i am hungry i will eat a human
Ich mag es!

alt

CassXiahtic
User Off Offline

very nice
Ich mag es!

alt

rokeliuxas
GAME BANNED Off Offline

nicee
Ich mag es!

alt

Glix
User Off Offline

Nice. It's OG clan closed?
Ich mag es!

alt

kelphs
User Off Offline

First of all, i want to thank you, this mod is awesome!

I tryed to modify how the zombies spawns, because i want to make zombie escape maps, like in CS:Source, but i don't know about scripting.Could you help me with the script???
I want to make that spawns zombies based on a percentage of the total players, like: 10% of the players will be zombies. And when these zombies spawns, they teleport back to the spawn coordenate.

Sorry for bad english, i'm brazilian.
1× editiert, zuletzt 11.05.12 18:05:21

alt

stormblade
User Off Offline

cool zombie mod
Ich mag es!

alt

dustin5
User Off Offline

This is The Lua Script That I Have Been Searching
Ich mag es!

alt

_MARKOS_
BANNED Off Offline

zombie plague mod
Ich mag es!

alt

uty206
User Off Offline

Testers: Deck3R / Frosty66 / CvX / Factis366

You mean factis699?

alt

BcY
Reviewer Off Offline

thanks @user Starkkz:
Ich mag es!

alt

Nhugg3t
User Off Offline

Nice jobs. Expected work from the legendary OhGawd! Gaming community.
Ich mag es!
Zum Anfang Vorherige 1 2 3 4 5 Nächste Zum Anfang