Compare commits
2 Commits
v1.2.17_hf
...
c49702c33b
Author | SHA1 | Date | |
---|---|---|---|
c49702c33b | |||
6244847b81 |
2
README.md
Normal file
2
README.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Leaderboard plugin for srb2kart
|
||||||
|
https://mb.srb2.org/addons/time-attack-leaderboard.3742/
|
@ -766,10 +766,10 @@ local function drawScroll(v, player, scoreTable, gui)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local x = 10
|
local x = 10
|
||||||
if #scoreTable > 10 then
|
if #scoreTable >= 10 then
|
||||||
x = x + 8
|
x = x + 8
|
||||||
end
|
end
|
||||||
if #scoreTable > 100 then
|
if #scoreTable >= 100 then
|
||||||
x = x + 8
|
x = x + 8
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user