Gogsi

Results 38 comments of Gogsi

Fixed the problem on my old AMD Radeon 6670.

As a temporary workaround I manually play the video and resize it to refresh the view ``` Device.StartTimer(TimeSpan.FromSeconds(1), () => { videoPlayer.Play(); videoPlayer.ScaleTo(0.99f); videoPlayer.ScaleTo(1.00f); return false; }); ```

> where newer vods have the timestamp of the start time in epoch time, older vods seem to use something else > in the example above it is `832899609` which...

I think this should stay open as the workaround of using *Bool for *Int is a bit weird. There's still some problem with StatGetInt that should be fixed

A similar event is already part of the [stock fxserver [baseevents] resource](https://github.com/citizenfx/cfx-server-data/blob/master/resources/%5Bsystem%5D/baseevents/deathevents.lua), though this will likely be more efficient and work without any resources.

Bumping this as the current codebase still has an invalid license, referring to non-existent points in the Service Agreement

Played a bit with this, it seems to only happen with `ReplaceExecutable=0`/`sv_replaceExeToSwitchBuilds false`. Also I got a different `chinesesimp` RPF in the crash message and this is the one I...

You need to set it on the server `sv_replaceExeToSwitchBuilds true`. So it has to be done by the operator of the server you're playing on

With [this PR](https://github.com/citizenfx/fivem/pull/3223) merged, you should be able to have 133 named blip categories and then 120 more unnamed ones. Keep in mind that as of writing this, this change...

If you use the Git in Visual Studio (I assume other clients are similar), right click on the commit **before** your oldest commit, Reset -> Keep changes. ![image](https://github.com/user-attachments/assets/98ee4da7-d976-49e0-b097-a17ecb439494) This will...