-
Content count
66 -
Donations
0.00 EUR -
Joined
-
Last visited
Content Type
Profiles
Forums
Wiki
Servers
Devblog
Everything posted by Sna[KE]
-
по-моему тему стоит закрыть.
-
Это похоже на ошибку в базе данных сервера, на котором Вы играете. Обратитесь к администратору сервера, скорее всего ему необходимо в бд в таблице "player" в строке "damage" вашего персонажа изменить значение 1 на 0.
-
https://stokesmagee.net/store/category/2-exile/
-
Xm8/Territory show max constructions in territory detail
Sna[KE] replied to MGTDB's topic in Scripts
thanks -
Не заморачивайся.
-
ADK Base Painting dont load saved Texture
Sna[KE] replied to Admiral EliteSuicide's question in Serverside
You must make changes in your database and exile.ini . All instructions are inside the mod folder: @ADK Texture pack 1\Instructions- 9 replies
-
- load texture
- adk
-
(and 6 more)
Tagged with:
-
-
@Ban друг, ты зря разглагольствуешь. Этот бан выглядит как обычный локальный бан на сервере, в котором администратор сервера лишь добавил комментарий "глобальный бан". Попробуй на другие сервера зайди. Инфистар никогда не выдает глобал без причины и тем более за ругань с каким-то там администратором какого-то там сервера.
-
you tried to connect to another servers? its doesnt look like as infistar global ban.
-
mpmissions\config.cpp class CfgVirtualGarage { clearInventoryOnStore = 0; };
-
Exile is immortal
-
Раздеваешься и жмешь Take all.
-
Russian PVE Exile Server. The server has been running for more than three years. Mods: 1. Exile https://steamcommunity.com/sharedfiles/filedetails/?id=1487484880 2. RHS AFRF http://steamcommunity.com/sharedfiles/filedetails/?id=843425103 3. RHS USAF http://steamcommunity.com/sharedfiles/filedetails/?id=843577117 4.СBA_A3 http://steamcommunity.com/sharedfiles/filedetails/?id=450814997 5.CUP Units http://steamcommunity.com/sharedfiles/filedetails/?id=497661914 6.CUP Weapons http://steamcommunity.com/sharedfiles/filedetails/?id=497660133 7. CUP Vehicles http://steamcommunity.com/sharedfiles/filedetails/?id=541888371 8.Extended_Base_Mod https://steamcommunity.com/sharedfiles/filedetails/?id=647753401 9. 10.NIArms All in One https://steamcommunity.com/sharedfiles/filedetails/?id=1208517358
-
Issue with A3AXI AI patrol vehicles
Sna[KE] replied to Transnapastain's topic in Events, Missions & AI
@Transnapastain a3xai_config\config.cpp //Enable player use of AI vehicles. Players must either disable the vehicle or kill all units of the group in order to access the vehicle. (Default: 0) vehiclesAllowedForPlayers = 1; -
@KyleGD Random positions, Altis map example: _randomPosition = [[14741.8,16339.8,0], 1, 15000, 3, 0, 20, 0] call BIS_fnc_findSafePos; //MAP CENTER AND RADIUS 15000
-
@aussie battler thanks
-
Hi. How i can add marker text? I tried this: _marker = createMarker [ format["ExileSupplyBox%1", diag_tickTime], _randomPosition]; _marker setMarkerShape "ELLIPSE"; _marker setMarkerColor "ColorYellow"; _marker setMarkerBrush "SolidBorder"; _marker setMarkerSize [250,250]; _marker setMarkerText "MY TEXT"; but no success. Thanks
-
Поставь a3xai. Они создают динамику, движуху вокруг игроков. Оккупация конечно имеет свои преимущества, тут спору нет, но большинство администраторов все равно знают, о чем я говорю.
-
Не уверен, но в оккупации кажется вертолеты не высаживают десант. В этой системе патрулей точно есть такое: https://github.com/kuplion/A3XAI Насколько я знаю, большинство серверов используют именно ее, хотя, могу ошибаться.
-
I have this script. Its virtual parking on trades (garage). Buts its private script which was ordered. I didnt see this in free access.
-
I have this every time I set up dms occupation on my servers. Every every time.
-
Респ на базе - это дополнительный скрипт, устанавливаемый или нет индивидуально администратором каждого сервера. Он не является стандартной функцией сервера эксайл. Вам следует уточнить этот момент у хозяина сервера на котором Вы играете (если Вы играете) или установить этот скрипт, если Вы сам хозяин сервера.
-
[Release] ZCP - Zupa's (& City) Capture Points 3.1 ( 23 september update )
Sna[KE] replied to Zupa's topic in Add-ons
Ok i did it. If you want to add money to crates you need to go to @ExileServer\addons\a3_zcp_exile\functions , find file fn_spawnCrate.sqf and add _ZCP_SC_box setVariable ["ExileMoney",40000,true]; after line 32 clearItemCargoGlobal _ZCP_SC_box; example: clearWeaponCargoGlobal _ZCP_SC_box; clearMagazineCargoGlobal _ZCP_SC_box; clearBackpackCargoGlobal _ZCP_SC_box; clearItemCargoGlobal _ZCP_SC_box; _ZCP_SC_box setVariable ["ExileMoney",40000,true]; _ZCP_SC_box call ZCP_fnc_paraDrop;