edit to uuid system

This commit is contained in:
Cooldude2606
2017-10-17 20:02:57 +01:00
parent 90a96ff7df
commit 642ab8641c

View File

@@ -75,8 +75,9 @@ end
function server.get_uuid(var)
if type(var) == 'string' then uuid = var..tostring(#global.exp_core.server.callback_queue)
else uuid = tostring(var)..tostring(#global.exp_core.server.callback_queue) end
uuid = string.tohex('uuid'..uuid)
server.refresh_uuid(uuid)
return string.tohex('uuid'..uuid)
return uuid
end
--update the time on a temp var or add it as a new one
function server.refresh_uuid(uuid,data,offset)