-
No me tomare la molestia de traducir a tu idioma, tu modulo no funciona y pienso que si no se corrige desde el cliente la correcion para server no va a funcionar.
https://www.youtube.com/watch?v=3o…
-
core is truncated: expected core file size >= 143773696, found: 2990080
Cannot access memory at address 0xf7f51974
Cannot access memory at address 0xf7f51970
Failed to read a valid object file imag…
-
trying to play [de_beishan](https://gamebanana.com/mods/466280), but server dies with:
`FATAL ERROR (shutting down): Cache_TryAlloc: 10391248 is greater then free hunk`
gdb
```
CRASH: Do 25. J…
-
Some of the AmxModx / Metamod functions do not work anymore apparently because the memory addresses have shifted. Either compile new amxmodx modules or use static addressing.
-
seems that since https://github.com/s1lentq/ReGameDLL_CS/commit/108db28143af69bbbf47671f1ecaf173d5edd618 the amxmodx plugin [ATAC](https://forums.alliedmods.net/showthread.php?t=61572) doesnt recogn…
-
Code :
```
#include
#include
#include
public plugin_init()
{
register_clcmd("say /test", "cmd_test")
}
public cmd_test(id)
{
give_item(id, "weapon_hegrenade")
cs_set_u…
-
```
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 03:13:55 Oct 25 2021 (2753)
STEAM Auth Server
```
```
Metamod-r v1.3.0.86, API (5:13)
Metamod-r build: 16:14:37 Nov 15 2017
Metamod-r fro…
-
Hello,
I've tried to install the mod on my server and the weapons work fine when added in the `weapon.ini` file. When I try to use them with the [GunGame plugin](https://forums.alliedmods.net/showt…
-
Made a simple plugin for my server (on new round, remove players HE-nades on small maps)
```
#include
#include
public plugin_init()
{
if (strcmp(MapName, "$2000") == 0 || containi(MapName, …
-
Hello bro. Love your work. I did exactly what you said one by one.
installed amxmodx 1.9
installed reapi latest with include
complied plugins
copied plugins-RunemodReloaded.ini to /addons/amxmo…