Advertisement
Lukyspore

sh_language.lua

Oct 4th, 2022
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.85 KB | None | 0 0
  1. Vanish.Language = Vanish.Language or {}
  2.  
  3. Vanish.Language = {
  4.     en = {
  5.         DisguiseDesc = [[Disguise mode lets you change your name and SteamID to your liking.
  6. You can grab any SteamID of Steam and disguise as that person.
  7.  
  8. Players playing on your server won't know the difference between you and the real person.]],
  9.        VanishDesc = [[Vanish mode completely hides you from the players on your server.
  10. It makes you undetectable and lets you efficiently monitor your players and your staff team.
  11.  
  12. You won't be shown on the scoreboard, your name will be empty and if you combine it with a cloak it makes you completely hidden from everyone.]],
  13.         DisguiseBtn = "Disguise",
  14.         StopDisguiseBtn = "Stop Disguising",
  15.         VanishBtn = "Vanish",
  16.         StopVanishBtn = "Stop Vanishing",
  17.         DescriptionTitle = "Description"
  18.     }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement