amxmodx/plugins/cstrike
Adam Richard 295d09df8b Fix string incorrectly formatted in CS Misc Stats plugin (#704)
Recently, I got those below errors on logs:
```
String formatted incorrectly - parameter 12 (total 12)
L 04/29/2019 - 23:24:40: [AMXX] Displaying debug trace (plugin "miscstats.amxx", version "1.8.3-dev+5154")
L 04/29/2019 - 23:24:40: [AMXX] Run time error 25: parameter error 
L 04/29/2019 - 23:24:40: [AMXX]    [0] miscstats.sma::checkKills (line 922)
```

It just looks like `"RAMPAGE!!! %s^n%L %d %L (%d hs)"` misses last format rule, which should be `"%L"` pointing to `HS` lang key.
2019-04-30 09:59:15 +02:00
..
csstats.sma Add stat constants in plugins (#522) 2018-08-30 18:41:49 +02:00
miscstats.sma Fix string incorrectly formatted in CS Misc Stats plugin (#704) 2019-04-30 09:59:15 +02:00
restmenu.sma Overhaul Restrict Weapons plugin - part 1 (#347) 2017-08-05 10:45:29 +02:00
stats_logging.sma Add stat constants in plugins (#522) 2018-08-30 18:41:49 +02:00
statsx.sma Add stat constants in plugins (#522) 2018-08-30 18:41:49 +02:00