tweak: bump artifacts to 7791 + chop shop dlc

This commit is contained in:
Jacob
2024-03-30 04:41:16 +00:00
parent 313284ad43
commit 22992114c4
43 changed files with 5 additions and 5 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+3 -3
View File
@@ -51,7 +51,7 @@ Citizen.CreateThread(function()
local ava = avatarss[id];
if (count < (pageSize * pageCount) and counter >= curCount) then
if (pingss[id] ~= nil and playerNames[id] ~= nil and discordNames[id] ~= nil) then
if pingss[id] < 60 then
if pingss[id] < 75 then
left = left .. '<tr class="player-box">' ..
'<td><img class="img-fluid rounded-circle" src="' .. ava .. '" />' .. discordNames[id]:gsub("<", ""):gsub(">", "") .. '</td>' ..
"<td>" .. playerNames[id]:gsub("<", ""):gsub(">", "") .. "</td>" ..
@@ -59,7 +59,7 @@ Citizen.CreateThread(function()
"<td class='ping-good'>" .. pingss[id] .. "ms</td>" ..
"</tr>";
end
if pingss[id] >= 60 and pingss[id] < 90 then
if pingss[id] >= 75 and pingss[id] < 150 then
left = left .. '<tr class="player-box">' ..
'<td><img class="img-fluid rounded-circle" src="' .. ava .. '" />' .. discordNames[id]:gsub("<", ""):gsub(">", "") .. '</td>' ..
"<td>" .. playerNames[id]:gsub("<", ""):gsub(">", "") .. "</td>" ..
@@ -67,7 +67,7 @@ Citizen.CreateThread(function()
"<td class='ping-warn'>" .. pingss[id] .. "ms</td>" ..
"</tr>";
end
if pingss[id] >= 90 then
if pingss[id] >= 150 then
left = left .. '<tr class="player-box">' ..
'<td><img class="img-fluid rounded-circle" src="' .. ava .. '" />' .. discordNames[id]:gsub("<", ""):gsub(">", "") .. '</td>' ..
"<td>" .. playerNames[id]:gsub("<", ""):gsub(">", "") .. "</td>" ..
File diff suppressed because one or more lines are too long
BIN
View File
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -11,7 +11,7 @@ set sv_endpoints "api.thatguyjacobee.com:30120"
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"
sv_maxclients 64
set sv_enforceGameBuild 2944 #mp2023_01 - San Andreas Mercenaries
set sv_enforceGameBuild 3095 #mp2023_02 - The Chop Shop
set steam_webApiKey 0C034D20C57C8D6C5A8EED855916981F
sv_licenseKey cfxk_QiCs7LK9l1BlziZvCuQc_1awY0v
#sv_endpointprivacy true
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.