yourmnbbn

Results 31 comments of yourmnbbn

I think it's probably because your kick time setting in teamlocker is longer than mp_force_pick_time, which by the end of the time will not trigger jointeam command. You should set...

What's your gcc version? You have to use at least gcc10 or newer compiler to compile this project.

> this will be the error i install version gcc10 now Could you confirm that the newer version of gcc is properly configured? I've tested with gcc10.3 and there was...

Ah, this is an old issue and I forgot to fix. The latest commit of that branch should work.

```cmake cmake_minimum_required(VERSION 3.23) project(ticketgen) include_directories (${HL2SDK-CSGO}/public/steam) add_executable(ticketgen ticketgen.cpp) target_link_libraries(ticketgen ${HL2SDK-CSGO}/lib/linux64/libsteam_api.so) ``` This simple cmake for ticketgen on linux may work, although I haven't tested. Again the behavior on linux may...

It requires a steam instance running, and steamcmd won't work with this. You should use steam on linux.

For your latest reply, use main branch to fix this problem. Limited have to do some extra work on the server side to bypass server reservation check.

[This works.](https://github.com/PerfectLaugh/RejectLobbyDisabler)

Now the latest commit works. Thanks for the test.

Make sure the hl2sdk-csgo is the correct version in the readme, instead of the latest, and also the required binaries are taken from this project. Newer sdk changes the keyvalues...