natives.PRINT STRING

natives.PRINT_STRING

Signature: void natives.PRINT_STRING(float x, float y, string text)

Usage: Display a text string at a specific screen position in Vice City. Useful for custom HUD messages, prompts, and labels.

Parameters

float x Screen X position (0.0–1.0, relative)
float y Screen Y position (0.0–1.0, relative)
string text The text to display (maximum 64 characters)

Return

void

On failure: void