mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-23 01:54:46 +00:00
Show tks Votelog
This commit is contained in:
parent
5d7e9abbef
commit
fffc9fd23e
|
|
@ -76,7 +76,7 @@ function voteLog(%client, %typeName, %arg1, %arg2, %arg3, %arg4)
|
|||
|
||||
// show name for Votekick
|
||||
if(%typeName $= "VoteKickPlayer")
|
||||
%arg1 = %arg1.nameBase;
|
||||
%arg1 = %arg1.nameBase @ "[" @ %arg1.teamkills + 1 @ "tks]";
|
||||
|
||||
// this is the info that will be logged
|
||||
$VoteLog = "#P[" @ $HostGamePlayerCount @ "]" SPC formatTimeString("M-d") SPC formatTimeString("[hh:nn:a]") SPC %client.nameBase @ " (" @ getField(%authInfo, 0) @ "," SPC %client.guid @ ") Initiated a vote:" SPC %typeName SPC %arg1 SPC %arg2 SPC %arg3 SPC %arg4 SPC "CM[" @ $CurrentMission @ "]";
|
||||
|
|
|
|||
Loading…
Reference in a new issue