DK22Pac / plugin-sdk

An SDK for developing ASI/CLEO plugins for GTA San Andreas, GTA Vice City and GTA III
zlib License
427 stars 116 forks source link

Fixed Doorlocked flag #144

Open DJHotLettuce opened 2 years ago

DJHotLettuce commented 2 years ago

"m_nDoorLock" should be "m_eDoorLock" and "CARLOCK_UNLOCKED" should be "DOORLOCK_UNLOCKED" to match the names in CVehicle.h It now compiles successfully