Участник
Пользователь
- Сообщения
- 146
- Реакции
- 29
Hi guys, is there a chance of using reapi on LAN server? I guess ReHLDS and ReGameDLL is needed to be installed, i tried to install them, here is the verions list:
error which i get in LAN is:
Any solution is welcomed, thanks in advance.
some random plugin test function:rehlds (newsest): 3.13.0.788
regamedll (newest): 5.26.0.668
reapi (newest): 5.24.0.300
AMX Mod X: 1.9.0.5294
Код:
#include <amxmodx>
#include <reapi>
public plugin_init()
{
register_plugin("test it", "1.0", "testy");
register_clcmd( "say /test", "test" )
}
public test( id )
rg_join_team( id, TEAM_CT )
So the question is, is it possible at all to use it on lan server? I have no clue what is causing this, is it regamell, is it rehlds etc..? Windows OSL 02/02/2024 - 18:37:45: [ReAPI] ReGameDll: isn't available
L 02/02/2024 - 18:37:45: [AMXX] Displaying debug trace (plugin "test.amxx", version "1.0")
L 02/02/2024 - 18:37:45: [AMXX] Run time error 10: native error (native "rg_join_team")
L 02/02/2024 - 18:37:45: [AMXX] [0] tracer.sma::test (line 12)
Any solution is welcomed, thanks in advance.
Последнее редактирование: