View Single Post
Author Message
kurtbass
Junior Member
Join Date: Nov 2023
Old 11-06-2023 , 18:29   JCTF + Orpheu module problem
Reply With Quote #1

Hello guys, thanks for coming here, it's my first post here, so I don't know if here is the right place for make qustions about problems. I'm having a problem with the JCTF plugin utilizing Orpheu module. I've tried some ways to solve the problem but nothing that I did changed the situation. I will post some informations about what's going on.

I've downloaded the last build from steamcmd and installed the ReHLDs 3.13.0.788.

OS: Windows 10

Code:
Currently loaded plugins:
      description        stat pend  file                  vers          src  load  unload
 [ 1] AMX Mod X          RUN   -    amxmodx_mm.dll        v1.10.0.5467  ini  Start ANY
 [ 2] WinHL-Booster      RUN   -    booster_mm.dll        v1.46         ini  Chlvl Pause
 [ 3] VoiceTranscoder    RUN   -    vtc.dll               v2017RC5      ini  ANY   ANY
 [ 4] NoSeeVar           RUN   -    nsv_mm.dll            v1.21         ini  Chlvl Chlvl
 [ 5] Monster            RUN   -    monster_mm.dll        v3.02.01      ini  Chlvl Chlvl
 [ 6] Ham Sandwich       RUN   -    hamsandwich_amxx.dll  v1.10.0.5467  pl1  ANY   ANY
 [ 7] CSX                RUN   -    csx_amxx.dll          v1.10.0.5467  pl1  ANY   ANY
 [ 8] FakeMeta           RUN   -    fakemeta_amxx.dll     v1.10.0.5467  pl1  ANY   ANY
 [ 9] Engine             RUN   -    engine_amxx.dll       v1.10.0.5467  pl1  ANY   ANY
 [10] Fun                RUN   -    fun_amxx.dll          v1.10.0.5467  pl1  ANY   ANY
 [11] CStrike            RUN   -    cstrike_amxx.dll      v1.10.0.5467  pl1  ANY   ANY
 [12] GeoIP              RUN   -    geoip_amxx.dll        v1.10.0.5467  pl1  ANY   ANY
 [13] Orpheu             RUN   -    orpheu_amxx.dll       v2.6.3        pl1  ANY   ANY
13 plugins, 13 running
Getting these erros:

Code:
L 11/06/2023 - 19:08:13: [ORPHEU] Function "CHalfLifeMultiplay::CheckMapConditions" not found
L 11/06/2023 - 19:08:13: [AMXX] Displaying debug trace (plugin "jctf.amxx", version "1.32c")
L 11/06/2023 - 19:08:13: [AMXX] Run time error 10: native error (native "OrpheuGetFunction")
L 11/06/2023 - 19:08:13: [AMXX]    [0] jctf.sma::game_blockConditions (line 1501)
L 11/06/2023 - 19:08:13: [AMXX]    [1] jctf.sma::server_cmd_infiniteround (line 1567)
L 11/06/2023 - 19:08:13: [jctf.amxx] performance issue. Function server_cmd_infiniteround executed more than 42.2ms.
The .sma file in question:

Spoiler


Part of the code noticed in the errors:

Spoiler


I've borded the lines.

My modules.ini:

Spoiler


Content of amxmodx\configs\orpheu\functions\CHalfLifeMul tiplay\

CheckMapConditions:
Spoiler


CheckWinConditions:
Spoiler
HasRoundTimeExpired:
Spoiler


UpdateTeamScores
Spoiler


Thanks, by the way.
kurtbass is offline