Jump to content

TrapLord Studios™

Members
  • Posts

    328
  • Joined

  • Last visited

Everything posted by TrapLord Studios™

  1. Right you have to make the map manager to sort the map table, in order for you to call randoms from it.
  2. I don't know if you are using the same MTA radar functions or you created your own.. Did you create your own?
  3. Where is the map list ? is it in another file ?
  4. use a database that stores the information and the other resource wousld just fetch from the db.
  5. I have a radio system, that works, but I want to add so that when you change the radio station it fetches the song that is playing in that specific radio station. This is URL based, and when changing the radio station its dx text. Thanks !
  6. If you create it in one place it would be on both radars, unless you disable the mini map.
  7. First thing is it a GUI or DX Scoreboard?
  8. I think there is one unstable program not sure if it works tho.
  9. The pick up thing Hit im using is server side, and the dx is client, I want so when the player hits the pick up the Dx elements come up then when they leave it goes, I don't want it to run by a timer:?
  10. I did it right, But it Moves Really Fast You don't even get a chance to read it.
  11. How can I make it so when a player walks into a pick up some Dx stuff comes up, and when they leave the pickup the dx stuff disappears? Thanks In advance, Regards, V.B
  12. Its an effect file, or particle most likely.
  13. Yes by creating or modifying the .txd for it.
  14. Try this local cameraspositions = { { 329.10980224609, -2117.2749023438, 50.161201477051, 329.65179443359, -2116.4926757813, 49.853763580322 }, { -224.32290649414, -153.71020507813, 35.085899353027, -223.61195373535, -153.04695129395, 34.852146148682 } } local ind = math.random ( #cameraspositions ) setCameraMatrix ( p, unpack ( cameraspositions[ind] ) )
  15. Well no, there are Dayz resources downloadable .
  16. Great work, I'm going to try this, I'm really impressed, Good Job!
  17. Try adding a new event or function for example : is:PlayerLoggedIn = 1 then
  18. Sure I am a professional mapper check out some of my work http://generationdesigners.tk/ , I would be willing to map for you!
×
×
  • Create New...