• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to create a custom SAMP launcher with server-side downloads?
#2
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

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:

[Image: JjUzpg0.png]
  Reply


Messages In This Thread
RE: How to create a custom SAMP launcher with server-side downloads? - by HELLHOUND - 2025-09-15, 12:12 AM

Forum Jump: