Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0637

Opcode Database

0637

DescriptionThe character goes to the coordinates (the mode value determines whether the character will walk, run or sprint) while shooting at another character. If it's is in front of the other character, it will shoot into the air.
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) Float (FLOAT)
7) Actor handle (Integer) (INT)
Gamessa
CategoryActor, Task
Command Name (IV)TASK_GO_TO_COORD_WHILE_SHOOTING
San Andreas
sascm.ini0637=8,task_go_to_coord_while_shooting %1d% coord %2d% %3d% %4d% mode %5h% turn_radius %6d% stop_radius %7d% shoot_at_char %8d%
Example0637: task_go_to_coord_while_shooting -1 coord 2075.15 -1363.85 23.85 mode 6 turn_radius 0.5 stop_radius 5.0 shoot_at_char $PLAYER_ACTOR
Command NameTASK_GO_TO_COORD_WHILE_SHOOTING

<< 0636

0638 >>