Ramps

How would you go about adding ramps into a FiveM server

Using a custom map? or map mod.

You can use the CreateObject native to spawn in props.

Example:

CreateObject native docs:
https://runtime.fivem.net/doc/reference.html#_0x509D5878EB39E842

In the prop list, search for the term “ramp”.

Here is the props list:

What do you mean CreateObject native is that like in a mod menu or in the server or player menu

a native is what you use when you are scripting in lua. You might wanna learn lua or mess about with it if you own a server.

If you don’t know LUA, you can follow this tutorial too.


this will help you convert xml files in ymaps and deploying them on your server as a resource.

1 Like

Through scripting you can place objects. If you don’t know how to script, I highly recommend asking someone else to do so or make a request on the forums in #development:scripts