MafiaHub / Framework

Advanced modding framework for multiplayer modifications
https://mafiahub.dev
Other
40 stars 7 forks source link

RGB / RGBA builtins for the scripting API #92

Closed Deewarz closed 8 months ago

Deewarz commented 8 months ago

Required by: https://github.com/MafiaHub/MafiaMP/pull/72


Expose sdk.RGB(r, g, b) and sdk.RGBA(r, g, b, a) to manipulate colors on the scripting side

zpl-zak commented 8 months ago

10/10 color bindings!