This is the AMP version of this page.
If you want to load the real page instead, click this text.

Solved Float / int values function

Status
Not open for further replies.

DieckyAwsm

Platinian
I found fields offset example like this:
public float fireRate; //0x123

Then this my function:
if (fireRate) {
*(float *) ((uint64_t) instance + 0x123) = 0.05;
} else {
This my question ??!
}

How to retrun to original value when fireRate is non-active?
 
Status
Not open for further replies.