This is a simple UUID for MTA. You can generate unique ids using this resource.
- Download this resource
- Extract to your resources path
- Do not change the resource name
- /refresh
- /start uuid
The resource is now running!
You will use the exported function new
.
addCommandHandler("uuid", function(player)
local id = exports.uuid:new()
outputChatBox("Here's your ID: " .. id, player, 55, 255, 55)
end)