Hi, I'm try to get the Entity Owner Steam ID, but it gives to me xxxxxxxxxxxxxxxx6 instead xxxxxxxxxxxxxxxxx3.
Also tried with:Code:local blockOwner = tostring(block.OwnerID):format("%17.0f")
Code:local blockOwner = tostring(block.OwnerID):format("%.0f")Code:local blockOwner = block.OwnerID:ToString()
Solved Getting entity owner (ulong to string)? (Lua)
Discussion in 'Rust Development' started by azalea`, Feb 20, 2016.
-
Code:
local blockOwner = rust.OwnerIDFromEntity(block)
-