2025-09-15, 12:12 AM
Hi there :3
This feature already exists in SA:MP (via open.mp) you can use custom objects/models in your server without needing a custom launcher.
To set it up just make sure you are running an open.mp server (not legacy SA:MP) and do the following:
In your config.json set artwork to true
Place your models inside the models folder.
Configure them using a text file named artconfig. It should look something like this:
This feature already exists in SA:MP (via open.mp) you can use custom objects/models in your server without needing a custom launcher.
To set it up just make sure you are running an open.mp server (not legacy SA:MP) and do the following:
In your config.json set artwork to true
Code:
"artwork": {
"cdn": "",
"enable": true,
"models_path": "models",
"port": 7777,
"web_server_bind": ""
},Place your models inside the models folder.
Configure them using a text file named artconfig. It should look something like this:

