De aici puteti descarca AMX Mod 2006 pentru Counter-Strike, link-ul este cel oficial
Ce are AMX Mod 2006 fata de AMX Mod 0.9.9 sau AMX Mod X? Flaguri noi!
Code:; Access flags:
; (Check amx/examples/include/amxconst.inc to see the equivalents of these flags for amx plugins)
; a - immunity (can't be kicked/banned/slayed/slapped and affected by other commmands)
; b - reservation (can join on reserved slot)
; c - amx_kick command
; d - amx_ban command (temporary bans only, add flag "v" for permanent bans)
; e - amx_slay and amx_slap commands
; f - amx_map command
; g - amx_cvar command (not all cvars will be available)
; h - amx_cfg command
; i - amx_chat and other chat commands
; j - amx_vote and other vote commands
; k - access to sv_password cvar (by amx_cvar command)
; l - access to amx_rcon command and rcon_password cvar (by amx_cvar command)
; m - custom level A (for additional plugins)
; n - custom level B
; o - custom level C
; p - custom level D
; q - custom level E
; r - custom level F
; s - custom level G
; t - custom level H
; u - menu access
; v - permanent bans (to permanently ban, you need both "d" and "v" flags)
; w - amx_unban command
; y - supreme admin (this flag permits you to execute commands on admins who have immunity)
; z - user (don't use that access flag with admins!)
Pluginurile de la AMXX merg la AMX, atata timp cat schimbi in .sma
Code:#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <fakemeta>
#include <fun>
cu
Code:#include <amxmodx_to_amx>
iar daca pluginul foloseste
Code:#include <csx>
inlocuiesti cu
Code:#include <csstats>
dar asta sa fie inaintea amxmodx_to_amx
Modulul CStrike este inclus in modulul
amxmodx_to_amx.inc
Exemplu:Avem la pluginul de AMXX:
Code:#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <csx>
Pentru al face de AMX schimbam modulele incat sa arate asa:
Code:#include <csstats>
#inlcude <amxmodx_to_amx>
AMX
Mod are mai multe comenzi de chat, adica are si mesaje care licuresc,
si are inclus si un plugin pentru friendly-fire, cum este de ex. amx_ff
<1|0>
Download AMX 2006!Mai jos este linkul pentru AMX Editor, gen AMXX Studio de la AMX Mod X:
-->AMX Editor Download<--Mai multe informatii despre AMX Mod 2006.3:
-->Aici<--