reapi icon indicating copy to clipboard operation
reapi copied to clipboard

Add more offests ?

Open justgo97 opened this issue 8 years ago • 4 comments

can we have these offest in reapi ?

    // Structure members.
    const m_fBombState             = 96;  // grenade
    const m_flDefuseCountDown      = 99;  // grenade
    const m_fPlayerBombStatus      = 193; // player
    const m_fBombDefusing          = 232; // player
    const m_flProgressBarStartTime = 605; // player
    const m_flProgressBarEndTime   = 606; // player

justgo97 avatar Apr 25 '17 13:04 justgo97

m_fPlayerBombStatus? There are m_bHasC4 and m_bHasDefuser. m_fBombDefusing is m_bIsDefusing. m_flProgressBarStartTime is m_progressStart. m_flProgressBarEndTime is m_progressEnd.

WPMGPRoSToTeMa avatar Apr 25 '17 15:04 WPMGPRoSToTeMa

what about m_flDefuseCountDown ?

justgo97 avatar Apr 25 '17 16:04 justgo97

Currently there are no grenade members.

WPMGPRoSToTeMa avatar Apr 25 '17 16:04 WPMGPRoSToTeMa

founded solution in amxx 1.8.3

get_ent_data_float(Ent, "CGrenade", "m_flDefuseCountDown")

justgo97 avatar Apr 25 '17 16:04 justgo97