Marlingaming

CC Tweaked CCSPS 2.0.0 - Update Version Set

Feb 7th, 2022 (edited)
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local LatestVersion = "2.0.0"
  2. local Disc = "n"
  3. settings.load(".settings")
  4. if settings.get("ClientVersion") ~= LatestVersion then
  5. shell.run("os/System/Programs/UpdateMenu","ShowNewUpdate",LatestVersion,Disc)
  6. end
  7.  
Add Comment
Please, Sign In to add comment