<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alliedmods.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Putra1989</id>
	<title>AlliedModders Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alliedmods.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Putra1989"/>
	<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/Special:Contributions/Putra1989"/>
	<updated>2026-06-05T23:14:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.6</generator>
	<entry>
		<id>https://wiki.alliedmods.net/index.php?title=Amxx.cfg&amp;diff=5562</id>
		<title>Amxx.cfg</title>
		<link rel="alternate" type="text/html" href="https://wiki.alliedmods.net/index.php?title=Amxx.cfg&amp;diff=5562"/>
		<updated>2008-02-11T22:21:13Z</updated>

		<summary type="html">&lt;p&gt;Putra1989: /* Headline text */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;AMX Configuration File - HellGamerS TeaM - www.hellgamers.ro&lt;br /&gt;
&lt;br /&gt;
// AMX Configuration File&lt;br /&gt;
echo Executing AMX Mod X Configuration File&lt;br /&gt;
&lt;br /&gt;
// Default access for all non admin players (see users.ini for access details)&lt;br /&gt;
amx_default_access &amp;quot;z&amp;quot;&lt;br /&gt;
&lt;br /&gt;
// Name of setinfo which should store a password on a client (you should change this)&lt;br /&gt;
// (Example: setinfo _rtz &amp;quot;password&amp;quot;)&lt;br /&gt;
amx_password_field &amp;quot;_parola&amp;quot;&lt;br /&gt;
&lt;br /&gt;
// Mode of logging to a server&lt;br /&gt;
// 0 - disable logging, players won't be checked (and access won't be set)&lt;br /&gt;
// 1 - normal mode which obey flags set in accounts&lt;br /&gt;
// 2 - kick all players not on list&lt;br /&gt;
amx_mode 1&lt;br /&gt;
&lt;br /&gt;
// Show admins activity&lt;br /&gt;
// 0 - disabled&lt;br /&gt;
// 1 - show without admin name&lt;br /&gt;
// 2 - show with name&lt;br /&gt;
amx_show_activity 2&lt;br /&gt;
&lt;br /&gt;
amx_imessage &amp;quot;SELAMAT DATANG KE E-X-5 DREAM SERVER&amp;quot; &amp;quot;000255100&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
// Frequency in seconds of colored messages&lt;br /&gt;
amx_freq_imessage 180&lt;br /&gt;
&lt;br /&gt;
// Set in seconds how fast players can chat (chat-flood protection)&lt;br /&gt;
amx_flood_time 0.75&lt;br /&gt;
&lt;br /&gt;
// Amount of reserved slots, amx_hideslots must be 1 to use this cvar (for more details see comments in plugin source)&lt;br /&gt;
&lt;br /&gt;
amx_reservation 2&lt;br /&gt;
&lt;br /&gt;
// If you set this to 1, you can hide slots on your server&lt;br /&gt;
amx_hideslots 1&lt;br /&gt;
&lt;br /&gt;
// Displaying of time remaining&lt;br /&gt;
// a - display white text on bottom&lt;br /&gt;
// b - use voice&lt;br /&gt;
// c - don't add &amp;quot;remaining&amp;quot; (only in voice)&lt;br /&gt;
// d - don't add &amp;quot;hours/minutes/seconds&amp;quot; (only in voice)&lt;br /&gt;
// e - show/speak if current time is less than this set in parameter&lt;br /&gt;
amx_time_display &amp;quot;ab 1200&amp;quot; &amp;quot;ab 600&amp;quot; &amp;quot;ab 300&amp;quot; &amp;quot;ab 180&amp;quot; &amp;quot;ab 60&amp;quot; &amp;quot;bcde 11&amp;quot;&lt;br /&gt;
&lt;br /&gt;
// Announce &amp;quot;say thetime&amp;quot; and &amp;quot;say timeleft&amp;quot; with voice&lt;br /&gt;
amx_time_voice 1&lt;br /&gt;
&lt;br /&gt;
// Minimum delay in seconds between two voting sessions&lt;br /&gt;
amx_vote_delay 10&lt;br /&gt;
&lt;br /&gt;
// How long voting session goes on&lt;br /&gt;
amx_vote_time 10&lt;br /&gt;
&lt;br /&gt;
// Display who votes for what option&lt;br /&gt;
amx_vote_answers 0&lt;br /&gt;
&lt;br /&gt;
// Some ratios for voting success&lt;br /&gt;
amx_votekick_ratio 0.40&lt;br /&gt;
amx_voteban_ratio 0.40&lt;br /&gt;
amx_votemap_ratio 0.40&lt;br /&gt;
amx_vote_ratio 0.02&lt;br /&gt;
&lt;br /&gt;
// Max. time to which map can be extended&lt;br /&gt;
amx_extendmap_max 60&lt;br /&gt;
&lt;br /&gt;
// Step for each extending&lt;br /&gt;
amx_extendmap_step 20&lt;br /&gt;
&lt;br /&gt;
// Rank mode&lt;br /&gt;
// 0 - by nick&lt;br /&gt;
// 1 - by authid &lt;br /&gt;
// 2 - by ip&lt;br /&gt;
csstats_rank 0&lt;br /&gt;
&lt;br /&gt;
// Max size of the stats file&lt;br /&gt;
csstats_maxsize 9000&lt;br /&gt;
&lt;br /&gt;
// Duration of HUD-statistics&lt;br /&gt;
amx_statsx_duration 12.0&lt;br /&gt;
&lt;br /&gt;
// HUD-statistics display limit relative round freeze end&lt;br /&gt;
// Negative time will clear the HUD-statstics before the round freeze time has ended&lt;br /&gt;
amx_statsx_freeze -2.0&lt;br /&gt;
&lt;br /&gt;
//If you set this to 0, clients cannot chose their language&lt;br /&gt;
amx_client_languages 1&lt;br /&gt;
&lt;br /&gt;
// Plugin Debug mode&lt;br /&gt;
// 0 - No debugging (garbage line numbers)&lt;br /&gt;
// 1 - Plugins with &amp;quot;debug&amp;quot; option in plugins.ini are put into debug mode&lt;br /&gt;
// 2 - All plugins are put in debug mode&lt;br /&gt;
// Note - debug mode will affect JIT performance&lt;br /&gt;
amx_debug 1&lt;br /&gt;
&lt;br /&gt;
// Plugin MultiLingual Debug&lt;br /&gt;
// To debug a language put its 2 letter code between quotes (&amp;quot;en&amp;quot;, &amp;quot;de&amp;quot;, etc)&lt;br /&gt;
// &amp;quot;&amp;quot; means disabled&lt;br /&gt;
amx_mldebug &amp;quot;&amp;quot;&lt;/div&gt;</summary>
		<author><name>Putra1989</name></author>
		
	</entry>
</feed>