added phrases and edition of mapchooser where mapvoting happens at the end of the map
This commit is contained in:
parent
9158cb6f32
commit
cbf1d4e15a
3347
mapchooser_extended/scripting/mapchooser_extended_avg_mapend.sp
Executable file
3347
mapchooser_extended/scripting/mapchooser_extended_avg_mapend.sp
Executable file
File diff suppressed because it is too large
Load Diff
@ -2,8 +2,14 @@
|
||||
{
|
||||
"Vote Nextmap"
|
||||
{
|
||||
"#format" "{1:.1f},{2:i}"
|
||||
"en" "Vote for the next map! ({1} Mapvote Boost) ({2}%%)"
|
||||
"#format" "{1:.1f},{2:i}"
|
||||
"en" "Vote for the next map! ({1} Mapvote Boost) ({2}%%)"
|
||||
}
|
||||
|
||||
"Vote Extend"
|
||||
{
|
||||
"#format" "{1:.1f},{2:i}"
|
||||
"en" "Vote for the map extend! ({1} Mapvote Boost) ({2}%%)"
|
||||
}
|
||||
|
||||
"Nextmap Voting Started"
|
||||
@ -17,6 +23,12 @@
|
||||
"en" "Map voting has finished. The next map will be {1}. (Received {2}%% of votes)"
|
||||
}
|
||||
|
||||
"Extend Voting Failed"
|
||||
{
|
||||
"#format" "{1:i}"
|
||||
"en" "Extend voting finished. The map was not extended. (Received {1}%% of votes)"
|
||||
}
|
||||
|
||||
"Current Map Extended"
|
||||
{
|
||||
"#format" "{1:i}"
|
||||
@ -79,6 +91,12 @@
|
||||
"en" "Warning! Voting for the next map will begin in: {1}s"
|
||||
}
|
||||
|
||||
"Vote Warning Extend"
|
||||
{
|
||||
"#format" "{1:i}"
|
||||
"en" "Warning! Voting for the map extend will begin in: {1}s"
|
||||
}
|
||||
|
||||
"Line One"
|
||||
{
|
||||
"en" "Consider which map you want to play..."
|
||||
|
Loading…
Reference in New Issue
Block a user