Forum

> > CS2D > General > CS2D 0.1.2.0 Bugs report
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch CS2D 0.1.2.0 Bugs report

250 Antworten
Seite
Zum Anfang Vorherige 1 212 13 Nächste Zum Anfang

alt Re: CS2D 0.1.2.0 Bugs report

EngiN33R
Moderator Off Offline

Zitieren
cs2d lua cmd addhook fails in some cases. I'll write in code:

1
2
3
4
5
6
7
8
tbl={}
tbl[1]=function() print("test") end
addhook("second","tbl[1]") --causes 'attempt to call a nil value'

tbl={}
tbl[1]={}
tbl[1].test=function() print("test") end
addhook("second","tbl[1].test") --crashes CS2D without warning or error

alt Re: CS2D 0.1.2.0 Bugs report

Flacko
User Off Offline

Zitieren
Lua addhook doesn't work with number keys:
1
2
3
x = {}
x[1] = function() msg("a") end
addhook("second","x[1]") --> attempt to call nil value

Edit: Too late

alt Re: CS2D 0.1.2.0 Bugs report

Zurak
User Off Offline

Zitieren
So is the clientside angledif spam on tween_move with rotation going to affect server lag?

edit : also the room entity cant be triggered. and mode # 3 for images in lua does not work, tween move with image mode set as Mode 133-164 bugged(tween_rotates instead of moving).
3× editiert, zuletzt 31.07.12 05:03:04

alt Re: CS2D 0.1.2.0 Bugs report

Powermonger
User Off Offline

Zitieren
I'm not sure is this a bug or not, but I'm going to report it:

Here's my script:

1
2
3
4
5
6
7
8
9
addhook("reload","load")
function load(id,mode)
local wp = player(id,"weapontype")
if mode == 1 then
	if wp == 33 then
		msg("Reloading Your Aug!")
	end
end
end

When player reloads Aug, it should show message "Reloading Your Aug!", but it wont.
I tried other ways to show the message, but still nothing.

All other weapons work nicely, except Aug

alt Re: CS2D 0.1.2.0 Bugs report

palomino
User Off Offline

Zitieren
Don't have time to check whether this was reported or not, but sometimes on happy town and other servers like that building a Supply makes it spawn armor and molotov without being upgraded.

alt Re: CS2D 0.1.2.0 Bugs report

Suprise
BANNED Off Offline

Zitieren
user palomino hat geschrieben
Don't have time to check whether this was reported or not, but sometimes on happy town and other servers like that building a Supply makes it spawn armor and molotov without being upgraded.


You dude, meet with a hacker. Sad.
Zum Anfang Vorherige 1 212 13 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht