Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0103

Opcode Database

0103

DescriptionSets up a point on the map where the characters presence can be detected. If the 'sphere' bool is set to true, a cyllinder marker will indicate the position of the target point.

This 'LOCATE' command returns true under the highlighted conditions:
  • Character is within the radius of the point
  • Character is in a vehicle
  • Character is on foot
  • Character is moving
  • Character is stopped
Parameters (v2)1) Actor handle (Integer) (INT)
2) X Coord (Float) (FLOAT)
3) Y Coord (Float) (FLOAT)
4) Z Coord (Float) (FLOAT)
5) X Radius (Float) (FLOAT)
6) Y Radius (Float) (FLOAT)
7) Z Radius (Float) (FLOAT)
8) Boolean (1 or 0) (INT)
Gamessa vc iii
CategoryActor, Common, Conditional, Locate, Locate
San Andreas
sascm.ini0103=8, locate_stopped_char_in_car_3d %1d% coord %2d% %3d% %4d% radius %5d% %6d% %7d% sphere %8d%
Example0103: locate_stopped_char_in_car_3d $PLAYER_ACTOR coord -1577.942 52.6333 16.3281 radius 4.0 4.0 6.0 sphere 0
Command NameLOCATE_STOPPED_CHAR_IN_CAR_3D
Vice City
sascm.ini0103=8, actor %1d% stopped_near_point_in_car %2d% %3d% %4d% radius %5d% %6d% %7d% sphere %8d% ;; never used in VC
Example0103: actor $PLAYER_ACTOR in_sphere -1577.942 52.6333 16.3281 radius 4.0 4.0 6.0 sphere 0 stopped_in_car
Command NameLOCATE_STOPPED_CHAR_IN_CAR_3D
GTA III
gtascm.ini0103=8, actor %1d% stopped_near_point_in_car %2d% %3d% %4d% radius %5d% %6d% %7d% sphere %8d%
Example0103: actor $PLAYER_ACTOR in_sphere -1577.942 52.6333 16.3281 radius 4.0 4.0 6.0 sphere 0 stopped_in_car
Command NameLOCATE_STOPPED_CHAR_IN_CAR_3D

<< 0102

0104 >>