Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 995 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 995 Bytes

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.