<?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_GUNSHOT</id>
	<title>TE GUNSHOT - 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_GUNSHOT"/>
	<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=TE_GUNSHOT&amp;action=history"/>
	<updated>2026-04-24T19:48:12Z</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_GUNSHOT&amp;diff=1383&amp;oldid=prev</id>
		<title>Outerbeast: Created page with &quot;TE_GUNSHOT Small group of gray dots with a ricochet sound. &lt;code&gt;Vector pos&lt;/code&gt;	is the center point for the effect. &lt;pre&gt; void te_gunshot(Vect...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=TE_GUNSHOT&amp;diff=1383&amp;oldid=prev"/>
		<updated>2025-07-07T18:22:45Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/File:TE_GUNSHOT.gif&quot; title=&quot;File:TE GUNSHOT.gif&quot;&gt;frame|TE_GUNSHOT&lt;/a&gt; Small group of gray dots with a ricochet sound. &amp;lt;code&amp;gt;Vector pos&amp;lt;/code&amp;gt;	is the center point for the effect. &amp;lt;pre&amp;gt; void te_gunshot(Vect...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[File:TE GUNSHOT.gif|frame|TE_GUNSHOT]]&lt;br /&gt;
Small group of gray dots with a ricochet sound.&lt;br /&gt;
&amp;lt;code&amp;gt;Vector pos&amp;lt;/code&amp;gt;	is the center point for the effect.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
void te_gunshot(Vector pos, &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_GUNSHOT);&lt;br /&gt;
	m.WriteCoord(pos.x);&lt;br /&gt;
	m.WriteCoord(pos.y);&lt;br /&gt;
	m.WriteCoord(pos.z);&lt;br /&gt;
	m.End();&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[Category:Scripting]]&lt;/div&gt;</summary>
		<author><name>Outerbeast</name></author>
	</entry>
</feed>