AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   News (https://forums.alliedmods.net/forumdisplay.php?f=16)
-   -   Development Roundup, We need you! (https://forums.alliedmods.net/showthread.php?t=310564)

Arkshine 09-11-2018 18:31

Re: Development Roundup, We need you!
 
Did you upload the whole /data/gamedata/ folder? The plugin needs that.

Usually, you should be able to see messages in the server console at server start. If you have missing gamedata or some mod/engine functions could not be found.

iceeedr 09-11-2018 18:36

Re: Development Roundup, We need you!
 
Yes, I uploaded all the files, it is not possible to check the startup messages in the console because the server is rented and not have this console open to the client, however when replacing the restmenu.amxx with a previous version the blocking works again ..

Arkshine 09-11-2018 18:41

Re: Development Roundup, We need you!
 
The plugin uses a new forward `Cs_OnBuyAttempt` to detect and block. It's based on functions of the game directly, and to hook that, you need gamedata.

I guess you are not using ReGameDLL, what is your HLDS version then? If you are using an old version, it may be the cause.

iceeedr 09-11-2018 21:02

Re: Development Roundup, We need you!
 
It's a ReHlds server.

Code:

] version
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 16:10:54 Aug 10 2018 (7960)


] amxx version
AMX Mod X 1.9.0.5216
Authors:
        David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko, Felix "SniperBeamer" Geyer
        Jonny "Got His Gun" Bergstrom, Lukasz "SidLuke" Wlasinski
        Christian "Basic-Master" Hammacher, Borja "faluco" Ferrer
        Scott "DS" Ehlert
Compiled: Sep 10 2018, 17:11:21
URL:http://www.amxmodx.org/
Core mode: JIT


Arkshine 09-12-2018 03:08

Re: Development Roundup, We need you!
 
Can you look at the AMXX logs? If the gamedata files or the functions are not found, it outputs few messages in the logs. (amxmodx/logs/). Since they will appear only one time, I suggest you clean your logs, then stop/start your server.

OciXCrom 09-12-2018 08:08

Re: Development Roundup, We need you!
 
Also make sure to enable "condebug" so you can have the logs generating in the "qconsole.log" file.

iceeedr 09-12-2018 09:16

Re: Development Roundup, We need you!
 
This error comes on amxmodx/logs/

Code:

L 09/12/2018 - 10:13:33: -------- Mapchange to de_dust2 --------
L 09/12/2018 - 10:13:33: [CSTRIKE] BuyGunAmmo is not available
L 09/12/2018 - 10:13:33: [CSTRIKE] AddAccount is not available
L 09/12/2018 - 10:13:33: [CSTRIKE] Some functions are not available - forwards CS_OnBuy[Attempt] have been disabled


Arkshine 09-12-2018 10:00

Re: Development Roundup, We need you!
 
Is the log from linux server?

Well, the gamedata files are there but it seems it could not found BuyGunAmmo and AddAccount functions in the mod. Are you sure you have the latest version of the mod and you did not modify the gamedata files?

I tried under linux and windows with the latest version of the game, and I could not reproduce.
If you are sure you have the latest versions, can you send me by MP the cs.so or mp.dll if under windows?

iceeedr 09-12-2018 11:14

Re: Development Roundup, We need you!
 
Quote:

Originally Posted by Arkshine (Post 2614879)
Is the log from linux server?

Well, the gamedata files are there but it seems it could not found BuyGunAmmo and AddAccount functions in the mod. Are you sure you have the latest version of the mod and you did not modify the gamedata files?

I tried under linux and windows with the latest version of the game, and I could not reproduce.
If you are sure you have the latest versions, can you send me by MP the cs.so or mp.dll if under windows?

Yes, it is in linux, I will send you by PM the requested file, just tell me what folder it stays in, please ..

Arkshine 09-12-2018 11:15

Re: Development Roundup, We need you!
 
cstrike/dlls/


All times are GMT -4. The time now is 04:13.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.