-
Hello Bro,
/reset command can be very useful. Because /reset plugins we tried in bugfixedhl do not work.
It can be activated with a cvar.
eg mp_resetscore 1
Thanks for your work.
-
I found the way to redirect players
`````` php
#include
#define IP_REDIRECT "127.0.0.1:27015"
public plugin_init()
register_clcmd("say /redirect", "cmdRedirect")
public cmdRedirect(id)
cl…
-
Hello,
I don't know exactly where to dig. I used to place the admins in /addons/amxmodx/configs/users.ini as below:
`"init5" "12345" "abcdefghijklmnopqrstuv" "a"`
I even tried using my IP a…
-
Witam a więc tak mam odznaki w sklepie i wszystko dziala tylko nie moge dodac 6 poziomu czyli licencji agenta 007. Robilem wszystko tak jak jest w opisie tutaj: https://github.com/gammerce/plugin-amxm…
-
Get a lot of errors from running this on cs:cz. All the right dependencies are installed:
```
No detail texture mapping file: maps/w_weaponbox_detail.txt
Mod_LoadBrushModel: models/zombiepanic/…
-
# Environment
* Operating System version: Linux
* Game/AppID (with version if applicable): TFC
* Current AMX Mod X version: v1.10 build 5414
* Current Metamod version: v1.21p39
* foxb…
-
May I ask if there is any ETA for fixing the Win builds for 1.10?
-
I need appropriate signatures of engine for gamedata files to run AMX Mod X without errors.
`Metamod version 1.21p38`
`AMX Mod X version 1.10.0.5392-dev`
`ReGameDLL version 5.16.0.460-dev`
`ReHL…
-
Example plugin:
```
#include
#include
#include
#define CURL_BUFFER_SIZE 1024
enum dataStruct { curl_slist: linkedList };
public plugin_init()
{
register_plugin("curl http get", "…
-
You can bypass any slowhack protection by sending a specified message for the client. This messages can be done by AMX Mod X plugins.
Here is some stocks for AMXX:
```
stock SendCmd_1( id , text[] …