We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The client is not aware of the task, while the server believes it is. See comments in repro
Ped starts moving
Serverside:
-- Assuming we already defined our targetPed, it exists, and NetworkGetEntityOwner != -1 ClearPedTasksImmediately(targetPed) -- Pacific Bank SetEntityCoords(targetPed, 250.0, 222.0, 106.0) -- These all work: -- TaskCombatPed(targetPed, playerPed, 0, 16) -- TaskGoToEntity(targetPed, playerPed, 5000, 1.0, 2.0) -- TaskGoStraightToCoord(targetPed, 233.8, 213.4, 109.2, 1.0, -1) -- This doesn't: TaskGoToCoordAnyMeans(targetPed, 233.8, 213.4, 109.2, 1.0) Wait(50) print(GetPedScriptTaskCommand(targetPed)) -- TASK_GO_STRAIGHT_TO_COORD task hash, 0x7D8F4411 print(GetPedScriptTaskStage(targetPed)) -- 1, presumably PERFORMING_TASK
Clientside:
GetScriptTaskStatus(targetPed, "SCRIPT_TASK_GO_TO_COORD_ANY_MEANS") -- 7, TASK_FINISHED_OR_NOT_FOUND GetIsTaskActive(targetPed, 224) -- false
Slight inconvenience
Natives, OneSync, FiveM
FXServer 12629 Linux
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
The client is not aware of the task, while the server believes it is. See comments in repro
Expected result
Ped starts moving
Reproduction steps
Serverside:
Clientside:
Importancy
Slight inconvenience
Area(s)
Natives, OneSync, FiveM
Specific version(s)
FXServer 12629 Linux
Additional information
No response
The text was updated successfully, but these errors were encountered: