BlackPoop Posted January 3, 2013 Share Posted January 3, 2013 Hey all I created a local server to play with my friends there also i want to make it as good as i can.So i downloaded a lots of scripts but i need help with 1 script. I need help with loggedadmin script.Script wich shows the staff/admin when he logs in.So it shows it at the chatbox but i want in the right down of the screen.I tried some things but it wont work. function login() if isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Big.Admin")) then outbutChatbox("* #000000[ #C11B17Head Admin #000000] #ff0000" .. getPlayerName(source) .. "#000000, #00bbcc Has logged in.", getRootElement(), 255,0,0, true) -- elseif isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Admin")) then outbutChatbox("#000000 #00bbccStaff #000000 #00bbcc" .. getPlayerName(source) .. "#000000 #00bbcc logged in.", getRootElement(), 255,0,0, true) end -- The End of " if " end -- The End of " function login " addEventHandler("onPlayerLogin", getRootElement(), login) It`s the script and i want it to show the admins logged in in the down right side of the screen Please help if you can i really need it.Thank you Link to comment
Castillo Posted January 3, 2013 Share Posted January 3, 2013 You don't want to show it on the chat box? that's what you mean? Link to comment
BlackPoop Posted January 3, 2013 Author Share Posted January 3, 2013 Wait,i will post a SS now so you can understand me. Link to comment
BlackPoop Posted January 3, 2013 Author Share Posted January 3, 2013 That`s what i need.I want that [CSR]TheMaster logged in thing in right down of my screen.So everyone can see it there Link to comment
BlackPoop Posted January 3, 2013 Author Share Posted January 3, 2013 Use textCreateTextItem Where to write textCreateTextItem ? i deleted outputChatBox and writed textCreateTextItem it won`t work. 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