- 419
- 226
- Версия MoonLoader
- .027.0-preview
Прив всем,не пойму как юзать эту штуку,вот так?
https://github.com/DarkP1xel/SAMP-API/blob/master/src/0.3.7-R1/CGangZonePool.h
и с помощью cast-а вызывать или как......
https://github.com/DarkP1xel/SAMP-API/blob/master/src/0.3.7-R1/CGangZonePool.h
Lua:
ffi.cdef[[
struct SAMP_API GangZone {
struct SAMP_API {
float left;
float bottom;
float right;
float top;
} m_rect;
D3DCOLOR m_color;
D3DCOLOR m_altColor;
};]]
и с помощью cast-а вызывать или как......