edit again

This commit is contained in:
Cooldude2606
2017-10-17 20:04:43 +01:00
parent 642ab8641c
commit d6ab0d5743

View File

@@ -73,8 +73,8 @@ function server.clear_callbacks()
end
-- converts any value into the uuid the script will use
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
if type(var) == 'string' then uuid = var
else uuid = tostring(var) end
uuid = string.tohex('uuid'..uuid)
server.refresh_uuid(uuid)
return uuid