Skip to content

Commit

Permalink
chore: remove agmini references
Browse files Browse the repository at this point in the history
It isn't tested there and it's recommended to use the gamemode (LLHL) included with agmodx
  • Loading branch information
7mochi committed Sep 13, 2024
1 parent 6f1713b commit b995137
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ![LLHL Banner](https://raw.githubusercontent.com/FlyingCat-X/llhl/master/LLHL_logo.png)
### [English Version](https://github.com/FlyingCat-X/llhl/blob/master/README.md) | [Spanish Version](https://github.com/FlyingCat-X/llhl/blob/master/README_ES.md) | [Portuguese Version](https://github.com/FlyingCat-X/llhl/blob/master/README_PT.md) | Chinese Version (Pending)
This plugin is a port for Adrenaline Gamer 6.6 (And AGMini) from my [LLHL gamemode](https://github.com/rtxa/agmodx/blob/master/valve/addons/amxmodx/scripting/agmodx_llhl.sma) that was developed for rtxa's agmodx.
This plugin is a port for Adrenaline Gamer 6.6 from my [LLHL gamemode](https://github.com/rtxa/agmodx/blob/master/valve/addons/amxmodx/scripting/agmodx_llhl.sma) that was developed for rtxa's agmodx.
Unlike my gamemode for agmodx, this one only supports Protocol 48.

# Important notes
Expand Down
2 changes: 1 addition & 1 deletion README_ES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ![LLHL Banner](https://raw.githubusercontent.com/FlyingCat-X/llhl/master/LLHL_logo.png)
### [Versión en Inglés](https://github.com/FlyingCat-X/llhl/blob/master/README.md) | [Versión en Español](https://github.com/FlyingCat-X/llhl/blob/master/README_ES.md) | [Versión en Portugués](https://github.com/FlyingCat-X/llhl/blob/master/README_PT.md) | Versión en Chino (Pendiente)
Este plugin es una adaptación para Adrenaline Gamer 6.6 (y AGMini) de mi [LLHL gamemode](https://github.com/rtxa/agmodx/blob/master/valve/addons/amxmodx/scripting/agmodx_llhl.sma) que fue desarrollado para el agmodx de rtxa.
Este plugin es una adaptación para Adrenaline Gamer 6.6 de mi [LLHL gamemode](https://github.com/rtxa/agmodx/blob/master/valve/addons/amxmodx/scripting/agmodx_llhl.sma) que fue desarrollado para el agmodx de rtxa.
A diferencia de mi gamemode para agmodx, este solo es compatible con Protocolo 48.

# Consideraciones importantes
Expand Down
2 changes: 1 addition & 1 deletion README_PT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ![LLHL Banner](https://raw.githubusercontent.com/FlyingCat-X/llhl/master/LLHL_logo.png)
### [Versão em inglês](https://github.com/FlyingCat-X/llhl/blob/master/README.md) | [Versão em espanhol](https://github.com/FlyingCat-X/llhl/blob/master/README_ES.md) | [Versão em português](https://github.com/FlyingCat-X/llhl/blob/master/README_PT.md) | Versão em chinês (Pendente)
Este plugin é uma adaptação para Adrenaline Gamer 6.6 (e AGMini) do meu [modo de jogo LLHL](https://github.com/rtxa/agmodx/blob/master/valve/addons/amxmodx/scripting/agmodx_llhl.sma) que foi desenvolvido para rtxa agmodx. A diferença do meu modo de jogo para agmodx, este suporta apenas o Portocolo 48.
Este plugin é uma adaptação para Adrenaline Gamer 6.6 do meu [modo de jogo LLHL](https://github.com/rtxa/agmodx/blob/master/valve/addons/amxmodx/scripting/agmodx_llhl.sma) que foi desenvolvido para rtxa agmodx. A diferença do meu modo de jogo para agmodx, este suporta apenas o Portocolo 48.

# Considerações importantes
Se tiver um problema no seu servidor antes de abrir uma issue ou entrar em contato comigo por qualquer meio (Facebook, Whatsapp, Discord, etc) certifique-se de que o erro esteja relacionado ao plugin LLHL. Si tiver algum problema associado a o plugin tente ser o mais detalhado possível e forneça logs e maneiras de resolver esse erro. Não darei suporte / ajuda se o problema estiver relacionado a outros plugins como dproto ou reunion por exemplo.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "llhl",
"version": "3.0.0",
"description": "LLHL Gamemode for Adrenaline Gamer 6.6 (And maybe AGMini)",
"description": "LLHL Gamemode for Adrenaline Gamer",
"scripts": {
"install-linux": "amxxpack install --config .amxxpack.linux.json",
"install-windows": "amxxpack install --config .amxxpack.windows.json",
Expand Down
4 changes: 2 additions & 2 deletions src/scripts/llhl.sma
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
LLHL Gamemode for AG 6.6 and AGMini
LLHL Gamemode for AG 6.6
Version: 3.0-stable
Author: FlyingCat
# Information:
This plugin is a port for Adrenaline Gamer 6.6 (And AGMini) from my LLHL gamemode that
This plugin is a port for Adrenaline Gamer 6.6 from my LLHL gamemode that
was developed for rtxa's agmodx.
Unlike my gamemode for agmodx, this one only supports protocol 48.
Expand Down

0 comments on commit b995137

Please sign in to comment.