Jump to content

Brophy

Retired Staff
  • Posts

    2,467
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Brophy

  1. Brophy

    Create a map.

    Most maps are created using the MTA: Race map editor then converted to DM format
  2. node = xmlLoadFile("client/text/vehicle_order_text.xml") MemoText = xmlNodeGetAttribute(node, "wlcTxt") buyMemoText = xmlNodeGetAttribute(node, "buyTxt") xmlUnloadFile(node)
  3. node = xmlLoadFile("client/text/vehicle_order_text.xml") MemoText = xmlNodeGetAttribute(node, "wlcTxt")buyMemoText = xmlNodeGetAttribute(node, "buyTxt") xmlUnloadFile(node)
  4. try <xml> <node memo=" Hello, \n\n In this tab "order" you can order the next things: \n\n 1. Vehicle's 2. Vehicle upgrade 3. Sell your vehicle's \n\n The max vehicle's to buy are 5! \n\n Nice driving, \n\n LexLife team." /> <node buyMemo=" Hello, \n\n In this tab you can buy a vehicle, but we are busy at the system so for now, you cant. \n\n Nice driving, \n\n LexLife team." /> </xml> or you could split both them into seperate xml's and use this for each xml (or if you are feeling more adventurous, get lua to split them up from the same xml ) node = xmlLoadFile("hai.xml") nodetext = xmlNodeGetValue(node) and yes you will need to add to your meta.xml (remember to type run the command 'refresh' to make server load the meta.xml changes)
  5. try >memo=" Hello, \n\n In this tab "order" you can order the next things: \n\n 1. Vehicle's 2. Vehicle upgrade 3. Sell your vehicle's \n\n The max vehicle's to buy are 5! \n\n Nice driving, \n\n LexLife team." />buyMemo=" Hello, \n\n In this tab you can buy a vehicle, but we are busy at the system so for now, you cant. \n\n Nice driving, \n\n LexLife team." />> or you could split both them into seperate xml's and use this for each xml (or if you are feeling more adventurous, get lua to split them up from the same xml ) node = xmlLoadFile("hai.xml")nodetext = xmlNodeGetValue(node) and yes you will need to add to your meta.xml (remember to type run the command 'refresh' to make server load the meta.xml changes)
  6. Check the wiki for the FAQ http://development.mtasa.com/index.php? ... sues_-_FAQ
  7. Check the wiki for the FAQ http://development.mtasa.com/index.php? ... sues_-_FAQ
  8. You require a clean install of gta to play mta, so if it still doesnt work when you have removed your mods, then reinstall gta
  9. You require a clean install of gta to play mta, so if it still doesnt work when you have removed your mods, then reinstall gta
  10. If someone did leak something tho, there is not much that could be done with it, as none of the qa gets the server software until public release
  11. If someone did leak something tho, there is not much that could be done with it, as none of the qa gets the server software until public release
  12. BrophY killed :Rob (Underpants Elastic)
  13. BrophY killed :Rob (Underpants Elastic)
  14. LMAO, I did actually make it in flash, along with some other ones like picard and brian peppers
  15. LMAO, I did actually make it in flash, along with some other ones like picard and brian peppers
  16. Perhaps it can be changed on the fly sometime in the future like the new handling functions
  17. Perhaps it can be changed on the fly sometime in the future like the new handling functions
  18. MTA have already been the targeted with attacks well before SA-MP arrived on the scene, but they are still here
  19. MTA have already been the targeted with attacks well before SA-MP arrived on the scene, but they are still here
  20. Buzzbomb, next time could you post in English.
  21. Buzzbomb, next time could you post in English.
  22. A: NO-ONE Q: Who belives that :Rob is actually an iraqi goat hurder called ahmed?
  23. A: NO-ONE Q: Who belives that :Rob is actually an iraqi goat hurder called ahmed?
  24. Brophy

    wtf ping? o.O

    Perhaps game lag?
  25. Brophy

    wtf ping? o.O

    Perhaps game lag?
×
×
  • Create New...