Daniel GP

Results 15 issues of Daniel GP

Hello, good morning, I have a problem, I am trying to compile fivem from visual studio 2019, but I am encountering several errors, when I look at the code many...

### What happened? Currently in C# v1 I have created an export that takes a callback as an argument, and directly invokes it. ```cs public class ServerMain : BaseScript {...

bug
triage
ScRT: C#

### What happened? After the new addition of the custom msgpack serializer(#2546), the export system has stopped working, and I always get an error when I run an export registered...

bug
triage
ScRT: C#
crash

### Goal of this PR Add some missing flags and types of animation, blip, ped helmets, rope types, etc ### How is this PR achieving the goal Adding the missing...

invalid
ready-to-merge
ScRT: C#

### Goal of this PR Added an event to handle necessary actions when the server is stopped. Currently I need to use txadmin to know when the server is going...

needs manual verification

### Goal of this PR Fix a crash that occurred when an export declared in lua code was executed from C# v2 from the same resource multiple times, the issue...

invalid
ScRT: C#

### Goal of this PR Change the way scripts are initialized to prevent a BaseClass with the EnableOnLoad(false) attribute from loading ticks, events and nui callbacks. ### How is this...

invalid
ScRT: C#

### Goal of this PR Fix the issue where the "X" button in the upper right corner of the modal does not close it. Ensures that users can consistently close...

triage

### Goal of this PR Add a text input field to allow users to filter the displayed logs in the console. This improves usability by enabling users to search for...

triage

### Goal of this PR Enable closing the login modal when authentication fails. Currently, the only way to exit the modal is by clicking the `Try again` button. This PR...

triage