Advertisement
poxipox

Untitled

Nov 6th, 2023
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. local letarsCoor_red = {
  2.  -- other = 215
  3.     [10] = 179,
  4.     [9] = 178,
  5.     [8] = 176,
  6.     [7] = 175,
  7.     [6] = 174,
  8.     [5] = 168,
  9.     [4] = 162,
  10.     [3] = 156,
  11.     [2] = 150,
  12.     [1] = 144,
  13. }
  14.  
  15. function colorCountDown_whiteTored(count)
  16.     if not(letarsCoor_red[count]) then
  17.         letarsCoor_red[count] = 215
  18.     end
  19.     return letarsCoor_red[count]
  20. end
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement