ArTDsL / ARTDSL-ICL-SAMP

ArTDsL Include Library for SA-MP & OPEN.MP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

ArTDsL Include Library for SA-MP & OPEN.MP

License:MIT License


Languages

Language:Pawn 100.0%