DGS Custom Plugin: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
Line 10: Line 10:


===How?===
===How?===
To get started, you must know how to use DGS. ''Or close this page and learn [[DGS]].''
To get started, you must know how to use DGS, ''Or close this page and learn [[Resource:DGS]].''

Revision as of 10:57, 14 February 2021

What is?

DGS has basic elements and plugins. Plugins in DGS are something that can be used like normal DGS elements, can be applied to a DGS elements, or can interact with DGS elements...

Why?

In DGS, we have a lot of basic elements and some plugins. But when it comes to more complicated things which can be implemented with dx functions easily, using existing DGS elements and plguins seems to be strenuous.

To Solve The Problem:

This document is for creating custom plugins that can implement complicated dx draws, which are also regarded as DGS elements. This means, your plugins will be able to support all of the basic functions of DGS.

How?

To get started, you must know how to use DGS, Or close this page and learn Resource:DGS.