Advertisement
actuallykane

RedEM: RP settings

Dec 13th, 2019
1,531
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.55 KB | None | 0 0
  1. Config.ShowID = GetConvarInt("redemrp_showid", 1) -- true/false to set the player source ID showing on HUD
  2. Config.AdminCommands = GetConvarInt("redemrp_admincommands", 1) -- Enable/Disable Admin Commands
  3. Config.RevealMap = GetConvarInt("redemrp_revealmap", 1) -- REVEAL ALL OF THE MAP
  4. Config.Coords = GetConvarInt("redemrp_showcoords", 1) -- SHOW COORDS
  5. Config.ShowXPandLevel = GetConvarInt("redemrp_showlevel", 1) -- true/false to set the player XP AND LEVEL on HUD
  6. Config.pvp = GetConvarInt("redemrp_enablepvp", 1) -- true/false to enable or disable PVP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement