GTAG - Modding - Opcode Database - 0603
Opcode Database
0603
Description | Assigns the character the task of getting to the specified coordinates. If a valid vehicle handle is given, the character will attempt to use that vehicle to get there. There are various different modes, which seem to control the characters different means of getting there. |
---|---|
Parameters (v2) | 1) Actor handle (Integer) (INT) 2) X Coord (Float) (FLOAT) 3) Y Coord (Float) (FLOAT) 4) Z Coord (Float) (FLOAT) 5) Integer (INT) 6) Vehicle handle (Integer) (INT) |
Games | ![]() |
Category | Actor, AS Pack, Common, Vehicle |
Command Name (IV) | TASK_GO_TO_COORD_ANY_MEANS |
San Andreas | |
sascm.ini | 0603=6,task_go_to_coord_any_means %1d% coord %2d% %3d% %4d% walk_speed %5h% car %6d% |
Example | 0603: task_go_to_coord_any_means 65@(48@,3i) coord 2493.82 -1669.91 12.8 walk_speed 7 car -1 |
Command Name | TASK_GO_TO_COORD_ANY_MEANS |