fix: spelling

This commit is contained in:
Владислав Сухов 2023-03-20 13:47:14 +00:00
commit 8e0512c49d
4 changed files with 6 additions and 6 deletions

View file

@ -1716,7 +1716,7 @@ Allows or disallows bots weapon buying routines.
Erlaubt oder verbietet Bots Waffenkauf-Routinen.
[ORIGINAL]
Allows bots to destroy breakables around him, even without touching with them.
Allows bots to destroy breakables around them, even without touching with them.
[TRANSLATED]
Ermöglicht es Bots, zerbrechliche Objekte um ihn herum zu zerstören, auch ohne sie zu berühren.

View file

@ -1868,7 +1868,7 @@ Allows or disallows bots weapon buying routines.
Разрешает или запрещает ботам покупать оружие.
[ORIGINAL]
Allows bots to destroy breakables around him, even without touching with them.
Allows bots to destroy breakables around them, even without touching with them.
[TRANSLATED]
Разрешает ботам уничтожать объекты вокруг них, даже без прикосновения с ними.
@ -1880,7 +1880,7 @@ The radius on which bot searches world for new objects, items, and weapons.
Радиус, в котором бот ищет на карте новые объекты, предметы и оружие.
[ORIGINAL]
The radius on which bot destroy breakables around him, when not touching with them.
The radius on which bot destroy breakables around it, when not touching with them.
[TRANSLATED]
Радиус, в котором бот уничтожает объекты вокруг него, не прикасаясь к ним.

View file

@ -117,7 +117,7 @@ yb_spraypaints "1"
yb_botbuy "1"
//
// Allows bots to destroy breakables around him, even without touching with them.
// Allows bots to destroy breakables around them, even without touching with them.
// ---
// Default: "1", Min: "0", Max: "1"
//

View file

@ -26,10 +26,10 @@ ConVar cv_tkpunish ("yb_tkpunish", "1", "Allows or disallows bots to take reveng
ConVar cv_freeze_bots ("yb_freeze_bots", "0", "If enabled, the bots think function is disabled, so bots will not move anywhere from their spawn spots.");
ConVar cv_spraypaints ("yb_spraypaints", "1", "Allows or disallows the use of spray paints.");
ConVar cv_botbuy ("yb_botbuy", "1", "Allows or disallows bots weapon buying routines.");
ConVar cv_destroy_breakables_around ("yb_destroy_breakables_around", "1", "Allows bots to destroy breakables around him, even without touching with them.");
ConVar cv_destroy_breakables_around ("yb_destroy_breakables_around", "1", "Allows bots to destroy breakables around them, even without touching with them.");
ConVar cv_object_pickup_radius ("yb_object_pickup_radius", "450.0", "The radius on which bot searches world for new objects, items, and weapons.", true, 64.0f, 1024.0f);
ConVar cv_object_destroy_radius ("yb_object_destroy_radius", "400.0", "The radius on which bot destroy breakables around him, when not touching with them.", true, 64.0f, 1024.0f);
ConVar cv_object_destroy_radius ("yb_object_destroy_radius", "400.0", "The radius on which bot destroy breakables around it, when not touching with them.", true, 64.0f, 1024.0f);
ConVar cv_chatter_path ("yb_chatter_path", "sound/radio/bot", "Specifies the paths for the bot chatter sound files.", false);
ConVar cv_restricted_weapons ("yb_restricted_weapons", "", "Specifies semicolon separated list of weapons that are not allowed to buy / pickup.", false);