You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lua/Lenny.lua
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,11 @@ Lennys Scripts by Lenny. (STEAM_0:0:30422103)
3
3
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/.
4
4
Credit to the author must be given when using/sharing this work or derivative work from it.
MsgC(Color(0,0,255), "\nIf you using the Workshop version of this addon or the download isn't available\nplease contact to creator (Lenny. STEAM_0:0:30422103) to update this Addon\n")
20
+
end
21
+
end,
22
+
function(error)
23
+
MsgC(Color(255,0,0), "\nError whilst checking version ("..error..") \n")
24
+
MsgC(Color(255,0,0), "\nYou are probably running a really outdated version of this addon\n")
25
+
MsgC(Color(255,0,0), "\nYou should download the latest version from here: https://github.com/LennyPenny/Lennys/archive/master.zip\n")
26
+
MsgC(Color(255,0,0), "\nIf that doesn't work please contact the creator of this Addon (Lenny. STEAM_0:0:30422103) \n")
0 commit comments