Forum

> > CS2D > General > Beta 0.1.2.0 Suggestions & Ideas
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch Beta 0.1.2.0 Suggestions & Ideas

1.972 Antworten
Seite
Zum Anfang Vorherige 1 295 96 97 98 99 Nächste Zum Anfang

alt Re: Beta 0.1.2.0 Suggestions & Ideas

DarkLight66
User Off Offline

Zitieren
I wanna suggest a lua command to get a table with all bot players in server, i know this can be done easily with lua, but i thought it should be on cs2d by default. It may be like :

• player(0,"tablebot"): a Lua table with all bot players IDs

and maybe another with all living bots, like:

• player(0,"botliving"): a Lua table with all living bot players IDs

alt Re: Beta 0.1.2.0 Suggestions & Ideas

Apache uwu
User Off Offline

Zitieren
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
_player=player
function player(id,value)
	if id==0 then
		if string.lower(value)=="tablebot" then
			local tmp={}
			for _,ids in ipairs(player(0,"table")) do
				if player(ids,"bot") then
					table.insert(tmp,ids)
				end
			end
			return tmp
		elseif string.lower(value)=="botliving" then
			local tmp={}
			for _,ids in ipairs(player(0,"tableliving")) do
				if player(ids,"bot") then
					table.insert(tmp,ids)
				end
			end
			return tmp
		end
		return false
	end
	return _player(id,value)
end

Would be nice to have it though in the cs2dlua library though.

alt Re: Beta 0.1.2.0 Suggestions & Ideas

Yates
Reviewer Off Offline

Zitieren
Route someone to the Internet. Say, menu, walkover, click whatever. I just want to be able to route someone to a certain site.

Down-side might be potential sites that contain viruses or whatever, but you could make a menu pop up with the link and a warning.

alt Re: Beta 0.1.2.0 Suggestions & Ideas

Tobey
User Off Offline

Zitieren
user Alistaire hat geschrieben
Nope, it's like 'mode = 0' to 'mode = 3' for fully scoped.


Actually, mode = 3 is only used at the laser, the snipers go with mode = 2 and other one-scope/change weapons mode = 1

alt Re: Beta 0.1.2.0 Suggestions & Ideas

WinterPwnd
User Off Offline

Zitieren
Something i would like to be possible, etility on top of an other etility, in other words more than 1 etility on a block of a map, when you scope with the awp, blur the area around, instead of black (by blur i dont mean baerly), add the looser´s smarter bots lua, add gungame as a gamemode, if its possible upgrade the shadows, they look awfull making them more darker just makes it crappier, explosive rounds for the zombie mod (when you hit the zombie the rounds explode and its slows it a bit, lasersight allso for the zombie mode, headshot (as that script that was made when you get killed fom a current angle you get headshotted), flashlight as far as i saw on this pre-release its just the alarm from the etilities-objective it would be better to use that from the script (cant renember the name of the guy), improve the vote menu since the old one is a bit... , add the lua that happy camper made (the admin one), make a bit more zombie maps or add some from the files in unrealsoftware, allso add some maps in clasic mode/construction allso from the unrealsoftware ones, i had a bit more ideas, but currently i cant renember.

alt Re: Beta 0.1.2.0 Suggestions & Ideas

Terror_22
User Off Offline

Zitieren
Maybe they don't know they exist.

I'ld recommend people to worry more about fixing actual bugs than trying to implement new ideas.
1× editiert, zuletzt 23.02.12 07:35:42
Zum Anfang Vorherige 1 295 96 97 98 99 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht