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
UI_Radio_IncreaseStepSize = "Hold 'Run' key to increase step size."
1062
-
UI_ServerOptionDesc_AddUser = "Use this command to add a new user in a whitelisted server, use : /adduser \"username\" \"pwd\"",
1066
+
UI_ServerOptionDesc_AddUser = "Use this command to add a new user to a whitelisted server. Use: /adduser \"username\" \"pwd\"",
1063
1067
UI_ServerOptionDesc_Save = "Save the current world",
1064
-
UI_ServerOptionDesc_Quit = "Quit the server (but save it before)",
1065
-
UI_ServerOptionDesc_Alarm = "Sound a building alarm at the admin's position. Must be in a room.",
1066
-
UI_ServerOptionDesc_Chopper = "Start the choppers (do noise on a random player)",
1067
-
UI_ServerOptionDesc_Gunshot = "Start a gunshot (do noise on a random player)",
1068
+
UI_ServerOptionDesc_Quit = "Save and quit the server",
1069
+
UI_ServerOptionDesc_Alarm = "Sound a building alarm at the Admin's position. (Must be in a room.)",
1070
+
UI_ServerOptionDesc_Chopper = "Place a helicopter event on a random player",
1071
+
UI_ServerOptionDesc_Gunshot = "Place gunshot sounds on a random player",
1068
1072
UI_ServerOptionDesc_StartRain = "Start rain on the server",
1069
1073
UI_ServerOptionDesc_StopRain = "Stop rain on the server",
1070
-
UI_ServerOptionDesc_Thunder = "use: /thunder start or /thunder stop",
1071
-
UI_ServerOptionDesc_ReloadOptions = "Reload the options on the server (ServerOptions.ini) and send them to the clients",
1072
-
UI_ServerOptionDesc_BanUser = "Ban a user, add a -ip to also ban his ip, add a -r \"reason\" to specify a reason for the ban, use : /banuser \"username\" -ip -r \"reason\", ex /banuser \"rj\" -ip -r \"spawn kill\"",
1073
-
UI_ServerOptionDesc_UnBanUser = "Unban a player, use : /unbanuser \"username\"",
1074
-
UI_ServerOptionDesc_Kick = "Kick a user, add a -r \"reason\" to specify a reason for the kick, use : /kickuser \"username\" -r \"reason\"",
1075
-
UI_ServerOptionDesc_AddAllWhitelist = "Add all the current users connected with a password in the whitelist, so their account is protected.",
1076
-
UI_ServerOptionDesc_AddWhitelist = "Add the user connected with a password in the whitelist, so his account is protected, use : /addusertowhitelist \"username\"",
1077
-
UI_ServerOptionDesc_RemoveWhitelist = "Remove the user from the whitelist, use: /removeuserfromwhitelist \"username\"",
1078
-
UI_ServerOptionDesc_ShowOptions = "Show the list of current Server options with their values.",
1079
-
UI_ServerOptionDesc_ChangeOptions = "Use this to change a server option, use : /changeoption optionName \"newValue\"",
1080
-
UI_ServerOptionDesc_GodMod = "Set a player invincible, if no username set it make you invincible, if no value it toggle it, use : /godmode \"username\" -value, ex /godmode \"rj\" -true (could be -false)",
1081
-
UI_ServerOptionDesc_Invisible = "Set a player invisible zombie will ignore him, if no username set it make you invisible, if no value it toggle it, use : /invisible \"username\" -value, ex /invisible \"rj\" -true (could be -false)",
1082
-
UI_ServerOptionDesc_AddItem = "Add an item to a player, if no username is given the item will be added to you, count is optional, use /additem \"username\" \"module.item\" count, ex : /additem \"rj\" \"Base.Axe\" count",
1083
-
UI_ServerOptionDesc_AddVehicle = "Spawn a new vehicle, use: /addvehicle \"script\" \"user or x,y,z\", ex /addvehicle \"Base.VanAmbulance\" \"rj\"",
1084
-
UI_ServerOptionDesc_CreateHorde = "Use this to spawn a horde near a player, use : /createhorde count \"username\", ex /createhorde 150 \"rj\", username is optional except from the server console.",
1085
-
UI_ServerOptionDesc_Players = "List the players connected",
1086
-
UI_ServerOptionDesc_ServerMsg = "Use this to broadcast a message to all connected players, use : /servermsg my message !",
1087
-
UI_ServerOptionDesc_AddXp = "Add experience points to a player, use : /addxp \"playername\" perkname=xp, ex /addxp \"rj\" Woodwork=2",
1088
-
UI_ServerOptionDesc_Teleport = "Teleport to a player, once teleported, wait 2 seconds to show map, use : /teleport \"playername\" or /teleport \"player1\" \"player2\", ex /teleport \"rj\" or /teleport \"rj\" \"toUser\"",
1089
-
UI_ServerOptionDesc_SendPulse = "Toggle sending server performance info to this client, use : /sendpulse",
1090
-
UI_ServerOptionDesc_NoClip = "A player with noclip won't collide on anything, if no value it toggle it, use : /noclip \"username\" -value, ex /noclip \"rj\" -true (could be -false)",
1091
-
UI_ServerOptionDesc_BanSteamId = "Ban a SteamID, use : /banid SteamID",
1092
-
UI_ServerOptionDesc_UnBanSteamId = "Unban a SteamID, use : /unbanid SteamID",
1093
-
UI_ServerOptionDesc_ReloadLua = "Reload a Lua script, use : /reloadlua \"filename\"",
1094
-
UI_ServerOptionDesc_Connections = "Displays info about all connections",
1095
-
UI_ServerOptionDesc_TeleportTo = "Teleport to coordinates, use: /teleportto x,y,z, ex /teleportto 100098,189980,0",
1096
-
UI_ServerOptionDesc_SetAccessLevel = "Use it to set new access level to a player, acces level: admin, moderator, overseer, gm, observer. use : /setaccesslevel \"username\" \"accesslevel\", ex: /setaccesslevel \"rj\" \"moderator\"",
1097
-
UI_ServerOptionDesc_ChangePwd = "Use this command to change your password, use : /changepwd \"previouspwd\" \"newpwd\"",
1098
-
UI_ServerOptionDesc_Roll = "If you have a dice, you can roll a random number (up to 100), use /roll 6",
1099
-
UI_ServerOptionDesc_Card = "If you have a card deck, you can draw a random card, use /card",
1100
-
UI_ServerOptionDesc_VoiceBan = "Block voice from user \"username\", use : /voiceban \"username\" -value, ex /voiceban \"rj\" -true (could be -false)",
1101
-
UI_ServerOptionDesc_Help = "Help",
1102
-
UI_ServerOptionDesc_SafeHouse = "Release a safehouse you are the owner of, use : /releasesafehouse",
1074
+
UI_ServerOptionDesc_Thunder = "Use /thunder start and /thunder stop",
1075
+
UI_ServerOptionDesc_ReloadOptions = "Reload server options (ServerOptions.ini) and send to the clients",
1076
+
UI_ServerOptionDesc_BanUser = "Ban a user. Add a -ip to also ban the IP. Add a -r \"reason\" to specify a reason for the ban. Use: /banuser \"username\" -ip -r \"reason\". For example: /banuser \"rj\" -ip -r \"spawn kill\"",
1077
+
UI_ServerOptionDesc_UnBanUser = "Unban a player. Use : /unbanuser \"username\"",
1078
+
UI_ServerOptionDesc_Kick = "Kick a user. Add a -r \"reason\" to specify a reason for the kick. Use: /kickuser \"username\" -r \"reason\"",
1079
+
UI_ServerOptionDesc_AddAllWhitelist = "Add all the current users who are connected with a password to the whitelist, so their account is protected.",
1080
+
UI_ServerOptionDesc_AddWhitelist = "Add a user connected with a password to the whitelist, so their account is protected. Use: /addusertowhitelist \"username\"",
1081
+
UI_ServerOptionDesc_RemoveWhitelist = "Remove a user from the whitelist. Use: /removeuserfromwhitelist \"username\"",
1082
+
UI_ServerOptionDesc_ShowOptions = "Show the list of current server options and values.",
1083
+
UI_ServerOptionDesc_ChangeOptions = "Change a server option. Use: /changeoption optionName \"newValue\"",
1084
+
UI_ServerOptionDesc_GodMod = "Make a player invincible. If no username is set, then you will become invincible. Use: /godmode \"username\" -value, ex /godmode \"rj\" -true (could be -false)",
1085
+
UI_ServerOptionDesc_Invisible = "Make a player invisible to zombies. If no username is set then you will become invisible. Use: /invisible \"username\" -value, ex /invisible \"rj\" -true (could be -false)",
1086
+
UI_ServerOptionDesc_AddItem = "Give an item to a player. If no username is given then you will receive item. Count is optional. Use: /additem \"username\" \"module.item\" count, ex : /additem \"rj\" \"Base.Axe\" count",
1087
+
UI_ServerOptionDesc_AddVehicle = "Spawn a vehicle. Use: /addvehicle \"script\" \"user or x,y,z\", ex /addvehicle \"Base.VanAmbulance\" \"rj\"",
1088
+
UI_ServerOptionDesc_CreateHorde = "Spawn a horde near a player. Use : /createhorde count \"username\", ex /createhorde 150 \"rj\", username is optional except from the server console.",
1089
+
UI_ServerOptionDesc_Players = "List all connected players",
1090
+
UI_ServerOptionDesc_ServerMsg = "Broadcast a message to all connected players. Use: /servermsg my message !"
1091
+
UI_ServerOptionDesc_AddXp = "Give experience points to a player. Use: /addxp \"playername\" perkname=xp, ex /addxp \"rj\" Woodwork=2",
1092
+
UI_ServerOptionDesc_Teleport = "Teleport to a player. Once teleported, wait two seconds for map to appear. Use: /teleport \"playername\" or /teleport \"player1\" \"player2\", ex /teleport \"rj\" or /teleport \"rj\" \"toUser\"",
1093
+
UI_ServerOptionDesc_SendPulse = "Toggle sending server performance info to this client. Use: /sendpulse",
1094
+
UI_ServerOptionDesc_NoClip = "Makes a player pass through walls and structures. Toggles with no value. Use: /noclip \"username\" -value, ex /noclip \"rj\" -true (could be -false)",
1095
+
UI_ServerOptionDesc_BanSteamId = "Ban a SteamID. Use: /banid SteamID",
1096
+
UI_ServerOptionDesc_UnBanSteamId = "Unban a SteamID. Use: /unbanid SteamID",
1097
+
UI_ServerOptionDesc_ReloadLua = "Reload a Lua script. Use: /reloadlua \"filename\"",
1098
+
UI_ServerOptionDesc_Connections = "Displays information on all connections",
1099
+
UI_ServerOptionDesc_TeleportTo = "Teleport to coordinates. Use: /teleportto x,y,z, ex /teleportto 100098,189980,0",
1100
+
UI_ServerOptionDesc_SetAccessLevel = "Set access level of a player. Current levels: admin, moderator, overseer, gm, observer. Use: /setaccesslevel \"username\" \"accesslevel\", ex: /setaccesslevel \"rj\" \"moderator\"",
UI_ServerOptionDesc_Roll = "If you have dice, you can roll a random number - up to 100. Use: /roll 6",
1103
+
UI_ServerOptionDesc_Card = "If you have a card deck, you can draw a random card. Use: /card",
1104
+
UI_ServerOptionDesc_VoiceBan = "Block voice from user \"username\". Use : /voiceban \"username\" -value, ex /voiceban \"rj\" -true (could be -false)",
1105
+
UI_ServerOptionDesc_Help = "Help",
1106
+
UI_ServerOptionDesc_SafeHouse = "Release a safehouse you own. Use: /safehouse release",
1103
1107
UI_ServerOptions_SpawnRegionFile1 = "-- This file was automatically generated when the server was first started.",
1104
1108
UI_ServerOptions_SpawnRegionFile2 = "-- Clients connecting to the server can choose to spawn in one of the following spawn regions.",
1105
1109
UI_ServerOptions_SpawnRegionFile3 = "-- The administrator can add as many different spawn regions as he/she wants.",
1106
-
UI_ServerOptions_SpawnRegionFile4 = "-- It defines a custom spawn point that spawns the player in Twiggy's Bar in West Point.",
1110
+
UI_ServerOptions_SpawnRegionFile4 = "-- Defines a custom spawn point that spawns the player in Twiggy's Bar in West Point.",
1107
1111
UI_ServerOptions_SpawnRegionFile5 = "Uncomment the line below to add a custom spawnpoint for this server.",
1112
+
UI_ServerOptionDesc_NightModifier = "Set night length modifier. 1.0 = normal, 0.5 = half, 0.0 = no night. Use: /nightlengthmodifier <delta>",
1113
+
UI_ServerOptionDesc_Disconnect = "Kicks a client according to their connection number. Connection numbers can be seen through /connections. Use: /disconnect index, ex /disconnect 2",
0 commit comments