01.06.2016, 16:24
Quote:
|
Added new natives:
Код:
native GetSyncBounds(&Float:hmin, &Float:hmax, &Float:vmin, &Float:vmax); native SetSyncBounds(Float:hmin, Float:hmax, Float:vmin, Float:vmax); Код:
#define FLOAT_INFINITY (Float:0x7F800000) SetSyncBounds(-FLOAT_INFINITY, FLOAT_INFINITY, -FLOAT_INFINITY, FLOAT_INFINITY); |
If you will commit to maintaining this project, I think it would be fine for you to create your own topic in order to be able to edit the first post.


