Bazoookaaa Posted March 11, 2012 Share Posted March 11, 2012 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? Link to comment
drk Posted March 11, 2012 Share Posted March 11, 2012 https://wiki.multitheftauto.com/wiki/Main_Page http://lua-users.org/wiki/Tutorial_Directory getElementsByType setElementData addCommandHandler Link to comment
TAPL Posted March 11, 2012 Share Posted March 11, 2012 function ShowID(player) outputChatBox("Your ID is: "..getElementData(player,"ID")),player,255,255,0) end addCommandHandler("id",ShowID) Link to comment
GanJaRuleZ Posted March 11, 2012 Share Posted March 11, 2012 You need to add a ID giving-system too Link to comment
TAPL Posted March 12, 2012 Share Posted March 12, 2012 You need to add a ID giving-system too Hi i wanna make an ID system for BaseMode servers Not needed, he are using BaseMode while ID system are already exist in BaseMode. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now