Reza Gharabaghi

Results 18 issues of Reza Gharabaghi

### Description of the problem It would be nice and useful to add vehicle `getVehicleSteeringAngle` and `setVehicleSteeringAngle`. ### Desired solution for the problem https://docs.fivem.net/natives/?_0x1382FCEA https://docs.fivem.net/natives/?_0xFFCCC2EA ### Alternatives you considered _No...

Class: enhancement

### Description of the problem It's better to close the doors smoothly when using index 0 in `setDoorState`. alt:V default behavior: ```js // Server side chat.registerCmd('close', (player, args) => {...

Class: enhancement

### Description of the problem Add Wildcard feature for resources in `server.cfg`. ### Desired solution for the problem ```yaml resources: [ folder1/* folder2/folder3/* folder4/folder5/folder6/* script1 folder7/script2 ] ``` ### Alternatives...

Class: enhancement

### What happened? Warning: `The "set-output" command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/` ### What did you expect...

bug

### Description of the problem After driving the vehicle, the second player hops out of the vehicle. Take a look at the sample video. ### Reproduction steps [Sample video](https://cdn.discordapp.com/attachments/371271006360436757/1199089389763043491/v.mp4) ###...

Class: bug

### Description of the problem If you disable or enable an extra of a vehicle, your vehicle's damages will be gone. ### Reproduction steps 1. Spawn a vehicle (`police5`). 2....

Class: bug

### Description of the problem Take a look at reproduction steps. ### Reproduction steps ```js const virEntGrp = new alt.VirtualEntityGroup(128); virEntGrp.destroy(); // [17:49:01][Error] Cannot destroy Virtual Entity Group ``` ###...

Class: enhancement

### Description of the problem `setVehicleHandlingOverride` native crashes the client. ### Reproduction steps 1. Spawn a vehicle. 2. Get into it. 3. Call `setVehicleHandlingOverride` native. 4. Crash ```js alt.on('keyup', (key)...

Class: bug

### Description of the problem For racing events, we need to have more control over vehicles on the `server/client` side. There are many useful properties in [this](https://github.com/citizenfx/fivem/blob/master/code/components/extra-natives-five/src/VehicleExtraNatives.cpp) link that help...

Class: enhancement