[Bug] Teleport to a Waypoint in TypeScript #253
Closed
i20h
started this conversation in
[BUG] FiveM for GTAV Enhanced
Replies: 1 comment 2 replies
|
A fix for this bug has been implemented and is available in August 11 Patch. Please try again and let us know if the issue persists. Thanks for your help! |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
I ported the vMenu waypoint teleportation feature to a empty TS project for some test, but this one only works half the time when you're in a vehicle
Issue type
Client
Repro rate
Always
Server build version
FXServer-early-access b96 win32
OS
Windows 11 24h2
CPU
No response
GPU
No response
RAM
No response
Storage type
None
Connection type
None
ISP and bandwidth
No response
DxDiag
No response
Network graph
No response
Platform
None
OS version / distribution
No response
CPU
No response
RAM
No response
Using txAdmin?
None
Hosting provider
None
Machine type
None
/perf endpoint output
No response
DDoS protection
No response
ulimit -n value (Linux only)
No response
Docker Compose file (Docker only)
No response
Steps to Reproduce
"@citizenfx/client": "2.0.33230-1",
"ts-loader": "^9.5.2",
"typescript": "^5.9.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
index.ts
teleport.ts
Evidence :
https://streamable.com/43lnbo
Expected Behavior
Teleportation to the desired location inside the vehicle as the driver
Actual Behavior
A somewhat haphazard teleportation that occasionally takes place outside the vehicle
Evidence
No response
Additional Context
No response
All reactions