This script will log chat messages to the console (optional) and the log file (optional)
Let me know if there are any bugs (describe the bug)
Downloads
Github
Raw
1. open 'chat_log.lua'
2. there should be four variables with a description beside
3. if you don't want an option to be true, change it to false
Ex:
this will log the time:
local time_stamp = true -- log time?
this will not log the time:
local time_stamp = false -- log time?
2. there should be four variables with a description beside
3. if you don't want an option to be true, change it to false
Ex:
this will log the time:
local time_stamp = true -- log time?
this will not log the time:
local time_stamp = false -- log time?
1. create a txt in the lua folder and name it 'chat_log'
2. change .txt to .lua
3. paste the code inside 'chat_log.lua' and save the file
2. change .txt to .lua
3. paste the code inside 'chat_log.lua' and save the file
Let me know if there are any bugs (describe the bug)
Downloads
Github
Raw
Последнее редактирование: