Attila

Results 98 comments of Attila

I have another riddle for you in this Steam Universe issue :) Can't kick a `1` Universe user: ``` # userid name uniqueid connected ping loss state rate adr #...

The kick message got fixed in 6d53eeb5b4069d087c7483c345fbb75fb54c1e16, big up for that!

Check out this PHP library as well to work with SteamIDs: https://github.com/xPaw/SteamID.php

The config file is generated here: `csgo/cfg/sourcemod/kento.rankme.cfg` Sourcemod version is also up-to-date? Currently `v1.9.0.6282`

On the scoreboard, when you press _More stats..._ you see more stats like utility damage: ![image](https://user-images.githubusercontent.com/1230402/62902364-a9cf7900-bd5f-11e9-8361-295e8f836aa8.png) - Headshot % - K/D ratio - ADR - Utility damage (UD) - damage...

Multi kill bonus would be a nice feature! My idea 1.: Kill multiplier not limited to kills, then something like 0.25 additional multiplier for each kills after the 1st; 1.25x...

Thank you, it was a big help! I came up with this: ```js onMarkerReached: function(marker, index) { var markersList = player.markers.getMarkers(); //remove the vjs-marker-current class from every marker for (var...

I can confirm that the markers in the first two video at the [demo page](http://sampingchuang.com/videojs-markers) are not showing: - `Chrome 58.0.3029.110 (64-bit)` - Windows 10 - `Firefox 53.0.3 (32 bit)`...

Somewhat related: #246 My suggestion: If `sm_pugsetup_force_defaults`/`sm_pugsetup_autosetup` is `1`, after `.forceend`, or a clinch/maxround end should start a new setup with the defaults and a warmup would begin.

The retakes.cfg will be autogenerated on the first start. My guess is that SourceMod is not installed. And if you reporting an issue, give as many info as possible, and...