Jump to content

//_Dragon

Members
  • Posts

    214
  • Joined

  • Last visited

Everything posted by //_Dragon

  1. Problem in debugscript with '#' or ')'
  2. Wont worke dude look at the pic http://imgur.com/1kPSpKv Problem in outputchatbox i think
  3. The problem is in outputchatbox
  4. function globalMessage(thePlayer, cmd, ...) local message = table.concat ( { ... }, " " ) local chat = "#FF0000[Local]" local name = getPlayerName(thePlayer) local r,g,b = getPlayerNametagColor ( thePlayer ) -- add outputChatBox("..chat.. "..name..": #ffffff"..message, getRootElement(), r, g, b, true) end addCommandHandler("Local", globalMessage) Nah doesnt work it show only nametag player
  5. function globalMessage(thePlayer, cmd, ...) local message = table.concat ( { ... }, " " ) local chat = "#FF0000[Local]" local name = getPlayerName(thePlayer) local r,g,b = getPlayerNametagColor ( thePlayer ) outputChatBox(" "#FF0000[Local]" "..name..": #ffffff"..message, getRootElement(), r, g, b, true) end addCommandHandler("Local", globalMessage) debuscript 3 : Loading script failed: Local\server.lua:6: ')' expected near '#' Problem with ")" i think :3 help ?
  6. Doesnt worke bro Nametagcolor take same color's [local]
  7. tagplayername has changed to red too
  8. But dude i join server & i see the owner has make the [local] with color yellow & nametagplayer it's different u wanna see pic ?
  9. No problem is there just i want add color in [Local] with out adding any color in ( "..name.." ) u understand dude ?
  10. Work perfect thanks but i want add color in [local] like Ex : #FF0000[Local] "..name.." but when i do it nameplayer too has taked the color ( red #FF0000 )
  11. Bro ur code is not working mine is working Only i have problem in getPlayerNameTagcolor i hope some one fixe it
  12. Debugscript problem in GetPlayerNametagColor http://imgur.com/WZ5fBPD function globalMessage(thePlayer, cmd, ...) local message = table.concat ( { ... }, " " ) local name = getPlayerName(thePlayer) local r,g,b = getPlayerNametagColor (player) outputChatBox("(Local) "..name..": #ffffff"..message, getRootElement(), r, g, b, true ) end addCommandHandler("Local", globalMessage)
  13. Hey , i want add namecolor player in this script like when player namecolor has color blue when he talk to chat his name blue will be showing with the color blue
  14. i mean like that i want make mod http://imgur.com/cgz4vTT http://imgur.com/7VyxjfC Thats for VIP acl acc exemple
  15. I make it server but doesnt worke & i made it client but doesnt worke too nothen in debugscript
  16. is possible to make some vehicles only for staff ? when player wanna take hydra from he can't he will see message in chat [ you can't get this Only staff can ] ??
×
×
  • Create New...