Skip to content

androksi/mtasa-uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UUID for MTA

This is a simple UUID for MTA. You can generate unique ids using this resource.

How to install

  • Download this resource
  • Extract to your resources path
  • Do not change the resource name
  • /refresh
  • /start uuid

The resource is now running!

How to use

You will use the exported function new.

Example (Server-side)

addCommandHandler("uuid", function(player)
    local id = exports.uuid:new()
    outputChatBox("Here's your ID: " .. id, player, 55, 255, 55)
end)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages