Hi, I know that FiveM has some documentation listing client and server-sided events that we can listen for in scripts, however I’m finding nothing for RedM. When navigating to the “docs” area on redm.net, it just re-directs you to FiveM. Are the events the same between FiveM and RedM? Is there a dedicated RedM documentation site that gives this info? I’m a bit lost, so any help would be appreciated!
Hi, there is no official docs for RedM, everyone use https://rdr3natives.com/ so far (and before it was this one https://redm.disquse.me/). Also https://natives.avarian.dev/.
As for events - most of these (if not all) works same as in FiveM:
https://docs.fivem.net/docs/scripting-reference/events/
Also check this page https://github.com/femga/rdr3_discoveries/
For example, you can look for Controls there
IsControlJustPressed(`INPUT_FRONTEND_RIGHT_AXIS_X`)
https://github.com/femga/rdr3_discoveries/tree/master/Controls