22.07.2015, 19:43
v0.2.5 released:
- Added "tocolor" function which provide to convert color/number from 64 bit to
32 bit (Lua is in 64bit, PAWN is in 32bit, therefore there was some
mix-up).
Usage:
Download:
Plugin - Plugin
Source code
P.S.: If I have more free time I will make a wiki.
- Added "tocolor" function which provide to convert color/number from 64 bit to
32 bit (Lua is in 64bit, PAWN is in 32bit, therefore there was some
mix-up).
Usage:
Код:
tocolor(r, g, b, a) tocolor(r, g, b) tocolor(hex color) I.E.: tocolor(255, 0, 0, 255) tocolor(255, 0, 0) tocolor(0xFF0000FF)
Plugin - Plugin
Source code
P.S.: If I have more free time I will make a wiki.