Client Windows 10
Following command casues desync
Code: Select all
/c
local root2 = math.sqrt(2)
local x = -209.5 /root2
local y = 735.5/ root2
local angle = math.rad(45)
local qx = math.cos(angle)
local qy = math.sin(angle)
local rot_x = - qy * y + qx * x
game.print(rot_x + 472.5)
For client it prints: 0