Jump to content

Dice

Members
  • Posts

    103
  • Joined

  • Last visited

Everything posted by Dice

  1. No I mean "admins", i notice some of them are logged in but their names are not on the admin chat, is this a bug? how do you reproduce it if so?
  2. I notice some people login and their name is not on the admin panel, how do you go about doing this? kind of like a come in invisible.
  3. Why isnt the chatbox coming out in color. function adminChat(thePlayer, commandName, text) local user = "user."..getAccountName ( getPlayerAccount ( thePlayer ) ) local playerName = getPlayerName ( thePlayer ) for id, player in ipairs ( aclGroupListObjects ( aclGetGroup ( "Admin" ) ) or aclGroupListObjects ( aclGetGroup ( "SuperModerator" ) ) ) do if player == user then outputChatBox( "#FF0000[#CCCCCCAdmin#FF0000] #FF0000".. playerName.. "#CCCCCC: #FF0000"..text, player, 255, 255, 255, true) end end end addCommandHandler( "achat", publicChat ) EDIT: matter of fact its not working at all...it just shows it to everyone not to admins only
×
×
  • Create New...