Skip to content

ArTDsL/ARTDSL-ICL-SAMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ARTDSL INCLUDE LIBRARY FOR SA-MP & OPEN.MP

Last Update: 03/05/2022

Wiki

Click here to access ARTDSL INCLUDE LIBRARY wiki.

How to install

SA-MP

  • Copy folder ARTDSL from includes to your Pawno include 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 on plugins line in your server.cfg file.

OPEN.MP

  • Copy folder ARTDSL from includes to your Pawno include 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 on server.cfg/config.json.

Releases

No releases published

Packages

No packages published

Languages