Need help?
Create a topic in the appropriate section
Don't write everything in the chat!Take a look at the marketplace
There you can buy
everything related to game serversDon't want a ban?
Please read our rules
Don't disturb the order!Sell or buy?
Use services of the guarantor
We will make your deal safe



- 0
-
Similar Content
-
By
Jdinovich
Добрый день. Игрок стал жаловаться,что у него на сервере со временем стал падать фпс. Тоесть при заходе после рестарта у не 120фпс,но к рестарту у него всего лишь 50. Присутствуют иногда фризы(зависает игра на секунду или две потом отвисает) серверный фпс скажем так постоянно 50.
Хостинг:
Процессор:
4 ядра Core i7 7700
Оперативная память:
8 Гб
Жесткий диск:
100 Гб
Есть ошибки в рпт,ссылка на рпт ниже. Кто может не указать,а подсказать как именно устранить эти ошибки. Рассматриваются платные варианты.Писать сюда в лс или в вк
https://vk.com/feed
https://pastebin.com/CjinyPeW
-
By
Jdinovich
кто может помочь исправить ошибки в рпт? Иногда сервер просто вырубается типо краш. грешу на ошибки.Если что,то какова цена помощи
https://pastebin.com/index.php?e=1
-
By ro1and
Помогите разобраться с Advanced Towing.
В настройках скрипта редактируются классы, которые могут буксировать/буксироваться.
SA_TOW_SUPPORTED_VEHICLES = [ "Tank", "Car", "Ship" ];
Содержимое этих классов нигде не описано. Чтоб оно заработало на сервере Exile нужно вместо этих классов вписать классы из config.cpp файла миссии (class Trucks, Choppers и т.д.) или оставить все как есть?
Просто хочу, чтобы грузовики тоже могли буксировать.
Заранее благодарю за помощь.
-
By Golf777
File mpmissions\__CUR_MP.Chernarus\custom\=BTC=_Logistic\=BTC=_Lift\=BTC=_LiftInit.sqf, line 138
Error in expression <
};
sleep 0.1;
};
_chopper removeAction BTC_liftHudId;
if (BTC_lift == 0) then {>
Error position: <BTC_liftHudId;
if (BTC_lift == 0) then {>
Error Undefined variable in expression: btc_lifthudid
-
-
Our picks
Всем привет!
Вопрос по Arma3 Epoh
Почти весь РПТ заполнен этой одной ошибкой
Вот эта ошибка в РПТ:
if (({_x == _loot} count exclcontainer_list) > 0) th>
10:48:32 Error position: <_loot} count exclcontainer_list) > 0) th>
10:48:32 Error Undefined variable in expression: _loot
10:48:32 File loot_addon\LSpawner\fn_LSgetBuildingstospawnLoot.sqf, line 146
10:48:32 Error in expression <d", "repairkit", true];
};
РПТ указывает сюда C:\server\@epochhive\addons\loot_addon\LSpawner
Вот этот блок:
//special for world objects: account for Wasteland and other items
if(_lootType == 5) exitWith {
_selecteditem = (floor(random(count((lootworldObject_list select _lootClass) select 1))));
_loot = (((lootworldObject_list select _lootClass) select 1) select _selecteditem);
_lootholder = createVehicle [_loot, _tmpPos, [], 0, "CAN_COLLIDE"];
if(_loot == "Land_CanisterFuel_F") then {
_chfullf = (random 100);
if (_chfullfuel > _chfullf) then {
_lootholder setVariable["mf_item_id", "jerrycanfull", true];
} else {
_lootholder setVariable["mf_item_id", "jerrycanempty", true];
};
};
if(_loot == "Land_CanisterOil_F") then {
_lootholder setVariable["mf_item_id", "syphonhose", true];
};
if(_loot == "Land_Can_V3_F") then {
_lootholder setVariable["mf_item_id", "energydrink", true];
};
if(_loot == "Land_Basket_F") then {
_lootholder setVariable["mf_item_id", "cannedfood", true];
};
if(_loot == "Land_CanisterPlastic_F") then {
_lootholder setVariable["mf_item_id", "water", true];
};
if(_loot == "Land_Suitcase_F") then {
_lootholder setVariable["mf_item_id", "repairkit", true];
};
//if container clear its cargo
if (({_x == _loot} count exclcontainer_list) > 0) then {
clearWeaponCargoGlobal _lootholder;
clearMagazineCargoGlobal _lootholder;
clearBackpackCargoGlobal _lootholder;
clearItemCargoGlobal _lootholder;
};
Что делать?
Поставить falce или заменить на другое? _lootholder setVariable["mf_item_id", "repairkit", true];
Правда не знаю на что заменить.
По идее это ремонтный комплект, а вот что с ним делать я не знаю.
Это я так понял блок спавна лута?
Share this post
Link to post
Share on other sites