Jump to content

[HELP] Refferal Ids System


Recommended Posts

ID = {} 

exports.scoreboard:addScoreboardColumn("id",root, 20, "id", 1)

addEventHandler("onPlayerJoin", root, function () 
       for i=0, getMaxPlayers() do 
           if not ID[i] then
              ID[i] = source 
              setElementData(source, "id", i) 
           end 
        end
    end) 

 

Edited by Dimos7
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...