Advertisement
Rawoas13

[LUA] [Script] Hardcamp

Jan 18th, 2020
461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.74 KB | None | 0 0
  1.  --Creator: Hass
  2. --Made in: 10/01/2020
  3. --Last update: 18/01/2020  
  4.    en = {
  5.         -- Init
  6.         welcome = "Welcome to <B>#Hardcamp</B>! Press H to check the commands.\n\tYou as admin: <I>/room *#hardcamp0%s</I>\n\tReport any issue to Hass#0000!",
  7.  
  8.         -- Info
  9.         skip = "<VP>%s</VP> just skipped the map!",
  10.         restart = "<VP>%s</VP> just restarted the current map!",
  11.         loadmap = "<VP>%s</VP> just loaded the map %s!",
  12.         settime = "The time has been set to %s minutes!",
  13.         setstandtime = "The standard time of all the rounds has been set to %s minutes!",
  14.         enabled = "enabled! Press <B>E</B> to put a checkpoint and <B>Shift+E</B> to remove it.",
  15.         difficulty = "Difficulty",
  16.  
  17.         -- Simple words
  18.         disabled = "disabled!",
  19.  
  20.         -- Menu
  21.         menu = {
  22.             [1] = {"%s", "\tThe difference between a regular Bootcamp and Hardcamp is that we accept harder maps or maps that need more thought to be completed. It's like a bit harder version of bootcamp for experienced players.\n\nIf you want to be a room admin to use some special commands, join your room: %s"},
  23.             [2] = {"Admin Commands", {
  24.                 [1] = {"\t<J>» Maps</J>\n", {
  25.                     [1] = "<VP>!%s</VP> - Pass the map!",
  26.                     [2] = "<VP>!%s</VP> - Reloads the current map!",
  27.                     [3] = "<VP>!%s</VP> <PS>@Code</PS> <R>or</R> <VP>!np <PS>@Code</PS></VP> - Loads a map!",
  28.                 }},
  29.                 [2] = {"\n\t<J>» Others</J>\n", {
  30.                     [1] = "<VP>!%s</VP> <PS>Time</PS> - Set the time of the current round",
  31.                     [2] = "<VP>!%s</VP> <PS>Time</PS> - Set the time of all the rounds",
  32.                     [3] = "<VP>!%s</VP> <PS>[[not] cheese]</PS> - Enables/Disables the checkpoint with or without cheese",
  33.                     [4] = "<VP>!%s</VP> <PS>[Password]</PS> - Sets/Unsets a password in the room",
  34.                 }},
  35.             }},
  36.             [3] = {"Keyboard Commands", {
  37.                 [1] = {"\t<J>» Checkpoint</J>\n", {
  38.                     [1] = "<VP>Key %s</VP> - Put a checkpoint",
  39.                     [2] = "<VP>Key %s</VP> - Remove a checkpoint",
  40.                 }},
  41.                 [2] = {"\n\t<J>» Others</J>\n", {
  42.                     [1] = "<VP>Key %s</VP> - Kill yourself",
  43.                     [2] = "<VP>Hold Key %s</VP> - Displays the time leaderboard for the current map",
  44.                     [3] = "<VP>!%s</VP> - Removes your cheese",
  45.                 }},
  46.             }},
  47.             [4] = {"Maps", "<J>Maps : %s\n\n\tAccess %s and send your map. Do not forget to read all the rules before!"},
  48.             [5] = {"Thanks for", "<R>%s <G>- <N>Developer\n%s <G>- <N>Map evaluators"},
  49.         },
  50.     },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement