Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 074B

Opcode Database

074B

DescriptionThis is an extended version of 038D with scale and angle parameters. to shape the text.
Parameters (v2)1) Integer (INT)
2) X screen coordinate (Float) (INT)
3) Y screen coordinate (Float) (INT)
4) Height (Float) (FLOAT)
5) Width (Float) (FLOAT)
6) Rotation (Float) (FLOAT)
7) Red (0 to 255) (INT)
8) Green (0 to 255) (INT)
9) Blue (0 to 255) (INT)
10) Alpha (0 to 255) (INT)
Gamessa
CategoryDraw, Texture
Command Name (IV)DRAW_SPRITE_WITH_UV
San Andreas
sascm.ini074B=10,draw_sprite_with_rotation %1h% coord %2d% %3d% scale %4d% %5d% angle %6d% rgba %7d% %8d% %9d% %10d%
Example074B: draw_sprite_with_rotation 20 coords 428@ 429@ scale 430@ 431@ angle $TEMPVAR_ANGLE rgba 220 220 220 404@
Command NameDRAW_SPRITE_WITH_ROTATION

<< 074A

074C >>