Frequently asked questions
User FAQ
Frequently asked questions and answers related to running the RAGE:MP client
Developer FAQ
C#
JS
Which server version is actual?
The stable version is 0.3.7. You should use it if you are not very familiar yet with Rage MP development. Meanwhile version 1.1.0 is in development and available to be tested. It brings better synchronisation and a lot of extra functionality over v0.3.7.
Is AI possible to do?
At the state of game server version 0.3.7 it is not possible to do it without extra programming. The server-side core does not include AI functionality from GTA client, therefore you have 2 options. You can tell server clients to spawn AI and ask them frequently for AI changes to transfer it between everyone. Or create the artificial intelligence system by your own on the server and notify changes of its state to all clients. In both cases you will need to synchronise NPCs manually.