<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.svencoop.com/index.php?action=history&amp;feed=atom&amp;title=TE_KILLPLAYERATTACHMENTS</id>
	<title>TE KILLPLAYERATTACHMENTS - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.svencoop.com/index.php?action=history&amp;feed=atom&amp;title=TE_KILLPLAYERATTACHMENTS"/>
	<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=TE_KILLPLAYERATTACHMENTS&amp;action=history"/>
	<updated>2026-05-16T05:24:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.svencoop.com/index.php?title=TE_KILLPLAYERATTACHMENTS&amp;diff=1365&amp;oldid=prev</id>
		<title>Outerbeast: Created page with &quot;Removes attachments created with TE_PLAYERATTACHMENT from the target player. &lt;pre&gt; void te_killplayerattachments(CBasePlayer@ plr,  	NetworkMessageDest msgType=MSG_BROADCA...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=TE_KILLPLAYERATTACHMENTS&amp;diff=1365&amp;oldid=prev"/>
		<updated>2025-05-31T15:11:07Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Removes attachments created with &lt;a href=&quot;/TE_PLAYERATTACHMENT&quot; title=&quot;TE PLAYERATTACHMENT&quot;&gt;TE_PLAYERATTACHMENT&lt;/a&gt; from the target player. &amp;lt;pre&amp;gt; void te_killplayerattachments(CBasePlayer@ plr,  	NetworkMessageDest msgType=MSG_BROADCA...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Removes attachments created with [[TE_PLAYERATTACHMENT]] from the target player.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
void te_killplayerattachments(CBasePlayer@ plr, &lt;br /&gt;
	NetworkMessageDest msgType=MSG_BROADCAST, edict_t@ dest=null)&lt;br /&gt;
{&lt;br /&gt;
	NetworkMessage m(msgType, NetworkMessages::SVC_TEMPENTITY, dest);&lt;br /&gt;
	m.WriteByte(TE_KILLPLAYERATTACHMENTS);&lt;br /&gt;
	m.WriteByte(plr.entindex());&lt;br /&gt;
	m.End();&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;CBasePlayer@	target&amp;lt;/code&amp;gt;	Player to remove attachments from&lt;/div&gt;</summary>
		<author><name>Outerbeast</name></author>
	</entry>
</feed>