rehlds / ReGameDLL_CS

Enhanced server-side GameDLL for Counter-Strike 1.6 (and CS: Condition Zero), offering new features and fixes.
https://rehlds.dev/docs/regamedll-cs
GNU General Public License v3.0
589 stars 203 forks source link

[Feature Request] Alive Players Count and Map Name Visibility in Score Board or cvars? #719

Open PRinceBhai opened 2 years ago

PRinceBhai commented 2 years ago

Just like CS:S has this, would it be possible to have these in game? Whenever I'm making Graphs for YApB I need to check Map Name in order to keep track of the file, but scourging the console text is tedious for a single set of words.

Vaqtincha commented 2 years ago

de_dust2x2_upd0000

like this ? ServerName.zip

PRinceBhai commented 2 years ago

like this?

Yes exactly like that, but I can't seem to compile the plugin.

// CStrike\Addons\AMxModx\scripting\servername.sma(25) : error 017: undefined symbol "MapName"
// CStrike\Addons\AMxModx\scripting\servername.sma(25) : warning 215: expression has no effect
// CStrike\Addons\AMxModx\scripting\servername.sma(25) : warning 215: expression has no effect
// CStrike\Addons\AMxModx\scripting\servername.sma(25) : error 001: expected token: ";", but found ")"
// CStrike\Addons\AMxModx\scripting\servername.sma(25) : error 029: invalid expression, assumed zero
// CStrike\Addons\AMxModx\scripting\servername.sma(25) : fatal error 107: too many error messages on one line
// 
// Compilation aborted.
// 4 Errors.
// Could not locate output file compiled\servername.amx (compile failed).

Does it require newer version of AMXX? I have reAPI installed. But my AMX Version is 1.8.3.

Thank you.

Edit : Also how do you have that dark background behind Kill feed/Log? Can you please tell? Thanks again :)

Vaqtincha commented 2 years ago

Does it require newer version of AMXX?

yes. fixed version for 1.8.3 ServerName.zip

dark background behind Kill feed/Log?

this unofficial version of cs client. https://dev-cs.ru/threads/5528/

RauliTop commented 2 years ago

@Vaqtincha how do you set glow on v_ model? Does it work without problem? Let see the tricky/hacky way...

Vaqtincha commented 2 years ago

@RauliTop This was my test plugin for the plugmod system (which is present in the unoff client https://dev-cs.ru/threads/5528/)

The color changes depending on the number of rounds in the magazine.

RauliTop commented 2 years ago

@RauliTop This was my test plugin for the plugmod system (which is present in the unoff client https://dev-cs.ru/threads/5528/)

The color changes depending on the number of rounds in the magazine.

You share the client, but where is the method :(