Jump to content

//_Dragon

Members
  • Posts

    214
  • Joined

  • Last visited

Everything posted by //_Dragon

  1. /: DOESNT WORK !!!
  2. Problem in debugscript with '#' or ')'
  3. Wont worke dude look at the pic http://imgur.com/1kPSpKv Problem in outputchatbox i think
  4. The problem is in outputchatbox
  5. 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
  6. 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 ?
  7. Doesnt worke bro Nametagcolor take same color's [local]
  8. tagplayername has changed to red too
  9. But dude i join server & i see the owner has make the [local] with color yellow & nametagplayer it's different u wanna see pic ?
  10. Nah dude
  11. No problem is there just i want add color in [Local] with out adding any color in ( "..name.." ) u understand dude ?
  12. 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 )
  13. Bro ur code is not working mine is working Only i have problem in getPlayerNameTagcolor i hope some one fixe it
  14. 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)
  15. Not working dude help ?
  16. 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
  17. Help !??
  18. Ok but idk how i can found the gui
  19. ???? any help
  20. i mean like that i want make mod http://imgur.com/cgz4vTT http://imgur.com/7VyxjfC Thats for VIP acl acc exemple
  21. I make it server but doesnt worke & i made it client but doesnt worke too nothen in debugscript
  22. server or client ?
  23. 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 ] ??
  24. Any one help me ?????
×
×
  • Create New...