yourmnbbn / smext-fakequeries

Return custom A2S_INFO and A2S_PLAYER response
GNU General Public License v3.0
24 stars 5 forks source link

error in the plugin operation #19

Closed VIMOVZ closed 2 years ago

VIMOVZ commented 2 years ago

Hello. Compiled the plugin, gives an error: Native "FQ_ResetA2sInfo" was not found

Tell me what is my mistake

yourmnbbn commented 2 years ago

Check if the extension is successfully loaded, you could either use sm exts list command in the console or check the error log.

VIMOVZ commented 2 years ago

now a new error [SM] Unable to load extension "fakequeries.ext": /home/csgo/server/bin/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /home/csgo/server/csgo/addons/sourcemod/extensions/fakequeries.ext.2.csgo.so)

yourmnbbn commented 2 years ago

See this comment.

VIMOVZ commented 2 years ago

Thanks, your instructions helped. How to make fake players appear in the global search?

yourmnbbn commented 2 years ago

The player count in the global search result is not from the query, briefly it's counted by the steam master server through steam authentication. For more information see the comments in #4.