actions_on_button_press 1.2.4

This commit is contained in:
Resxt 2022-03-12 02:30:13 +01:00
parent ad94ba47a5
commit 5f6d5b95fe

View File

@ -116,11 +116,11 @@ DisplayVoteCount()
{
if (getDvarInt( "camera_thirdPerson" ) == 0)
{
CustomPrintLn("Everyone voted to switch to 1st person");
CustomPrintLn("More than half of the players voted to switch to 1st person");
}
else
{
CustomPrintLn("Everyone voted to switch to 3rd person");
CustomPrintLn("More than half of the players voted to switch to 3rd person");
}
}