AddPatrolRouteNode — FiveM Natives
0x8EDF950167586B7C · TASK · all
x2,y2 and z2 are the coordinates to which the ped should look at
Parameters
| Name | Type | Description |
|---|---|---|
| id | int | is an integer that "identifies" the route node for linking to the route with ADD_PATROL_ROUTE_LINK. |
| guardScenario | char* | can be "WORLD_HUMAN_GUARD_STAND" or "StandGuard" |
| x1 | float | destination |
| y1 | float | destination |
| z1 | float | destination |
| x2 | float | coordinates to which the ped should look |
| y2 | float | coordinates to which the ped should look |
| z2 | float | coordinates to which the ped should look |
| waitTime | int | written in ms |
Returns
void