Jump to content

Search the Community

Showing results for tags 'scripting help'.

  • Search By Tags

    • scripting help ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 5 results

  1. Hey, I’m making a system in MTA inspired by GTA 5, where you can adjust the FOV with the scroll. But the setCameraFieldOfView function only works when the player is running. Is there a way to bypass that and adjust it freely, without having to run? CODE: local minFOV, defaultFOV,...
  2. I want to know is there a way to replace this txd file (gtasa/models/generic/vehicle.txd) via mta script for players in server. If we do this replacement to our game it will improve vehicle lights on a modded police car. example: before txd replace (vehicle.txd) https://i.postimg.cc/NFmZNQpc/mta-sc...
  3. Hello MTA... I'm a lurker and I am pretty sure this is my first post on this server : / So, I am making an RP MTA SA Server, and I am only doing this as a hobby. I know you can add Green Housing Icons and Blue Housing Icons to the Map in Map Editor, and I know you can use createObject(id...
  4. [2022-06-11 15:18:43] WARNING: radio\cVehRadio3D.lua:67: Bad argument @ 'stopSound' [Expected sound at argument 1, got nil] ``` client: radioSound = { } addEventHandler("onClientResourceStart", resourceRoot, function() bindKey("r", "down", clientToggleRadio)...
  5. Hello guys, I am hoping someone here can help me to do imposible task. I need vehicle doors to stay open after I enter vehicle. How to do it? Does somebody knows? Thank you very much!
×
×
  • Create New...