Jump to content

-RoCk-Alex

Members
  • Posts

    85
  • Joined

  • Last visited

Everything posted by -RoCk-Alex

  1. thx man you really solved the problem in less than a minute
  2. +++++++++++++SOLVED+++++++++++++
  3. yea dbug attempt to call global (getThisResource (nil value)
  4. My this script ain't working help please function showClientImage() JoinImg = guiCreateStaticImage( 0.0, 0.0, 1279.0, 770, "image.png", false ) setTimer(function () local alpha = guiGetAlpha(JoinImg) guiSetAlpha(JoinImg, alpha - 0.1) end, 500, 6) end addEventHandler( "onClientResourceStart", getResourceRootElement( getThisResource() ), showClientImage )
  5. It's client side script. You should indicate it in meta.xml. https://wiki.multitheftauto.com/wiki/Meta.xml I knew this was a client script and i had already indicated it in meta but still no use
  6. whenever i start the WarPanel that old hud starts showing i want that hud to be completely removed
  7. Dbug :-hud.lua:1: attempt to call global 'guiGetScreenSize' (a nil value)
  8. -RoCk-Alex

    Money HUD

    is there any way of replacing not creating new DX just replacing...?
  9. is there any script by which when a player jumps in water he Dies (need for a map)? please tell
  10. just figured it out came on topic to post it and saw your Post thanks man for your concern to the topic
  11. still not helping it not remove Hex code from scoreboard
  12. i just want to remove the hex code from the scoreboard this one not from whole server even from chat
  13. i think this will replace the whole name what i just want is to hide the hex codes from scoreboard
  14. Figured out the color problem myself now just one problem how to remove color code of name (#FFFFFF of name ) from scoreboard?
  15. man i tried replacing these in dxscoreboard_clientsettings.lua but no effect ["selection_color"] = { ["r"] = 82, ["g"] = 103, ["b"] = 188, ["a"] = 170 }, ["highlight_color"] = { ["r"] = 255, ["g"] = 255, ["b"] = 255, ["a"] = 50 }, ["header_color"] = { ["r"] = 100, ["g"] = 100, ["b"] = 100, ["a"] = 255 }, ["team_color"] = { ["r"] = 100, ["g"] = 100, ["b"] = 100, ["a"] = 100 }, ["border_color"] = { ["r"] = 100, ["g"] = 100, ["b"] = 100, ["a"] = 50 }, ["serverinfo_color"] = { ["r"] = 150, ["g"] = 150, ["b"] = 150, ["a"] = 255 }, ["content_color"] = { ["r"] = 255, ["g"] = 255, ["b"] = 255, ["a"] = 255 } } please
  16. can you please tell exactly where in scoreboard_client.lua
  17. How can i change scoreboard contents fonts and colour (like the Bg color Local player color) please help . give me the lines where i can change them please
  18. The problem was in admin resource i reinstalled server for this LOL Now its Fixed
  19. you downloaded it from community? if yes then you should add swamp points by yourself Or post the map code here
  20. Have you added Swamp points? if yes then check that each team must have at least 10 swamps point
  21. Help me the register command is disabled in my server i don't know how.. when people try to register they get a message saying please tell me how to fix it
  22. Got a better option for you go here and select any color you want http://www.allprofitallfree.com/color-wheel2.html Enjoy ! but in case you want only your car color use this #DAA520
×
×
  • Create New...