Forum

> > CS2D > General > 24k+ score in leaderboard
Forums overviewCS2D overviewGeneral overviewLog in to reply

English 24k+ score in leaderboard

22 replies
Page
To the start Previous 1 2 Next To the start

old Re: 24k+ score in leaderboard

saint-
User Off Offline

Quote
I think this bug has been reported already somewhere. If my memory serves me correctly, then this bug happens in the following constellation:

- Player plants the bomb.
- Player leaves the server.
- The bomb explodes.

> some other (random) player gets a weird high score.

old Re: 24k+ score in leaderboard

kerker
User Off Offline

Quote
As I see, players are not so often kills another players. So, most likely, the version that the players just laid a bomb and then left the server, true. However, it is possible that this somehow involved a third-party Lua scripts. Or user DC erred...

old Re: 24k+ score in leaderboard

AtomKuh
User Off Offline

Quote
@user kerker:
Like I said: Im only using these scripts

1
2
3
4
5
6
7
addhook("startround","money")
function money(id)
	local i
	for i=1,32 do
		parse("setmoney "..i.." 16000")
	end
end

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
addhook("say", "sayfunction")

function sayfunction(id, txt)
if(txt=="!rs") then
		if player(id,"deaths") > 0 or player(id,"score") > 0 then
parse("setscore  "..id.." 0")
parse("setdeaths "..id.." 0")
msg2(id,"\169201211209Score 0")
return 1
else
msg2(id,"\169201211209Error")
return 1
end
end
end
To the start Previous 1 2 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview