<?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.drawFrontendHelperText</id>
	<title>natives.drawFrontendHelperText - 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.drawFrontendHelperText"/>
	<link rel="alternate" type="text/html" href="https://wiki.gtaconnected.com/wiki/index.php?title=natives.drawFrontendHelperText&amp;action=history"/>
	<updated>2026-04-20T09:51:41Z</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.drawFrontendHelperText&amp;diff=11346&amp;oldid=prev</id>
		<title>ChrisGame20: Created page with &quot;{{ScriptItem |endpoint = client |games = iv |type = function |name = natives.drawFrontendHelperText |parameters = string label, string control, bool show |parameter1 = string label Text label to display (can be a literal or a localized key) |parameter2 = string control Control name to show (e.g. &quot;INPUT_F_ENTER&quot;) |parameter3 = bool show Whether to show (true) or hide (false) the helper text |usage = Displays a helper text prompt in the frontend HUD with a control hint |no...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.gtaconnected.com/wiki/index.php?title=natives.drawFrontendHelperText&amp;diff=11346&amp;oldid=prev"/>
		<updated>2025-12-21T12:36:19Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{ScriptItem |endpoint = client |games = iv |type = function |name = natives.drawFrontendHelperText |parameters = string label, string control, bool show |parameter1 = string label Text label to display (can be a literal or a localized key) |parameter2 = string control Control name to show (e.g. &amp;quot;INPUT_F_ENTER&amp;quot;) |parameter3 = bool show Whether to show (true) or hide (false) the helper text |usage = Displays a helper text prompt in the frontend HUD with a control hint |no...&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 = iv&lt;br /&gt;
|type = function&lt;br /&gt;
|name = natives.drawFrontendHelperText&lt;br /&gt;
|parameters = string label, string control, bool show&lt;br /&gt;
|parameter1 = string label Text label to display (can be a literal or a localized key)&lt;br /&gt;
|parameter2 = string control Control name to show (e.g. &amp;quot;INPUT_F_ENTER&amp;quot;)&lt;br /&gt;
|parameter3 = bool show Whether to show (true) or hide (false) the helper text&lt;br /&gt;
|usage = Displays a helper text prompt in the frontend HUD with a control hint&lt;br /&gt;
|notes = &lt;br /&gt;
- The helper text appears in a fixed position on the HUD (bottom area)&lt;br /&gt;
- Useful for tutorials, prompts, or guiding players to press a specific key&lt;br /&gt;
|return1 = void&lt;br /&gt;
|exampleJS = &lt;br /&gt;
addCommandHandler(&amp;quot;showhelper&amp;quot;, function(command, params, client) {&lt;br /&gt;
    natives.drawFrontendHelperText(&amp;quot;Press to continue&amp;quot;, &amp;quot;INPUT_F_ENTER&amp;quot;, true);&lt;br /&gt;
    setTimeout(() =&amp;gt; {&lt;br /&gt;
        natives.drawFrontendHelperText(&amp;quot;Press to continue&amp;quot;, &amp;quot;INPUT_F_ENTER&amp;quot;, false);&lt;br /&gt;
    }, 5000);&lt;br /&gt;
});&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>ChrisGame20</name></author>
	</entry>
</feed>