Forum

> > CS2D > General > CS2D Bug Reports
Forums overviewCS2D overviewGeneral overviewLog in to reply

English CS2D Bug Reports

2,043 replies
Page
To the start Previous 1 229 30 31102 103 Next To the start

old Re: CS2D Bug Reports

DC
Admin Off Offline

Quote
It is not really trying to add it. It's just giving you that message to make you aware that you should update.

old Re: CS2D Bug Reports

Mora
User Off Offline

Quote
I don't really know someone post it.. Mi ari to lazi ok.
There is video about bug, players playing while spect.
You will get it by watching carefuly (and max quality).
YouTube(click)

old Re: CS2D Bug Reports

Varna97
User Off Offline

Quote
@user Mora: That happened to me,the best solution was "say /retry".
And it caused by lag,when you both joined the same time.
It makes you see the player as spectator,but her/him self has joined a team (CT / T).
It always happen to me because of my $h!tty internet
As i told you before,the solution is reconnecting.

old Re: CS2D Bug Reports

Mora
User Off Offline

Quote
@user Varna97: dat player was in game before, he has score and being in spect mode, we've no join at the same time.

old Re: CS2D Bug Reports

Varna97
User Off Offline

Quote
user Mora has written
@user Varna97: dat player was in game before, he has score and being in spect mode, we've no join at the same time.

Did you reconnect?
I guess not.

old Re: CS2D Bug Reports

Mora
User Off Offline

Quote
Not, but:
@user Varna97: has written
And it caused by lag,when you both joined the same time.

@user Mora: has written
@user Varna97: dat player was in game before, he has score and being in spect mode, we've no join at the same time.

old Re: CS2D Bug Reports

Mora
User Off Offline

Quote
@user Varna97: are you don't want or can't understand me.
You sait it's happened when you both joined in the server at same time, but this guy was in game and has score before i join it (i've check for server details).

old Re: CS2D Bug Reports

Varna97
User Off Offline

Quote
@user Mora: I understand you,but i said it possible to happen when you both join the server at the same time,you didn't even reconnect to see if that is *glitch* or its just your net.

Admin/mod comment

Don't quote the user's post which is directly above you. /user GeoB99

old Re: CS2D Bug Reports

Hajt
User Off Offline

Quote
I added cs2d cmd mp_floodprot 0 to server.cfg and I think this doesn't work, because I can see in my logs:
Quote
[12:44:55] FLOOD WARNING: 109.98.52.xxx seems to flood msg type inforeq - ignoring.
[12:52:41] FLOOD WARNING: 109.98.52.xxx seems to flood msg type inforeq - ignoring.
[12:52:41] FLOOD WARNING: 109.98.52.xxx seems to flood msg type inforeq - ignoring.
[13:21:20] FLOOD WARNING: 185.14.135.xxx seems to flood msg type playerlist-detailed - ignoring.
[14:05:51] FLOOD WARNING: 88.156.213.xxx seems to flood msg type playerlist-detailed - ignoring.
[14:24:58] FLOOD WARNING: 79.172.226.xxx seems to flood msg type inforeq - ignoring.

old Re: CS2D Bug Reports

DC
Admin Off Offline

Quote
@user Talented Doge: You shouldn't respawn in the kill/die hook because your script actions will conflict with what CS2D is doing internally! Use a cs2d lua cmd timer for delayed execution of your respawn actions. You can even use a time of 0 ms for that.

This is a general problem which occurs in most cases when you're trying to do exactly the opposite of what CS2D normally does directly in the related hook.
edited 1×, last 09.08.15 10:28:26 am

old Re: CS2D Bug Reports

THEMUD
User Off Offline

Quote
@user Mami Tomoe: Of course it will disappear. You unchecked the Graphics check-box. Which removes every FX/GFX on the map.
This is a feature DC added, to generate your own maps creatively.

old Re: CS2D Bug Reports

DC
Admin Off Offline

Quote
@user THEMUD: Watch the video again closely. The actual problem is not about the sprite disappearing.
@user Mami Tomoe: Interesting find. Thanks, will add this to the todo.

old Re: CS2D Bug Reports

THEMUD
User Off Offline

Quote
@user GeoB99 found a bug, while he is doing his code.
And here is the code:
1
2
3
4
5
6
7
8
addhook("say","Examplebadword")
function Examplebadword(id, text)
	if (text == "fuck") 
		then
		msg2(id,"You said a bad word! You have been punish with a slay!")
		parse ("killplayer "..id)
	end
end
Everything was doing well, until he decided to add a bind to say 'fuck' automatically.
Here is his bind:
1
bind "x" "say fuck"

After he added that bind, he used to test it.
He tested it and it worked well, but when he clicks 'x' even when he is dying, he started to die again.

Here is an explanation video:
Click here to watch!

old Re: CS2D Bug Reports

ohaz
User Off Offline

Quote
@user THEMUD: Fix:
1
2
3
4
5
6
7
8
addhook("say","Examplebadword")
function Examplebadword(id, text)
     if (text == "fuck" && player(id, "health") > 0)
          then
          msg2(id,"You said a bad word! You have been punish with a slay!")
          parse ("killplayer "..id)
     end
end

old Re: CS2D Bug Reports

THEMUD
User Off Offline

Quote
@user ohaz: First of all, you should add 'and' instead of '&&'.
Second of all, I know it can be fixed with Lua. But I think the game itself should support this.
To the start Previous 1 229 30 31102 103 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview