Jump to content

ID system


Bazoookaaa

Recommended Posts

Posted

Hi i wanna make an ID system for BaseMode servers when you use the command /id outputs a message for you saying Your ID is: X because in my server i add people when dies and no all of the players knows his ID so how can i do this? :):):)

Posted
function ShowID(player) 
outputChatBox("Your ID is: "..getElementData(player,"ID")),player,255,255,0) 
end 
addCommandHandler("id",ShowID) 

Posted
You need to add a ID giving-system too xD:)
Hi i wanna make an ID system for BaseMode servers

Not needed, he are using BaseMode while ID system are already exist in BaseMode.

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...