d0p3t
2
The game type contest is the perfect time to get familiar with FiveM and starting coding yourself. It will be frustrating at first, but once you push through that, it’s a lot of fun to see code you’ve written modify the GTA world around you!
I advice you to have a look through the #development:tutorials category. There are various tutorials including how to create a basic resource.
Secondly, theres the https://docs.fivem.net which I think you already mentioned. The scripting areas also have a lot of information.
You can also have a look through #development:releases and download some popular releases and inspect the code. Try and understand what’s going on, how it’s structured and why the code is there.
The natives documentation will give you a list of GTA functions that you will use a lot. For example CreateVehicle() to spawn a vehicle or GetHashKey while loading a Ped model. https://runtime.fivem.net/doc/natives/
Lastly, Google. Google is your best friend. In the end, your still coding so a lot of coding related questions have answers all over the internet on platforms like stackoverflow or GTA modding forums.
Good luck!
1 Like