Files

> > CS2D > Lua Scripts > Random Rounds Mod v1.0
Files overviewCS2D overviewLua Scripts overview

English Random Rounds Mod v1.0 >

66 comments5 kb, 1,463 Downloads

old Random Rounds Mod v1.0

Infinite Rain
Reviewer Off Offline

Hello guys,
Today I release my Random Round Mod.

>Description:
Spoiler >


>Features:
∗You can set round name
∗You can set round weapons
∗You can set round weapon with infinity ammo
∗You can set round spawn position to T/CT
∗You can set weapons that will be on the ground

>Example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
round[14] = {
	round_name = "Gas Ownage Round",
	items = {72},
	set_weapon = 72,
	inf_weapons = {72},
	Tspawns = {
		[1] = {38, 61},
		[2] = {38, 62},
		[3] = {38, 63},
		[4] = {38, 64},
		[5] = {38, 65},
		[6] = {38, 66},
		[7] = {38, 67},
		[8] = {38, 68},
	},
	CTspawns = {
		[1] = {62, 61},
		[2] = {62, 62},
		[3] = {62, 63},
		[4] = {62, 64},
		[5] = {62, 65},
		[6] = {62, 66},
		[7] = {62, 67},
		[8] = {62, 68},
	},
	floor_items = {
		[1] = {40, 50, 64},
		[2] = {40, 50, 65},
	},
}

>Info:
Spoiler >


>Install
Go to sys/lua
Open "server.lua"
In this file write this:
1
dofile('sys/lua/randomround.lua')

> License
You can edit it
You can upload it (give credits to me!)
You cant say it yours

Enjoy my mod!
edited 1×, last 19.06.11 02:15:02 pm
Approved by Starkkz

Download Download

5 kb, 1,463 Downloads

Comments

66 comments
Page
To the start Previous 1 2 3 4 Next To the start

Log in!

You need to log in to be able to write comments!Log in

old

-Cara-
User Off Offline

Cool!
Very good
Im edit it ok?
I like it!
edited 1×, last 19.06.11 04:21:20 pm

old

Hador
User Off Offline

wow, this is really awesome!

I always wanted a lua like that on my server.
I like it!

old

CallMeTom
User Off Offline

YES! i waited for this script thx!
I like it!

old

Infinite Rain
Reviewer Off Offline

Means in different rounds will be different spawn, weapons, armors ETC

old

DannyDeth
User Off Offline

Arrays are indexed at [0], why no love for it?
Anyway, do you mind giving a better description? What do you mean by rounds?
To the start Previous 1 2 3 4 Next To the start