25.07.2016, 15:26
(
Last edited by GangstaSunny; 26/07/2016 at 12:45 PM.
)
![](http://i.imglol.de/GangstaSunnygfc9wg.png)
Hello Folks,
this filterscript just shows the server and player statistics.
The statistics are stringcuttet and showed inside a nice DIALOG_STYLE_TABLIST_HEADER.
Server network statistics
![](http://i.imglol.de/sa-mp-000pflgl9.png)
Full HD size: http://i.imglol.de/sa-mp-00072hlis.png
Player network statistics
![](http://i.imglol.de/sa-mp-001efs69j.png)
Full HD size: http://i.imglol.de/sa-mp-0016ldwgy.png
Code:
#define RCON_ADMIN_ONLY // comment this out if erveryone should can check the server and player statistics [UPDATE] #define REFRESH_SECONDS 1 // set the time (in seconds) when the statistics should be refreshed
Click on a player in the TAB-List to watch his network stats.
Update from 26.07.2016
Code:
Added dialog refreshing which will update the showed details Removed command-message if OnPlayerClickPlayer is called instead of a command
[UPDATE v0.2] Check out the code on pastebin
[v0.1] Check out the code on pastebin