--config must be beside TLex.lua, and The first line of TLex must be where TLex is located
--main paths
v_TLex=v_TLex_path
v_TLex_Settings=v_TLex.."/Settings"
v_TLex_Blacklist=v_TLex_folder.."/Blacklist"
v_TLex_Reports=v_TLex_folder.."/Reports"
v_TLex_Users=v_TLex_folder.."/Users"
v_TLex_Banned=v_TLex_folder.."/Banned"

--gui messages
v_TLex_syntax="Error: The correct syntax is " --if the syntax is incorrect return this substr
v_TLex_failauth="Error: Authentication is possible but has failed or not yet been provided." --if a user tries to execute a command than requires more auth
v_TLex_correction="Error: The requested resource could not be found, did you mean " --if a user types an unknown command symbol with a known command name
v_TLex_notfound="Error: The requested resource could not be found but may be available in the future." --if the user types an unknown command with a known command symbol
v_TLex_cloak="(CLOAK) "
--etc
v_TLex_tempsize=3 --number of temp values inside of custom lua (v_temp, v_temp2, v_temp3), if the temp size is 4 then you would have v_temp4

--custom executed messages
v_TLex_used="used" --Someone USED something.
v_TLex_on="on" --Someone used something ON player.

t_TLex_echo_after={}
t_TLex_echo_after["t"]="terrorist"
t_TLex_echo_after["ct"]="counter-terrorist"
t_TLex_echo_after["commands"]="commands"
t_TLex_echo_after["shortcuts"]="shortcuts"
t_TLex_echo_after["all"]="all"
t_TLex_echo_after["everything"]="everything"
t_TLex_echo_after["team"]="team"
t_TLex_echo_after["nothing"]="nothing"

t_TLex_echo_before={}
t_TLex_echo_before["on"]="enabled"
t_TLex_echo_before["off"]="disabled"

v_say_return=""

--custom player attributes (teamlocks, login info, stat info, etc)

v_lock={} --locks are temp in game, it will override any teamlocks
v_login={} 
v_blacklist={}
v_sayto={}
v_stat_hit={}
v_stat_shot={}
v_banflash={}
v_god={}
v_namelock={}
v_blind={}
v_color_say={}
v_level_say={}
v_poison={}
v_mute={}
v_blockadmin={}
v_glow={}
v_tree2={}
v_cloak={}
v_mouse={}
v_selfdestruct={}
v_awpcount={}
level={}
fblood=0

for v_temp=1,32 do
	v_lock[v_temp]=0 --0 not locked, 1 locked to t, 2 locked to ct, 3 locked to spec
	v_login[v_temp]={}
	v_login[v_temp]["user"]=""
	v_login[v_temp]["pass"]=""
	v_sayto[v_temp]=0 --setsayto player
	v_stat_hit[v_temp]=0
	v_stat_shot[v_temp]=0
	v_blacklist[v_temp]=false
	v_banflash[v_temp]=false
	v_god[v_temp]=false
	v_namelock[v_temp]=false
	v_blind[v_temp]=false
	v_color_say[v_temp]="empty"
	v_level_say[v_temp]="empty"
	v_poison[v_temp]=0
	v_mute[v_temp]=nil
	v_glow[v_temp]=nil
	v_tree2[v_temp]=nil
	v_cloak[v_temp]=false
	v_mouse[v_temp]=nil
	v_selfdestruct[v_temp]=nil
	level[v_temp]=0
end

v_teamlock={}
v_teamlock["t"]=false --since it is only 2 values (1,0) I made it a boolean
v_teamlock["ct"]=false

--clan name that changes (@con, @dust, etc)
v_clan="[Clan] "
v_clantag="%[Clan%]"
v_clanname="Clan"


v_clanwebsite="wwww.Clan.com"
v_command_clan="clan" --command for @clan, which shows the clan website
v_command_clancheck="clancheck" --command for @clancheck, which will toggle kicking nonclan users

v_rollthediceday=false --it is not the same as LaG's which is name detection, it is a variable :D

v_autobot=true --auto bot is on
v_antiawp=false
v_awp=true --awp not banned
v_scout=true --scout not banned
v_banip_reason=""
v_awplimit=15
v_automoney=true
v_echoprefix=""

v_say_list={"USER", "PWR-USER", "VIP", "MEMBER", "MODERATOR", "ADMIN", "-S-ADMIN"}
v_color_list={"000000000", "255192203", "128000191", "000000255", "000255000", "255000000", "255255255"}

v_infweap=false
v_nobuy=false
v_recentplayers={}
for v_temp=1,8 do
	v_recentplayers[v_temp]="--Empty--"
end
--colors
v_color={}

v_color["snow"]="255250250"
v_color["ghost"]="248248255"
v_color["blue"]="000000255"
v_color["smoke"]="245245245"
v_color["gainsboro"]="220220220"
v_color["floral"]="000000255"
v_color["lace"]="253245230"
v_color["linen"]="240240230"
v_color["papaya"]="	255239213"
v_color["almond"]="255235205"
v_color["bisque"]="255228196"
v_color["peach"]="000000255"
v_color["navajo"]="255222173"
v_color["moccasin"]="255228181"
v_color["cornsilk"]="255248220"
v_color["ivory"]="255255240"
v_color["lemon"]="255250205"
v_color["seashell"]="255245238"
v_color["honeydew"]="240255240"
v_color["cream"]="245255250"
v_color["azure"]="240255255"
v_color["lavender"]="230230250"
v_color["rose"]="255228225"
v_color["white"]="255255255"
v_color["black"]="000000000"
v_color["gray"]="190190190"
v_color["navy"]="000000128"
v_color["sky"]="135206250"
v_color["turquoise"]="000000255"
v_color["blue"]="000000255"
v_color["cyan"]="000255255"
v_color["cadet"]="095158160"
v_color["aquamarine"]="127255212"
v_color["olive"]="085107047"
v_color["spring"]="000255127"
v_color["green"]="000255127"
v_color["lawn"]="124252000"
v_color["chartreuse"]="127255000"
v_color["lime"]="050205050"
v_color["drab"]="107142035"
v_color["khaki"]="240230140"
v_color["goldenrod"]="218165032"
v_color["yellow"]="255255000"
v_color["gold"]="255215000"
v_color["indian"]="205092092"
v_color["saddle"]="139069019"
v_color["sienna"]="160082045"
v_color["peru"]="205133063"
v_color["burlywood"]="222184135"
v_color["beige"]="245245220"
v_color["wheat"]="245222179"
v_color["sandy"]="244164096"
v_color["tan"]="210180140"
v_color["chocolate"]="210105030"
v_color["firebrick"]="178034034"
v_color["brown"]="165042042"
v_color["salmon"]="250128114"
v_color["orange"]="255165000"
v_color["coral"]="255127080"
v_color["tomato"]="255099071"
v_color["red"]="255000000"
v_color["hot"]="255105180"
v_color["pink"]="255192203"
v_color["maroon"]="176048096"
v_color["violet"]="238130238"
v_color["plum"]="221160221"
v_color["orchid"]="218112214"
v_color["purple"]="160032240"
v_color["thistle"]="216191216"
v_color["indigo"]="111000255"

v_copyright=""


---custom wait times

--v_customwait["command_name"]={user,psw,vip,admin1,admin2,admin3,superadmin}

v_customwait={}

v_customwait["roll"]={30,25,20,15,10,5,0}
v_customwait["rollfor"]={30,25,20,15,10,5,0}
v_customwait["vote"]={30,25,20,15,10,5,0}
