If you have been administrating a Counter-Strike 1.6 or Condition Zero server using AMX Mod X , you have likely come across a mysterious plugin file with the .amxx extension. Perhaps you lost the original source code ( .sma ), or you downloaded a plugin that only came as a compiled file.
public client_death(victim, killer) { if(is_user_alive(killer)) { set_user_health(killer, get_user_health(killer) + 25); client_print(killer, print_chat, "[RPG] You gained 25 HP for killing %n", victim); } } Amxx To Sma Decompiler
In desperation, you search for an or "AMXX Uncompiler." If you have been administrating a Counter-Strike 1