
Oto config:
I problem - nie wykrywa wyspy w OFP. Oczywiście jest wszystko w PBO jak trzeba (plik z wyspą naturalnie też
). Proszę o pomoc, jeśli coś jeszcze potrzebne od tej wyspy to pisać 
- Kod: Zaznacz cały
#define TEast 0
#define TWest 1
#define TGuerrila 2
#define TCivilian 3
#define TSideUnknown 4
#define TEnemy 5
#define TFriendly 6
#define TLogic 7
#define true 1
#define false 0
#define private 0
#define protected 1
#define public 2
#define WeaponNoSlot 0 // dummy weapons
#define WeaponSlotPrimary 1 // primary weapons
#define WeaponSlotSecondary 16 // secondary weapons
#define WeaponSlotItem 256 // items
#define WeaponSlotBinocular 4096 // binocular
#define WeaponHardMounted 65536
class CfgPatches
{
class sh
{
units[] = {};
weapons[] = {};
worlds[] = {"sh"};
requiredVersion = 1.75;
};
};
class CfgVehicles{};
class CfgSurfaces
{
class Default {};
};
class CfgEnvSounds {};
class CfgWorlds
{
class DefaultWorld {};
class sh: DefaultWorld
{
access=3;
description="Silent Hill";
worldName="\sh\sh.wrp";
plateFormat="ML$ - #####";
plateLetters="ABCDEGHIKLMNOPRSTVXZ";
startTime="12:28";
startDate="21/7/85";
startWeather=0.000000;
startFog=0.000000;
forecastWeather=0.000000;
forecastFog=0.000000;
seagullPos[]={6100,6100,50};
ilsPosition[]={321,4691};
ilsDirection[]={1,0.080000,1};
ilsTaxiIn[]={"321+69","4961+400","321+69","4961+95","321+61","4961+87","321+8","4961+87",321,"4961+95",321,"4961+150"};
ilsTaxiOff[]={321,4961,321,"4961+878","321+8","4961+886","321+61","4961+886","321+69","4961+878","321+69","4961+400"};
centerPosition[]={6350,6350,0};
class Sounds
{
sounds[]={};
};
class Animation
{
vehicles[]={};
};
class Names
{
class Toluca_Lake
{
name="Toluca Lake";
position[]={857.1238, 2204.0625, 0};
};
class Silent_Hill
{
name="Silent Hill";
position[]={1056.6835, 1722.6996, 0};
};
class Kamienny_Krg
{
name="Kamienny Krąg";
position[]={1112.2463, 1793.3761, 0};
};
class Old_Castle
{
name="Old Castle";
position[]={1088.8593, 1609.4120, 0};
};
};
I problem - nie wykrywa wyspy w OFP. Oczywiście jest wszystko w PBO jak trzeba (plik z wyspą naturalnie też
