Hey, would that be possible to send car packet data to set an engine off? example a player is driving, and i send a fake packet im driving that car but engine off, and he would suddently stop driving?
how would i do it with car info data sync?
whats the offset value and block to use to do that by using this struct? thanks
PACKET_VEHICLE_SYNC = 200 | +201
// struct stInCarData ( size =63)
// uint16_t sVehicleID;
// uint16_t sLeftRightKeys;+2
// uint16_t sUpDownKeys;+4
// uint16_t sKeys;+6
// float fQuaternion[4];+8
// float fPosition[3];+24
// float fMoveSpeed[3];+36
// float fVehicleHealth;+48
// uint8_t bytePlayerHealth;+52
// uint8_t byteArmor;+53
// uint8_t byteCurrentWeapon;+54
// uint8_t byteSiren;+55
// uint8_t byteLandingGearState;+56
// uint16_t sTrailerID;+57
// float fTrainSpeed;+59
how would i do it with car info data sync?
whats the offset value and block to use to do that by using this struct? thanks
PACKET_VEHICLE_SYNC = 200 | +201
// struct stInCarData ( size =63)
// uint16_t sVehicleID;
// uint16_t sLeftRightKeys;+2
// uint16_t sUpDownKeys;+4
// uint16_t sKeys;+6
// float fQuaternion[4];+8
// float fPosition[3];+24
// float fMoveSpeed[3];+36
// float fVehicleHealth;+48
// uint8_t bytePlayerHealth;+52
// uint8_t byteArmor;+53
// uint8_t byteCurrentWeapon;+54
// uint8_t byteSiren;+55
// uint8_t byteLandingGearState;+56
// uint16_t sTrailerID;+57
// float fTrainSpeed;+59