Forum

F2's SourceMod plugins / Accuracy/MedicStats

Created 1st November 2013 @ 20:24

Add A Reply Pages: « Previous 1 2 3 4 ... 12 Next »

Trane

Who is this noob div1 medic?

Maybe spend more time practicing the game instead of making plugins and you can get into prem someday.

Leftism

W.tf
KC&LtL

Quoted from F2

[…]
CountDown, shows a countdown timer in the middle of the screen saying “Searching for new opponent in xxx mins yyy secs”

Do you have a link for that one, F2?

Sounds quite useful. :P

F2

Danmark

Quoted from Trane

Maybe spend more time practicing the game instead of making plugins and you can get into prem someday.

No no, you got it all wrong.

I am spending time on making plugins that make me aware of how I can improve my play, so I can get into prem. ;)

F2

Danmark

Quoted from Leftism

Do you have a link for that one, F2?

Sure. You can download it here: CountDown

To make it work, you need to be SourceMod admin on the server. Make sure admin-flatfile.smx is in /addons/sourcemod/plugins/. In /addons/sourcemod/configs/admins.cfg you need to write something like this:

Admins
{
“Leftism”
{
“auth” “steam”
“identity” “STEAM_0:0:21018551”
“flags” “b”
}
}

On the server you can now write stuff like this:
– !countdown 2m
– !countdown 1m30s
– !countdown 2m Kicking everyone in %time
– !stopcountdown


Last edited by F2,

raxozellet

Hi I’m having an issue with the logstf uploader. I put in the api key but at the end of the round it just says something like

raxozellet to upload logs type in !ui

I do have curl as I used the other uploaders that required it.

F2

Danmark

Quoted from raxozellet

Hi I’m having an issue with the logstf uploader. I put in the api key but at the end of the round it just says something like

raxozellet to upload logs type in !ui

I do have curl as I used the other uploaders that required it.

Per default it only uploads logs if there were at least 4 players in the match. Otherwise a you have to write !UL to upload logs. If you want it to always upload logs, you can put this line in server.cfg:

logstf_autoupload 2

slate

(ETF2L Donator)
AMG

is typing “.ss” -to show the last log- not working for anyone else?

ash

(Legend)
:D

isnt .ss related to sizzling stats, and not to supstats or any of the plugins used here?

Spike Himself

TC

Quoted from ash

isnt .ss related to sizzling stats, and not to supstats or any of the plugins used here?

Quoted from F2

LogsTF
[..]
– You can see the logs in-game by typing .ss

Alfie

(ETF2L Donator)
bobs

Quoted from slate

is typing “.ss” -to show the last log- not working for anyone else?

Yeah, I have the same problem. The logs upload but .ss does not show the logs.

F2

Danmark

Quoted from slate

is typing “.ss” -to show the last log- not working for anyone else?

I found and fixed the bug yesterday evening. Download the latest version (link is in the original post) and put it on your server.

makemind

Hello, thx for the plugins first of all …

I´m having some isues here … I tried to install from 0 and i can´t get this working …

First step was downloading your plugins, soap, mge, swapteam … Uploaded to server and then, i uploaded the source and meta …

It´s not working … and the end of aa match, !ul is necessary and when i !ul, it tells me that my key is wrong … but i did copied @ server.cfg and cfgsourcemodplugin.logupload.cfg …

// This file was auto-generated by SourceMod (v1.5.0-dev+3834)
// ConVars for plugin “logupload.smx”

// Determines how LogUpload displays uploaded log urls (0 = Chat, 1 = Hint, 2 = Center Text)
// –
// Default: “0”
// Minimum: “0.000000”
// Maximum: “2.000000”
sm_logupload_display “0”

// Your logs.tf API key
// –
// Default: “”
sm_logupload_key “bb3de7c822b7ea97ad8a9ba1d78f2408”

// Determines when LogUpload should upload logs (0 = End of ANY Game, 1 = End of TOURNAMENT Game)
// –
// Default: “1”
// Minimum: “0.000000”
// Maximum: “1.000000”
sm_logupload_mode “1”

// Title to use on logs.tf
// –
// Default: “Auto Uploaded Log”
sm_logupload_title “@First e-Sports”

what im doing wrong?? =(

sorry about my english tho

F2

Danmark

Quoted from makemind

I´m having some isues here …

logupload.smx is not my plugin.
My plugin is logstf.smx

Try this in your server.cfg:

logstf_apikey bb3de7c822b7ea97ad8a9ba1d78f2408
logstf_autoupload 2


Last edited by F2,

F2

Danmark

If you want to use TFTrue’s tftrue_logs_includebuffs and MedicStats, you will need to update to the latest version of MedicStats and set in server.cfg: medicstats_logbuffs 0

MedicStats v1.1.0
– Logs medics’ heals per minute alive
– Logs how much health players get from medpacks
– You can disable logging buffed heals with cvar: medicstats_logbuffs 0

makemind

sorry about that hehe!

working now =)

can i ask u something?? a fastdownload … how it works??

Add A Reply Pages: « Previous 1 2 3 4 ... 12 Next »