Last Update: 03/05/2022
Click here to access ARTDSL INCLUDE LIBRARY wiki.
SA-MP
- Copy folder
ARTDSL
from includes to your Pawnoinclude
folder; - Include
ARTDSL/ART.inc
in your gamemode header;
#include <ARTDSL/ART.inc>
- Copy ARTDSL.dll(Windows)/ARTDSL.so(Linux) from plugins to your server
plugins
folder, on samp server $root; - Reference
ARTDSL
onplugins
line in yourserver.cfg
file.
OPEN.MP
- Copy folder
ARTDSL
from includes to your Pawnoinclude
folder; - Include
ARTDSL/ART.inc
in your gamemode header;
#include <ARTDSL/ART.inc>
- Copy ARTDSL.dll(Windows)/ARTDSL.so(Linux) from omp-componentsne to your
components
folder, on omp server $root; - Reference
ARTDSL
onserver.cfg
/config.json
.