Ich habe eine schwere Frage ,
die bei einigen zu Kopfzerbrechen führten.
Wo ist der Fehler ?
Es kommt kein Warnig oder Error .
Stuntbonus klappt nicht . Keine Theorie hat geholfen.
EnableStuntBonusForAll(1); // Sinnlos geht nicht
EnableStuntBonusForAll(2); // Geht auchnicht
EnableStuntBonusForAll(0); // Keine Anzeichen
EnableStuntBonusForAll(true); // Geht nicht
EnableStuntBonusForAll(false); // Nichts
DiasbleStuntBonusForAll(true); // Nein nichts
DisableStuntBonusForAll(false); // Geht auchnicht
DisableStuntBonusForAll(0); // Auchnicht
DisableStuntBonusForAll(1); // Wieder nichts
Weiss jemand noch ne Lösung ?