<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[OYUNSEN | Online Oyuncu Platformu - CS2 Eklenti Paylaşım & Talep]]></title>
		<link>https://oyunsen.com/</link>
		<description><![CDATA[OYUNSEN | Online Oyuncu Platformu - https://oyunsen.com]]></description>
		<pubDate>Tue, 28 Apr 2026 11:25:48 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[CSGO Gelişmiş Skor Sıfırlama Plugini]]></title>
			<link>https://oyunsen.com/thread-21.html</link>
			<pubDate>Tue, 02 Jun 2020 01:21:15 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://oyunsen.com/member.php?action=profile&uid=1">TSuNaMi</a>]]></dc:creator>
			<guid isPermaLink="false">https://oyunsen.com/thread-21.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: medium;" class="mycode_size">Tanım</span></span></span><br />
<span style="font-weight: bold;" class="mycode_b">Plugin Adı:</span> [CS:GO] Advanced ResetScore | 1.0.1<span style="font-weight: bold;" class="mycode_b"><br />
Açıklama:</span> CS: GO için gelişmiş skor sıfırlama eklentisi. Mesajlarınızı, etiketlerinizi ve daha fazlasını özelleştirebilirsiniz ...<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: medium;" class="mycode_size">Komutlar</span></span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Oyuncu komutları</span><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">/rs</span>, <span style="font-weight: bold;" class="mycode_b">/resetscore</span> - oyuncu skorunu sıfırlar (sayden yazmanız lazım)<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Admin komutları</span><ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">/setscore</span> &lt;nick veya #userid&gt; &lt;kills&gt; &lt;deaths&gt; &lt;assists&gt; &lt;mvps&gt; &lt;score&gt; - oyuncunun skorunu ayarlar<br />
</li>
</ul>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: medium;" class="mycode_size">Gereksinim</span></span></span><ul class="mycode_list"><li><a href="https://forums.alliedmods.net/showthread.php?t=286913" target="_blank" rel="noopener" class="mycode_url">Chat-Processor</a><br />
</li>
</ul>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: medium;" class="mycode_size">Renk desteği</span></span></span><br />
<span style="font-weight: bold;" class="mycode_b">{default}</span><br />
<span style="font-weight: bold;" class="mycode_b">{darkred}</span><br />
<span style="font-weight: bold;" class="mycode_b">{green}</span><br />
<span style="font-weight: bold;" class="mycode_b">{lightgreen}</span><br />
<span style="font-weight: bold;" class="mycode_b">{red}</span><br />
<span style="font-weight: bold;" class="mycode_b">{blue}</span><br />
<span style="font-weight: bold;" class="mycode_b">{olive}</span><br />
<span style="font-weight: bold;" class="mycode_b">{lime}</span><br />
<span style="font-weight: bold;" class="mycode_b">{lightred}</span><br />
<span style="font-weight: bold;" class="mycode_b">{purple}</span><br />
<span style="font-weight: bold;" class="mycode_b">{grey}</span><br />
<span style="font-weight: bold;" class="mycode_b">{orange}</span><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: medium;" class="mycode_size">Cvarlar</span></span></span><br />
<br />
<div class="codeblock"><div class="title">Kod:</div><div class="body" dir="ltr"><code>[b][b][u][size=medium]// This file was auto-generated by SourceMod (v1.9.0.6267)<br />
 // ConVars for plugin "advancedresetscore.smx"<br />
<br />
<br />
// Flag for access<br />
// -<br />
// Default: "b"<br />
sm_ars_adminflag "b"<br />
<br />
// 1 - Enable only for alive players, 0 - enable for death + alive players<br />
// -<br />
// Default: "0"<br />
// Minimum: "0.000000"<br />
// Maximum: "1.000000"<br />
sm_ars_alive "0"<br />
<br />
// 1 - Disable reseting MVP, 0 - enable reseting MVP<br />
// -<br />
// Default: "0"<br />
// Minimum: "0.000000"<br />
// Maximum: "1.000000"<br />
sm_ars_mvp "0"<br />
<br />
// 1 - Disable reseting score, 0 - enable reseting score<br />
// -<br />
// Default: "0"<br />
// Minimum: "0.000000"<br />
// Maximum: "1.000000"<br />
sm_ars_score "0"<br />
<br />
// Sets tag for messages.<br />
// -<br />
// Default: "{darkred}[SM]{default}"<br />
sm_ars_tag "{darkred}[SM]{default}"<br />
<br />
// 1 - Enable only for VIP players, 0 - enable for everyone<br />
// -<br />
// Default: "0"<br />
// Minimum: "0.000000"<br />
// Maximum: "1.000000"<br />
sm_ars_vip "0"<br />
<br />
// Flag for access<br />
// -<br />
// Default: "a"<br />
sm_ars_vipflag "a"[/size][/u][/b][/b]</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: medium;" class="mycode_size">Kurulum</span></span></span><br />
  Konu ekinden dosyayı indirip açın ve "csgo" klasörüne yükleyin.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://oyunsen.com/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6" target="_blank" title="">CSGO-Advanced-ResetScore-master.zip</a> (Dosya Boyutu: 17.57 KB / İndirme Sayısı: 2)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: medium;" class="mycode_size">Tanım</span></span></span><br />
<span style="font-weight: bold;" class="mycode_b">Plugin Adı:</span> [CS:GO] Advanced ResetScore | 1.0.1<span style="font-weight: bold;" class="mycode_b"><br />
Açıklama:</span> CS: GO için gelişmiş skor sıfırlama eklentisi. Mesajlarınızı, etiketlerinizi ve daha fazlasını özelleştirebilirsiniz ...<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: medium;" class="mycode_size">Komutlar</span></span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Oyuncu komutları</span><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">/rs</span>, <span style="font-weight: bold;" class="mycode_b">/resetscore</span> - oyuncu skorunu sıfırlar (sayden yazmanız lazım)<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Admin komutları</span><ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">/setscore</span> &lt;nick veya #userid&gt; &lt;kills&gt; &lt;deaths&gt; &lt;assists&gt; &lt;mvps&gt; &lt;score&gt; - oyuncunun skorunu ayarlar<br />
</li>
</ul>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: medium;" class="mycode_size">Gereksinim</span></span></span><ul class="mycode_list"><li><a href="https://forums.alliedmods.net/showthread.php?t=286913" target="_blank" rel="noopener" class="mycode_url">Chat-Processor</a><br />
</li>
</ul>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: medium;" class="mycode_size">Renk desteği</span></span></span><br />
<span style="font-weight: bold;" class="mycode_b">{default}</span><br />
<span style="font-weight: bold;" class="mycode_b">{darkred}</span><br />
<span style="font-weight: bold;" class="mycode_b">{green}</span><br />
<span style="font-weight: bold;" class="mycode_b">{lightgreen}</span><br />
<span style="font-weight: bold;" class="mycode_b">{red}</span><br />
<span style="font-weight: bold;" class="mycode_b">{blue}</span><br />
<span style="font-weight: bold;" class="mycode_b">{olive}</span><br />
<span style="font-weight: bold;" class="mycode_b">{lime}</span><br />
<span style="font-weight: bold;" class="mycode_b">{lightred}</span><br />
<span style="font-weight: bold;" class="mycode_b">{purple}</span><br />
<span style="font-weight: bold;" class="mycode_b">{grey}</span><br />
<span style="font-weight: bold;" class="mycode_b">{orange}</span><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: medium;" class="mycode_size">Cvarlar</span></span></span><br />
<br />
<div class="codeblock"><div class="title">Kod:</div><div class="body" dir="ltr"><code>[b][b][u][size=medium]// This file was auto-generated by SourceMod (v1.9.0.6267)<br />
 // ConVars for plugin "advancedresetscore.smx"<br />
<br />
<br />
// Flag for access<br />
// -<br />
// Default: "b"<br />
sm_ars_adminflag "b"<br />
<br />
// 1 - Enable only for alive players, 0 - enable for death + alive players<br />
// -<br />
// Default: "0"<br />
// Minimum: "0.000000"<br />
// Maximum: "1.000000"<br />
sm_ars_alive "0"<br />
<br />
// 1 - Disable reseting MVP, 0 - enable reseting MVP<br />
// -<br />
// Default: "0"<br />
// Minimum: "0.000000"<br />
// Maximum: "1.000000"<br />
sm_ars_mvp "0"<br />
<br />
// 1 - Disable reseting score, 0 - enable reseting score<br />
// -<br />
// Default: "0"<br />
// Minimum: "0.000000"<br />
// Maximum: "1.000000"<br />
sm_ars_score "0"<br />
<br />
// Sets tag for messages.<br />
// -<br />
// Default: "{darkred}[SM]{default}"<br />
sm_ars_tag "{darkred}[SM]{default}"<br />
<br />
// 1 - Enable only for VIP players, 0 - enable for everyone<br />
// -<br />
// Default: "0"<br />
// Minimum: "0.000000"<br />
// Maximum: "1.000000"<br />
sm_ars_vip "0"<br />
<br />
// Flag for access<br />
// -<br />
// Default: "a"<br />
sm_ars_vipflag "a"[/size][/u][/b][/b]</code></div></div><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u"><span style="font-size: medium;" class="mycode_size">Kurulum</span></span></span><br />
  Konu ekinden dosyayı indirip açın ve "csgo" klasörüne yükleyin.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://oyunsen.com/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6" target="_blank" title="">CSGO-Advanced-ResetScore-master.zip</a> (Dosya Boyutu: 17.57 KB / İndirme Sayısı: 2)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
	</channel>
</rss>