<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dev.playonset.com/index.php?action=history&amp;feed=atom&amp;title=OnWhitelistAccepted</id>
	<title>OnWhitelistAccepted - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://dev.playonset.com/index.php?action=history&amp;feed=atom&amp;title=OnWhitelistAccepted"/>
	<link rel="alternate" type="text/html" href="https://dev.playonset.com/index.php?title=OnWhitelistAccepted&amp;action=history"/>
	<updated>2026-05-25T07:49:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://dev.playonset.com/index.php?title=OnWhitelistAccepted&amp;diff=4702&amp;oldid=prev</id>
		<title>BlueMountains: Created page with &quot;{{Info|Event|Client|1.4.2}}  {{FuncDescription|This function is called once the player has accepted the whitelist request.}}  {{FuncSyntax|OnWhitelistAccepted(domains)}} {{Fun...&quot;</title>
		<link rel="alternate" type="text/html" href="https://dev.playonset.com/index.php?title=OnWhitelistAccepted&amp;diff=4702&amp;oldid=prev"/>
		<updated>2021-01-22T10:40:13Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Info|Event|Client|1.4.2}}  {{FuncDescription|This function is called once the player has accepted the whitelist request.}}  {{FuncSyntax|OnWhitelistAccepted(domains)}} {{Fun...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Info|Event|Client|1.4.2}}&lt;br /&gt;
&lt;br /&gt;
{{FuncDescription|This function is called once the player has accepted the whitelist request.}}&lt;br /&gt;
&lt;br /&gt;
{{FuncSyntax|OnWhitelistAccepted(domains)}}&lt;br /&gt;
{{FuncParam|domains|A table containing the domains which the player allowed.}}&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Lua&amp;quot;&amp;gt;&lt;br /&gt;
AddEvent(&amp;quot;OnWhitelistAccepted&amp;quot;, function(domains)&lt;br /&gt;
    AddPlayerChat(&amp;quot;The following domains have been whitelisted:&amp;quot;)&lt;br /&gt;
    for _, v in pairs(domains) do&lt;br /&gt;
        AddPlayerChat(v)&lt;br /&gt;
    end&lt;br /&gt;
end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{RelatedFunctions}}&lt;br /&gt;
{{GameClientEvents}}&lt;/div&gt;</summary>
		<author><name>BlueMountains</name></author>
	</entry>
</feed>