natives.PRINT STRING

From GTA Connected
Revision as of 17:11, 11 June 2026 by Roxas (talk | contribs) (Created page with "{{ScriptItem |endpoint = client |games = vc |type = function |name = natives.PRINT_STRING |parameters = float x, float y, string text |parameter1 = float x Screen X position (0.0–1.0, relative) |parameter2 = float y Screen Y position (0.0–1.0, relative) |parameter3 = string text The text to display (maximum 64 characters) |usage = Display a text string at a specific screen position in Vice City. Useful for custom HUD messages, prompts, and labels. |notes = Coordinate...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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