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