Closed d47081 closed 10 months ago
There is an sv_log feature that writes logs to a file or sends them to a remote server. It's compatible with GoldSrc, and even worked with HLStats(X).
пт, 5 янв. 2024 г., 17:19 d47081 @.***>:
I want to make notification for subscribers when new player becomes online
is there any plugins or ideas hot to implement this from debug log or engine API?
thanks
— Reply to this email directly, view it on GitHub https://github.com/FWGS/xash3d-fwgs/issues/1562, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYQTALJYKULHCLKFYEROILYNADX3AVCNFSM6AAAAABBOP3GUSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA3DONBTGAZTKNY . You are receiving this because you are subscribed to this thread.Message ID: @.***>
I want to make notification for subscribers when new player becomes online
is there any plugins or ideas how to implement this from debug log or with server API?
thanks
Also you just can use separate program that periodically send queries to server to get players count, and then publishes message to RSS that new player has arrived, etc.
Thank you, guys!
I think that variant with players count request is optional, is there any documentation about the API?
Because still fighting with pymaster
protocol updates as my node invisible yet, on mentality.rip
including
Use logaddress, it will report connections to specified server withput any periodical queries
Thank you for replies, I've found useful PHP-Source-Query library and created RSS notifications as part of HLState project.
As the server have Clearnet access, live instance available here, everything open sourced.
I want to make notification for subscribers when new player becomes online
is there any plugins or ideas how to implement this from debug log or with server API?
thanks