Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0876

Opcode Database

0876

DescriptionCreates a flock of birds flying in the specified direction. The quantity specifies how many birds are in the flock and the type specifies what model of birds to use.

Due to a R* programming error, the first 6 parameters, while representing the origin an destination coordinates of the flock, should be passed as integers in order for this command to work.
Parameters (v2)1) X Coord (Float) (FLOAT)
2) Y Coord (Float) (FLOAT)
3) Z Coord (Float) (FLOAT)
4) X Coord (Float) (FLOAT)
5) Y Coord (Float) (FLOAT)
6) Z Coord (Float) (FLOAT)
7) Integer (INT)
8) Integer (INT)
Gamessa
CategoryCreation
San Andreas
sascm.ini0876=8,create_birds %1d% %2d% %3d% to %4d% %5d% %6d% quantity %7h% type %8h%
Example0876: create_birds 2682.42 1420.237 28.0 to -2630.365 1411.699 28.0 quantity 3 type 0
Command NameCREATE_BIRDS

<< 0875

0877 >>