Hallo.
Ich habe einpaar Fahrzeuge für eine Fraktion erstellt was auch gekalppt hat doch als ich sie ins Script einfüge wollte, kam ein Error.
Error:
C:\Users\Acer\Desktop\GTA San Andreas\German-Star-Reallife\gamemodes\iRoleplay.pwn(16226) : error 032: array index out of bounds (variable "FahrschulVehs")
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
So wie ich es eingefügt habe:
FahrschulVehs[0] = AddStaticVehicleEx(560,1250.3655,-1823.8090,13.1103,270.5984,1,1,respawntime); // FSAuto1
FahrschulVehs[1] = AddStaticVehicleEx(560,1250.3724,-1818.6996,13.1151,270.4925,1,1,respawntime); // FSAuto2
FahrschulVehs[2] = AddStaticVehicleEx(560,1250.2112,-1813.6490,13.1205,270.8275,1,1,respawntime); // FSAuto3
FahrschulVehs[3] = AddStaticVehicleEx(560,1250.1971,-1808.7074,13.1254,271.1966,1,1,respawntime); // FSAuto4
FahrschulVehs[4] = AddStaticVehicleEx(560,1279.8750,-1798.1604,13.0916,90.3548,1,1,respawntime); // FSAuto5
FahrschulVehs[5] = AddStaticVehicleEx(560,1279.8875,-1803.2078,13.0882,88.4536,1,1,respawntime); // FSAuto6
FahrschulVehs[6] = AddStaticVehicleEx(560,1280.0562,-1808.3068,13.0882,91.7244,1,1,respawntime); // FSAuto7
FahrschulVehs[7] = AddStaticVehicleEx(560,1279.7329,-1813.2325,13.0880,89.8019,1,1,respawntime); // FSAuto8
FahrschulVehs[8] = AddStaticVehicleEx(560,1279.8733,-1818.3232,13.0891,88.7492,1,1,respawntime); // FSAuto9
FahrschulVehs[9] = AddStaticVehicleEx(560,1279.9850,-1823.3115,13.0787,88.9816,1,1,respawntime); // FSAuto10
FahrschulVehs[10] = AddStaticVehicleEx(560,1280.0730,-1828.4318,13.0832,88.5617,1,1,respawntime); // FSAuto11
FahrschulVehs[11] = AddStaticVehicleEx(560,1279.9894,-1833.3088,13.0827,90.7897,1,1,respawntime); // FSAuto12
FahrschulVehs[12] = AddStaticVehicleEx(487,1199.3738,-1780.1503,33.8889,179.8501,1,1,respawntime); // FSHeli1
FahrschulVehs[13] = AddStaticVehicleEx(487,1157.4535,-1779.0228,33.8288,181.8868,1,1,respawntime); // FSHeli2
FahrschulVehs[14] = AddStaticVehicleEx(487,1146.3091,-1778.3502,33.8015,181.3792,1,1,respawntime); // FSHeli3
FahrschulVehs[15] = AddStaticVehicleEx(487,1132.9352,-1777.5864,33.8094,180.8806,1,1,respawntime); // FSHeli4
FahrschulVehs[16] = AddStaticVehicleEx(593,1245.0508,-1797.9869,34.0703,90.1039,1,1,respawntime); // FSPlane
FahrschulVehs[17] = AddStaticVehicleEx(593,1251.5491,-1743.9862,34.1019,183.8446,1,1,respawntime); // FSPlane2
FahrschulVehs[18] = AddStaticVehicleEx(593,1265.9589,-1743.1895,34.1040,180.5634,1,1,respawntime); // FSPlane3
FahrschulVehs[19] = AddStaticVehicleEx(560,1181.6836,-1839.0919,13.1209,179.8504,1,1,respawntime); // LKWCar1
FahrschulVehs[20] = AddStaticVehicleEx(560,1172.8989,-1839.4333,13.1116,179.8444,1,1,respawntime); // LKWCar2
FahrschulVehs[21] = AddStaticVehicleEx(403,1181.4910,-1830.9011,14.0836,182.0077,1,1,respawntime); // LKW1
FahrschulVehs[22] = AddStaticVehicleEx(403,1172.9031,-1831.3026,14.0049,180.5308,1,1,respawntime); // LKW2
FahrschulVehs[23] = AddStaticVehicleEx(435,1172.9891,-1819.6525,14.0539,179.1872,1,1,respawntime); // LKWAnheanger1
FahrschulVehs[24] = AddStaticVehicleEx(435,1181.2963,-1818.5736,14.0326,178.8251,1,1,respawntime); // LKWAnheanger2
FahrschulVehs[25] = AddStaticVehicleEx(522,1210.9617,-1821.7650,13.1549,177.4965,1,1,respawntime); // FSBike1
FahrschulVehs[26] = AddStaticVehicleEx(522,1209.4082,-1821.8516,13.1609,179.1575,1,1,respawntime); // FSBike2
FahrschulVehs[27] = AddStaticVehicleEx(522,1207.9612,-1821.5382,13.1579,180.9199,1,1,respawntime); // FSBike3
FahrschulVehs[28] = AddStaticVehicleEx(522,1206.4673,-1821.7024,13.1567,181.9381,1,1,respawntime); // FSBike4
FahrschulVehs[29] = AddStaticVehicleEx(522,1204.8751,-1821.7832,13.1544,180.7082,1,1,respawntime); // FSBike5
FahrschulVehs[30] = AddStaticVehicleEx(522,1203.4766,-1821.7317,13.1518,178.3277,1,1,respawntime); // FSBike6
FahrschulVehs[31] = AddStaticVehicleEx(522,1201.9169,-1821.3522,13.1574,182.5428,1,1,respawntime); // FSBike7
FahrschulVehs[32] = AddStaticVehicleEx(522,1200.3915,-1821.5957,13.1552,177.5536,1,1,respawntime); // FSBike8
FahrschulVehs[33] = AddStaticVehicleEx(522,1198.9263,-1821.5852,13.1467,180.0374,1,1,respawntime); // FSBike9
FahrschulVehs[34] = AddStaticVehicleEx(522,1197.4847,-1821.3131,13.0892,177.3329,1,1,respawntime); // FSBike10
Die Variable:
new FahrschulVehs[34];
Ich habe eigentlich alles richtig gemacht schätze ich aber ich brauche dringend hilfe weil ich noch andere Fraktionsfahrzeuge einfügen muss.
Wenn jemand denn Problem finden kann, kann er mir das bitte Per Antwort schicken