Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.73 KB

ReleaseNotes.md

File metadata and controls

47 lines (30 loc) · 1.73 KB

DETUtils

Below, you can find all of the information related to the update; version, installation process, changes included within the update and more!

  • Version: 2.0.7
  • Release: 3

NOTE: This is a pre-release which means that this product version doesn't represent the final quality of the product - it may contain bugs and problems that aren't yet discovered.

  • Last stable version and release: 2.0.7-R2

What's new

d_global.inc - A brand new PAWN-related library included within the DETUtils package!

d_ascii.inc - A brand new PAWN-related library included within the DETUtils package!

d_lambda.inc - A brand new PAWN-related library included within the DETUtils package!

d_editobject.inc - A brand new SAMP-related library included within the DETUtils package!

What's changed

malloc - Now you can use malloc instead of CallVariableHandler.

Fixed issues

  • No fixed issues.

And of course more other tweaks, improvements and internal changes included within the update related to the following libraries:


DETUTILS archive is a copy of an original source code, which is recommended to use as the GitHub source code contains documentation and extra files you aren't supposed to use or modify - or even have on your device.


Simply install to your project and begin using the library with sampctl:

sampctl package install samp-api/DETUtils
#include <DETUTILS\detutils>

If you aren't a sampctl user, you can still download DETUTILS archive which matches your operating system from below, extract it into your includes folder and begin using the library with:

#include <DETUTILS\detutils>