SA-MP/server/vehiclepool.h

23 lines
305 B
C
Raw Normal View History

2023-10-29 22:26:43 +08:00
#ifndef SAMPSRV_VEHICLEPOOL_H
#define SAMPSRV_VEHICLEPOOL_H
class CVehiclePool // size: WL 24216
{
private:
char field_0[212];
int field_D4[2000];
int field_2014[2000];
int field_5E94;
public:
CVehiclePool();
~CVehiclePool();
BOOL Delete(VEHICLEID VehicleID);
int GetModelCount();
2023-10-29 22:26:43 +08:00
};
#endif