mirror of
https://github.com/Resxt/Plutonium-IW5-Scripts.git
synced 2025-04-20 04:55:43 +00:00
actions_on_button_press 1.2.4
This commit is contained in:
parent
ad94ba47a5
commit
5f6d5b95fe
@ -116,11 +116,11 @@ DisplayVoteCount()
|
|||||||
{
|
{
|
||||||
if (getDvarInt( "camera_thirdPerson" ) == 0)
|
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
|
else
|
||||||
{
|
{
|
||||||
CustomPrintLn("Everyone voted to switch to 3rd person");
|
CustomPrintLn("More than half of the players voted to switch to 3rd person");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user