Dateien

> > CS2D > Lua Scripts > Random Rounds Mod v1.0
DateiübersichtCS2D-ÜbersichtLua Scripts-Übersicht

Englisch Random Rounds Mod v1.0 >

66 Kommentare5 kb, 1.466 Downloads

alt 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!
1× editiert, zuletzt 19.06.11 14:15:02
Zugelassen von Starkkz

Download Download

5 kb, 1.466 Downloads

Kommentare

66 Kommentare
Seite
Zum Anfang Vorherige 1 2 3 4 Nächste Zum Anfang

Logge dich ein!

Du musst dich einloggen, um selber Kommentare verfassen zu können!Einloggen

alt

-Cara-
User Off Offline

Cool!
Very good
Im edit it ok?
Ich mag es!
1× editiert, zuletzt 19.06.11 16:21:20

alt

Hador
User Off Offline

wow, this is really awesome!

I always wanted a lua like that on my server.
Ich mag es!

alt

CallMeTom
User Off Offline

YES! i waited for this script thx!
Ich mag es!

alt

Infinite Rain
Reviewer Off Offline

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

alt

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?
Zum Anfang Vorherige 1 2 3 4 Nächste Zum Anfang