Jump to content

[PXG]Blue

Members
  • Posts

    149
  • Joined

  • Last visited

Everything posted by [PXG]Blue

  1. Ah, that fixed it, thanks!
  2. My MTA has been crashing since today, it has never done this before, it worked just a week earlier, i've tried all the steps to fix this issue, but nothing helped . MTADiag/DxDiag https://puu.sh/t8Ljk/d73dbad869.txt
  3. [PXG]Blue

    Meta Error

    check your info line, theres a missing "=" there
  4. holy **** yesssss I've been waiting for this quite a while now 1) Nope 1.1) Yes yes yes yes! 2) Implementing it into MTAs Lua functions would be perfect, i wouldn't have to worry about a bunch of extra scripting or modding anymore!
  5. carmods, carmods and even more carmods https://community.multitheftauto.com/index.php?p=resources&s=details&id=13781 https://community.multitheftauto.com/index.php?p=resources&s=details&id=13780 https://community.multitheftauto.com/index.php?p=resources&s=details&id=13779 DONE
  6. Just happened for me too, no unusual activities on the server, same traffic as always, logs indicate nothing out of the ordinary http://upload.mtasa.com/u/202187174/server_1.5.2-release-7838_20160917_1815.dmp_
  7. It's been released on my Github and soon on the MTA Community! If you find any issue feel free to create an Issue or create a pull request!
  8. i really dont understand how your code works so you might wanna wait till someone with the knowledge helps ya, but also, you posted this in the wrong category, it belongs into "Scripting", not resources.
  9. yup, i already noticed that, already had been implemented at the point of the screenshots and videos.
  10. my script isnt too advanced, just brake lights and reversing lights, it was mainly planned for my server for touge battles and so on, but people liked it so much that im now developing a version for the public
  11. That would be awesome, so i dont have to check every dummy position of every car
  12. Thanks dude, that what i was hoping to achieve, plus better visibility!
  13. I tried doing it using getVehicleComponentPosition but it always returned false, so im out of ideas, would be great if you could tell me!
  14. Ive always thought that GTA SA's brake light were insufficient when doing races that you'd barely see the other Vehicle, so i made a script which improves brake lights and adds reversing lights! The script is completely client sided, so no server performance drops, You can see the brake and reversing lights on all the Vehicles in your Area. Screenshots & Videos Sadly, because you cannot get the offset of vehicle headlight and brakelight dummies, you have to set the offsets yourself, it works as following: lights_table[589 .. "x"] = 0.4 lights_table[589 .. "y"] = -2 lights_table[589 .. "z"] = 0.1 lights_table[589 .. "x2"] = -0.4 lights_table[589 .. "y2"] = -2 lights_table[589 .. "z2"] = 0.1 -- x3 and x4 are optional lights_table[589 .. "x3"] = 0.6 lights_table[589 .. "y3"] = -2 lights_table[589 .. "z3"] = 0.1 lights_table[589 .. "x4"] = -0.6 lights_table[589 .. "y4"] = -2 lights_table[589 .. "z4"] = 0.1 lights_table is the table name, 589 is the vehicle ID, leave the dots, "x","y","z" are the offset coordinates, these are asked twice, one for "x,y,z" and one for "x2,y2,z2", each for one brake light ( left and right ), x3,y3,z3 and x4,y4,z4 are optional coordinates which serve as secondary brake lights. I will release the script soon on the community, and its already available on my GitHub.
  15. Hello, my two servers has been shutting down randomly recently, both just randomly print the message "killed" in the console and then shut down, that message cannot be seen in the server logs tho. Is this a known issue? It only started happening 3 days ago and i have not changed my resources since weeks.
  16. https://community.multitheftauto.com/index.php?p ... s&id=13491 stolen DONE
  17. Yup, this needs to be done, modded cars are a pain to do properly because that function doesnt exist
  18. sorry but i'm not familiar when working with this kinda stuff, could you give me a hint on what to do? thanks.
  19. Sorry for the bump but the Issue has not been resolved
×
×
  • Create New...