Jump to content

TrapLord Studios™

Members
  • Posts

    328
  • Joined

  • Last visited

Everything posted by TrapLord Studios™

  1. Try not to use a colShape use elementdata instead.
  2. Well Good luck doubt, you'd get someone willing to do such a task for just admin.
  3. Okay try this: function drawStuff() dxDrawText("Message", 924, 375, 977, 390, tocolor(255, 0, 0, 255), 1.00, "default-bold", "left", "top", false, false, true, false, false) end local show = false addCommandHandler( "yourcommand", function( ) showMssg( not show ) end ) function showMssg( state ) if state then showCursor ( true ) addEventHandler( "onClientRender", root, drawStuff ) else showCursor ( false ) removeEventHandler( "onClientRender", root, drawStuff ) end show = state end showMssg( show ) Hope it help'd you can add what ever you want within the drawStuff function.
  4. You should state what you need, and If you're paying.
  5. Alright, use this. Would help alot, getPedOccupiedVehicleSeat
  6. I created a function for it, that call's and returns, and it works fine., Just need to get some good vehicle names, or I'm deciding if to, let the player insert thier own vehicle name.
  7. I guess that's what he wants.
  8. Ah, Thanks, I'm doing this for a RPG gamemode I'm working on, but that really answered my question!
  9. How would I place real vehicle names?, I don't want the names to be DxDrawn, i want them to be permanently stored, and replace the old names. And would outputtoChatbox the name.
  10. Yeah, just oiling it down, and cleaning off the rusts, going to release it soon not sure when, but it's working fine just styling up the GUIs and fixing some exports.
  11. I'd like to know the easiest way to make Dx Elements align or work with every resolution.
  12. I'd like to do the following: When a player is online, you can do /players and each player would be listed out on a DxRectangle on a separate line.Thanks in Advance.
  13. I'm looking for someone who is good in integration between mta and php.. In dire need of your assistance in designing a UCP for my upcoming race server.
  14. The corona is from a GTA SA particle mod, I extracted it from the particle.txd
  15. For the color's Its probably a image they used instead of a window, or they used dxGUI
  16. Also it's the corona that I want to replace.
  17. Hey all I'd like to replace this on my server how do I do this? Thanks -
  18. There isn't you can apply a different texture or shader to multiple cars with diff' designs.
  19. I totally agree with ProGear and tosfera, if you need a mapper or Scripter I can help you!
×
×
  • Create New...