-
I like Amxmodx, some questions feedback, please fix Miscstats plugin: enemyremaining team name display error, when the enemy was killed one person, the remaining enemy team name wrong display set up t…
-
# Help us help you
- [x] I have checked that my issue [doesn't exist yet](https://github.com/alliedmodders/amxmodx/issues).
- [x] I have tried my absolute best to reduce the problem-space and ha…
-
//// q_jumpstats.sma
// C:\Users\ss1234\Downloads\amxmodx-1.8.2-base-windows\addons\amxmodx\scripting\q_jumpstats.sma(1005) : error 017: undefined symbol "q_message_SayText"
//
// 1 Error.
// Co…
-
-
Code to reproduce the issue :
```
#include
enum _:ORIGIN_DATA{
Float:Origin[3],
OriginTeam
}
public plugin_init()
{
new TestOrigin[ORIGIN_DATA]
TestOrigin[Origin][0…
-
```
Traceback (most recent call last):
File "F:\SublimeText\Data\Packages\LSP\plugin\core\clients.py", line 159, in check_window_unloaded
unload_window_clients(closed_window_id)
File "F:\S…
-
Inside json.inc, the description of the function below contains parameters that can't be found on the function signature itself:
https://github.com/alliedmodders/amxmodx/blob/8d1f924248b5e8073bea1a…
-
i get a tag mismatch with this code :
```
#include
enum {
x,
y,
z
}
enum _:ORIGIN_DATA{
Float:Origin[3],
OriginTeam
}
public plugin_init()
{
new TestOri…
-
After modifying the client_print function to the client_print_color function on the statsx plugin, when statsx.txt is used to display the team color in ^3, sometimes the color of the team is normal an…
-
On this code
![image](https://user-images.githubusercontent.com/10392319/46903888-4a54d280-cedc-11e8-8a2a-5fbd0ca0e3dc.png)
All path are filled with return and compiler thinks i didn't do that.
…