Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local letarsCoor_red = {
- -- other = 215
- [10] = 179,
- [9] = 178,
- [8] = 176,
- [7] = 175,
- [6] = 174,
- [5] = 168,
- [4] = 162,
- [3] = 156,
- [2] = 150,
- [1] = 144,
- }
- function colorCountDown_whiteTored(count)
- if not(letarsCoor_red[count]) then
- letarsCoor_red[count] = 215
- end
- return letarsCoor_red[count]
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement