08.04.2014, 09:32
(
Последний раз редактировалось Excel™; 21.02.2015 в 08:06.
)
ZOMBIE INVASION
By Excel © 2014
Maybe this is my last Post
UPDATE:
mSelection.inc now added in script, i think it will help others to resolve their errors. If you don't need the inbuilt mSelection version, then simply download the non one.By Excel © 2014
Maybe this is my last Post
UPDATE:
INFORMATION:
NOTE: I haven't tested the script, so please report bugs if found any. Now continue reading...This is a simple or you can say a small advance zombie gamemode, Having unique features and some maps actually 10 Taken from kitten's Zombie mode 8.0 gamemode. This gamemode is having 2 teams HUMANS and ZOMBIES. The script have anti team kill and a unique round system for removing zombie abuse. The players, mostly called HUMANS are given 30 seconds or you can edit it, yea, they are given 30 seconds for hiding, finding survival areas and to buy ammunition(it can be brought from C.P.). After 30 seconds a random zombie is taken or Few random zombies are taken and respawned. This starts the Round the player which were humans remains Humans but the one who joins, they experiences zombie for class selection. Yeah, The zombies can press KEY_WALK mostly the ALT key to infect humans in range, You can set the range limit yourself in script. The humans which gets infected can get healed back by killing a zombie and eating the Meat/Flesh from zombie's dead body.
The gamemode have nice and sleek & clean textdraws, textdraws on class selection, textdraws on spawn. You can check them on images.
In built script editing, i made it easy to edit so here is the code:
pawn Код:
#define TEAM_ZOMBIE 0
#define TEAM_HUMAN 1
#define ROUND_MONEY 1000
#define NEW_ROUND_TIMER 10000
#define ROUND_MINUTES 4
#define ROUND_SECONDS 59
#define SERVER_WEATHER 9
#define SERVER_TIME 0
#define INFECTION_TIME 30
#define DIALOG_WEAPONS 100
#define WEAPON_COST 1000
#define INFECT_RANGE 5.0
#define INFECT_KEY KEY_WALK
MAPS:
Total maps: 10/10Credits: Kitten
Taken from kitten's zombie mod 8.0, If you dont like the maps name, change then yourself by editing the string "mapname" to your choice. e.g. mapname = "my name i like";
pawn Код:
if(map==0)
{
checkpoint = CreateDynamicCP(852.2725,-2398.5361,26.3608,10.0);
mapname="Bunkers";
}
if(map==1)
{
checkpoint = CreateDynamicCP(852.2725,-2398.5361,26.3608,10.0);
mapname="Darkpark";
}
if(map==2)
{
checkpoint = CreateDynamicCP(292.4063,177.4444,1007.1794,10.0);
mapname="Office";
}
if(map==3)
{
checkpoint = CreateDynamicCP(24.8997,276.4935,10.3594,10.0);
mapname="Panic";
}
if(map==4)
{
checkpoint = CreateDynamicCP(1749.1113,-1355.0009,15.7535,10.0);
mapname="Shopping";
}
if(map==5)
{
checkpoint = CreateDynamicCP(2572.0408,2772.9407,10.8203,10.0);
mapname="Stars";
}
if(map==6)
{
checkpoint = CreateDynamicCP(-1517.4626,2555.3525,55.6875,10.0);
mapname="Town";
}
if(map==7)
{
checkpoint = CreateDynamicCP(1803.3551,-1912.9064,13.3960,10.0);
mapname="Trainstation";
}
if(map==8)
{
checkpoint = CreateDynamicCP(-2123.9680,1005.5992,96.9453,10.0);
mapname="De_Dust";
}
if(map==9)
{
checkpoint = CreateDynamicCP(1749.1113,-1355.0009,15.7535,10.0);
mapname="Shopping";
}
DOWNLOAD .PWN - Pastebin
foreach - By ******
streamer - By Incongito
mSelection - By dO
fader - By Joe_staff