Quantcast
Channel: OTLand
Viewing all articles
Browse latest Browse all 32031

Add a log to an action

$
0
0
How can I add a log in a SQL table when executing any scripts in actions.

Additional Information:

IDNAME PLAYERDate 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

Viewing all articles
Browse latest Browse all 32031

Trending Articles