Today I release my Random Round Mod.
Description:
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
Example1
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
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:
InstallGo to sys/lua
Open "server.lua"
In this file write this:
1
dofile('sys/lua/randomround.lua')
LicenseYou 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 12:15:02 pm
Approved by Starkkz
Download
5 kb, 1,886 Downloads
Random Rounds Mod v1.0
47 like it!
Offline


