Forum

> > CS2D > General > CS2D 0.1.2.0 Bugs report
Forums overviewCS2D overviewGeneral overviewLog in to reply

English CS2D 0.1.2.0 Bugs report

250 replies
Page
To the start Previous 1 212 13 Next To the start

old Re: CS2D 0.1.2.0 Bugs report

EngiN33R
Moderator Off Offline

Quote
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

old Re: CS2D 0.1.2.0 Bugs report

Flacko
User Off Offline

Quote
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

old Re: CS2D 0.1.2.0 Bugs report

Zurak
User Off Offline

Quote
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).
edited 3×, last 31.07.12 05:03:04 am

old Re: CS2D 0.1.2.0 Bugs report

Powermonger
User Off Offline

Quote
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

old Re: CS2D 0.1.2.0 Bugs report

palomino
User Off Offline

Quote
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.

old Re: CS2D 0.1.2.0 Bugs report

Suprise
BANNED Off Offline

Quote
user palomino has written
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.
To the start Previous 1 212 13 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview