mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-01-01 05:01:40 +09:00
edit to uuid system
This commit is contained in:
@@ -75,8 +75,9 @@ end
|
|||||||
function server.get_uuid(var)
|
function server.get_uuid(var)
|
||||||
if type(var) == 'string' then uuid = var..tostring(#global.exp_core.server.callback_queue)
|
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
|
else uuid = tostring(var)..tostring(#global.exp_core.server.callback_queue) end
|
||||||
|
uuid = string.tohex('uuid'..uuid)
|
||||||
server.refresh_uuid(uuid)
|
server.refresh_uuid(uuid)
|
||||||
return string.tohex('uuid'..uuid)
|
return uuid
|
||||||
end
|
end
|
||||||
--update the time on a temp var or add it as a new one
|
--update the time on a temp var or add it as a new one
|
||||||
function server.refresh_uuid(uuid,data,offset)
|
function server.refresh_uuid(uuid,data,offset)
|
||||||
|
|||||||
Reference in New Issue
Block a user