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

BcY
Reviewer Off Offline

oh my god! this is extremely good
Ich mag es!

alt

3RROR
User Off Offline

@user Suprise: Of course not! It's "DebugAI"
1× editiert, zuletzt 22.02.12 17:59:41

alt

Suprise
BANNED Off Offline

Mm.. You used aimbot for the test? Or wtf a lines?
Ich mag es!

alt

Yates
Reviewer Off Offline

Shame. I like it, but I'd rather not "like" button.

alt

Starkkz
Moderator Off Offline

He wanted to, I just let him.
Ich mag es!

alt

Yates
Reviewer Off Offline

No, I mean I don't get why Trauma uploaded it.

alt

Starkkz
Moderator Off Offline

Ever heard of debug AI?.

@user Yates: It wasn't a very perfect script, so we decided to upload it.
Ich mag es!

alt

MosTakas
User Off Offline

Good work guyz

alt

Mechanolith
User Off Offline

I never used aimbot so i have no idea how it looks like... but it seems that you both are very familiarized with it.

alt

blackskorpion52
User Off Offline

You use Aimbot? LoL I like it
Ich mag es!

alt

Cherno
User Off Offline

LOOK lIKE AIMBOT !
Ich mag es!

alt

Yates
Reviewer Off Offline

Don't get why you uploaded it.

alt

Starkkz
Moderator Off Offline

@user Sniper_x: Try:
zpx_give_ap <id> <ammo packs>
zpx_set_ap <id> <ammo packs>
Ich mag es!

alt

Cherno
User Off Offline

HEY,plz cna someone create a script :
whit time stuff:
you know like MATRIX :D?
Ich mag es!

alt

Sniper_x
User Off Offline

Nice!! Very NICE! But how give Ammo packs (if you are admin)?
Ich mag es!
1× editiert, zuletzt 22.02.12 13:24:41

alt

KenGar07
User Off Offline

Good lua i wanted to see a mod like this.
Ich mag es!

alt

Starkkz
Moderator Off Offline

Just to let you know guys, I removed the vip skin that appears in the image. (it gives some bugs to the other images)
Ich mag es!

alt

Sens0r
User Off Offline

Thats epic.
Nice work
Ich mag es!
Zum Anfang Vorherige 1 2 3 4 5 Nächste Zum Anfang