algorhitmically / optidraw

SA-MP include, addon for streamer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

samp-optidraw

algorhitmically

This include will help you with map optimization along with streamer plugin.

Installation

Simply install to your project:

sampctl package install algorhitmically/optidraw

Include in your code and begin using the library:

#include <optidraw>

Usage

Methods

These are optimization methods that you can choose to define before including optidraw:

• METHOD_BOX
• METHOD_SPHERE

#define OD_METHOD your_method

Tips

• Choose optimization method. Example: #define OD_METHOD METHOD_BOX
• Streamer and ModelSizes will be included automatically!
• You can disable startup messages with: #define OD_DISABLE_STARTUP_MESSAGE
• You can disable static objects with: #define OD_DISABLE_STATIC_OBJECTS

Testing

To test, simply run the package:

sampctl package run

About

SA-MP include, addon for streamer.

License:Other


Languages

Language:Pawn 100.0%