How can I add a log in a SQL table when executing any scripts in actions.
Additional Information:
Add a log to an action
Additional Information:
ID | NAME PLAYER | Date and Time |
Lua:
local playerPosition = {
{x = 247, y = 659, z = 13},
{x = 247, y = 660, z = 13},
{x = 247, y = 661, z = 13},
{x = 247, y = 662, z = 13}
}
local newPosition = {
{x = 189, y = 650, z = 13},
{x...
Add a log to an action