15.0F muss auf 99.0F damit es auf allen Modes geht! (UB,BG,ZM...)Quote:
Code:// Fast All if(FastAll == 1) { *(float*)ADR_FASTREPAIR = 15.0f; [COLOR="red"][B]*(float*)ADR_FASTHEALTH = 15.0f;[/B][/COLOR] *(float*)ADR_FASTFLAG = 15.0f; [B][COLOR="Red"]*(float*)ADR_FASTAMMO = 15.0f;[/COLOR][/B] }
Habe Rot angestrichen was 99.0F sein muss.