- 39
- 40
- Версия MoonLoader
- .026-beta
Надо перевести с сф на луа, пожалуйста
Код:
CVector pos;
DWORD mark = GAME->GetCheckpoints()->FindFreeMarker()->GetIdentifier();
bool active = GAME->GetCheckpoints()->GetCheckpoint(mark)->IsActive();
if (active) {
pos = *(CVector*)GAME->GetCheckpoints()->GetCheckpoint(mark)->GetPosition();
float pos_[3] = { pos.fX,pos.fY,pos.fZ };