CLEMARCx
CLEMARCx
I have the same issue, when I switch to MySQL. But in my case the bcrypt.compare() of the passwords fails. It finds the user and the passport, but then it...
Hi, I fixed it manually for now. Thx for the tipp. Regards, CLEMARC
If someone needs a quick workaround: Change the change detection to OnPush and trigger it manually. ``` import { ... ChangeDetectionStrategy } from '@angular/core'; @Component({ ... changeDetection: ChangeDetectionStrategy.OnPush, // set...
@hughcapet any new info?
I tried to get it running in my dev environment, but it seems that the file PedScenarios.cs under Extensions/Rage is missing.
I remove the problematic .hasScenario() calls for testing. But now it crashes because of the missing BritishPolicingScript... Has this sth to to with the .hasScenario stuff?
Yes master. EntryPoint.cs Line 267 `if (!Globals.HasTrafficTicketsInHand() && (ShouldEndPullover.HasValue && ShouldEndPullover.Value) && !Game.LocalPlayer.Character.HasScenario())` This function is missing in my project. And under extensions the editor tells me, that PedScenarios.cs is...
Now I can compile it. But when I want to use Computer+ now, it crashes because its missing the British Policing Script. You disabled BPS Support until Albo is done...
Ok I think this happens because there is no wrapper class for British_Policing_Script yet.