07.07.2010, 04:25
Warzone™
Warzone is a mini-game that I've created previously. At WarZone You have an RPG and the task is to kill everyone.
Ok lets get started with the great parts.
There are kill streaks like in modern warfare 2 and each kill streak rewards you, heres a list:
* Kill Streak 3 = Gives you full Armour Health.
* Kill Streak 6 = Bomb ( Retrieves your position and creates a bomb there. Usful when your health is low and someones owning you, you just explode them.)
* Kill Streak 10 = GodMode ( It gives you alot of hp boost making you invulnerable for 30 seconds )
* Kill Streak 15 = Nuke ( Kills everyone )
Yes, i did make the kill streaks difficult because i mean my people own at rockets so thats what i done... You may change the settings by going to the OnPlayerDeath section and under neath where you see
change the 3 to what ever kill streak you want it to have xD
Each kill streak gives you cash. 25,000 to 100,000.
So the order is
KS1 = 25k
KS2 = 50k
KS3 = 75k
KS4 = 100k
It might be a basic filter script but its pretty useful and fun in my opinion
Now moving on to the commands. The commands are:
* /joinwar
* /startwar
* /endwar
* /useitem
* /leavewar
I'll be explaining those commands here:
Joinwar:
Joins the war but the war must be activated
by an rcon admin.
Startwar:
Player must be RCON to use this command. This command allows the war to begin
so players may /join war.
Endwar:
Player must be RCON to use this command. This command ends the war and so players cannot join till an RCON admin activates it by /Startwar.
Useitem:
Shows what kind of streak items you earned throughout dialog (New GUI by SA-MP plus theres a screenie :P look down!).
LeaveWar:
You leave the war. (kills you, resets your world boundaries, forces you to class selection and resets your virtual world.. ETC)
You can disable a persons name to this mini-game by inputting the name between the ""
__
You will spawn as a army man with an RPG at the area51 deathmatch place.
There are 3 Hunters, 2 hydras and 3 rhinos. Btw there are world boundaries around area51 so go far away and get lost xD
Any bugs?? PM me and ill update the script with the fix!!!
Notes
This script has not been tested fully and stuff so look up ^^ and follow that and ill try my best to fix this.
Do not remove the credits.
Do not release a modified version.
ScreenShot:
(/useitem)
Credits:
Lorenc - (creating the script)
Whole [nB] Clan - Testing and informing me bugs.
[nB]Powers - (suggestions, bugs and fixes)
DracoBlue - (dcmd)
SAMP - For teaching me some new stuff in scripting, thx guys.
DOWNLOAD:
PASTEBIN: http://pastebin.com/QBe8pnUj
Your welcome to mirror Im pretty sure i uploaded the right script. If not tell me wats wrong. (via PM)
Sorry for bad English, if i did some mistakes forgive me..
You will experience other features by looking at the script.
Bye bye !! :P
-Lorenc
Warzone is a mini-game that I've created previously. At WarZone You have an RPG and the task is to kill everyone.
Ok lets get started with the great parts.
There are kill streaks like in modern warfare 2 and each kill streak rewards you, heres a list:
* Kill Streak 3 = Gives you full Armour Health.
* Kill Streak 6 = Bomb ( Retrieves your position and creates a bomb there. Usful when your health is low and someones owning you, you just explode them.)
* Kill Streak 10 = GodMode ( It gives you alot of hp boost making you invulnerable for 30 seconds )
* Kill Streak 15 = Nuke ( Kills everyone )
Yes, i did make the kill streaks difficult because i mean my people own at rockets so thats what i done... You may change the settings by going to the OnPlayerDeath section and under neath where you see
Code:
if(gKillStreak[killerid] == 3)
Each kill streak gives you cash. 25,000 to 100,000.
So the order is
KS1 = 25k
KS2 = 50k
KS3 = 75k
KS4 = 100k
It might be a basic filter script but its pretty useful and fun in my opinion
Now moving on to the commands. The commands are:
* /joinwar
* /startwar
* /endwar
* /useitem
* /leavewar
I'll be explaining those commands here:
Joinwar:
Joins the war but the war must be activated
by an rcon admin.
Startwar:
Player must be RCON to use this command. This command allows the war to begin
so players may /join war.
Endwar:
Player must be RCON to use this command. This command ends the war and so players cannot join till an RCON admin activates it by /Startwar.
Useitem:
Shows what kind of streak items you earned throughout dialog (New GUI by SA-MP plus theres a screenie :P look down!).
LeaveWar:
You leave the war. (kills you, resets your world boundaries, forces you to class selection and resets your virtual world.. ETC)
You can disable a persons name to this mini-game by inputting the name between the ""
Code:
Example: #define DISALLOWPLAYER "Lorenc" // XD
You will spawn as a army man with an RPG at the area51 deathmatch place.
There are 3 Hunters, 2 hydras and 3 rhinos. Btw there are world boundaries around area51 so go far away and get lost xD
Any bugs?? PM me and ill update the script with the fix!!!
Notes
This script has not been tested fully and stuff so look up ^^ and follow that and ill try my best to fix this.
Do not remove the credits.
Do not release a modified version.
ScreenShot:
(/useitem)
Credits:
Lorenc - (creating the script)
Whole [nB] Clan - Testing and informing me bugs.
[nB]Powers - (suggestions, bugs and fixes)
DracoBlue - (dcmd)
SAMP - For teaching me some new stuff in scripting, thx guys.
DOWNLOAD:
PASTEBIN: http://pastebin.com/QBe8pnUj
Your welcome to mirror Im pretty sure i uploaded the right script. If not tell me wats wrong. (via PM)
Sorry for bad English, if i did some mistakes forgive me..
You will experience other features by looking at the script.
Bye bye !! :P
-Lorenc