<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.gtaconnected.com/wiki/index.php?action=history&amp;feed=atom&amp;title=natives.PRINT_STRING</id>
	<title>natives.PRINT STRING - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.gtaconnected.com/wiki/index.php?action=history&amp;feed=atom&amp;title=natives.PRINT_STRING"/>
	<link rel="alternate" type="text/html" href="https://wiki.gtaconnected.com/wiki/index.php?title=natives.PRINT_STRING&amp;action=history"/>
	<updated>2026-06-13T20:08:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.15</generator>
	<entry>
		<id>https://wiki.gtaconnected.com/wiki/index.php?title=natives.PRINT_STRING&amp;diff=11649&amp;oldid=prev</id>
		<title>Roxas: Created page with &quot;{{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...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.gtaconnected.com/wiki/index.php?title=natives.PRINT_STRING&amp;diff=11649&amp;oldid=prev"/>
		<updated>2026-06-11T17:11:57Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{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...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ScriptItem&lt;br /&gt;
|endpoint = client&lt;br /&gt;
|games = vc&lt;br /&gt;
|type = function&lt;br /&gt;
|name = natives.PRINT_STRING&lt;br /&gt;
|parameters = float x, float y, string text&lt;br /&gt;
|parameter1 = float x Screen X position (0.0–1.0, relative)&lt;br /&gt;
|parameter2 = float y Screen Y position (0.0–1.0, relative)&lt;br /&gt;
|parameter3 = string text The text to display (maximum 64 characters)&lt;br /&gt;
|usage = Display a text string at a specific screen position in Vice City. Useful for custom HUD messages, prompts, and labels.&lt;br /&gt;
|notes = Coordinates are relative to screen size (0.0–1.0). Text is styled with the game&amp;#039;s standard font. Use PRINT_HELP for the help text style or PRINT_BIG for large centered text instead.&lt;br /&gt;
|return1 = void&lt;br /&gt;
|returnFail1 = void&lt;br /&gt;
|exampleJS = addCommandHandler(&amp;quot;label&amp;quot;, function(cmd, args) {&lt;br /&gt;
    if (args &amp;amp;&amp;amp; args.length &amp;gt; 0) {&lt;br /&gt;
        natives.PRINT_STRING(0.05, 0.05, args.join(&amp;quot; &amp;quot;));&lt;br /&gt;
        message(&amp;quot;Printed at 0.05, 0.05&amp;quot;);&lt;br /&gt;
    } else {&lt;br /&gt;
        message(&amp;quot;Usage: /label &amp;lt;text&amp;gt;&amp;quot;);&lt;br /&gt;
    }&lt;br /&gt;
});&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Roxas</name></author>
	</entry>
</feed>