C:\Dokumente und Einstellungen\wasja\Desktop\NGR \gamemodes\NGRpwn(16965) : error 032: array index out of bounds (variable "YakuzaVehs")
Das ist der Error, denn ich nicht verstehe und hier das was ich gescriptet habe:
YakuzaVehs[1] = AddStaticVehicle(461,2602.6733,1815.0930,10.4150,269.7519,11,11); // YAKI1 YakuzaVehs[2] = AddStaticVehicle(461,2602.5413,1811.9680,10.4128,266.2561,11,11); // YAKI2PCJ2 YakuzaVehs[3] = AddStaticVehicle(461,2602.3723,1808.8270,10.4146,271.3720,11,11); // YAKI2PCJ3 YakuzaVehs[4] = AddStaticVehicle(461,2602.3347,1805.4730,10.3993,272.0839,11,11); // YAKI2PCJ4 YakuzaVehs[5] = AddStaticVehicle(468,2602.1350,1802.3850,10.4835,268.6828,11,11); // YAKI2PCJ5 YakuzaVehs[6] = AddStaticVehicle(468,2602.1079,1799.0789,10.4894,269.3766,11,11); // YAKI2SAN6 YakuzaVehs[7] = AddStaticVehicle(468,2601.9851,1795.7910,10.4895,270.5688,11,11); // YAKI2SAN7 YakuzaVehs[8] = AddStaticVehicle(468,2602.0410,1792.5460,10.4906,269.1440,11,11); // YAKI2SAN8 YakuzaVehs[9] = AddStaticVehicle(468,2601.9021,1789.5200,10.4900,268.6599,11,11); // YAKI2SAN9 YakuzaVehs[10] = AddStaticVehicle(545,2591.6870,1805.2180,10.5813,90.2500,11,11); // YAKI2hustler10 YakuzaVehs[11] = AddStaticVehicle(545,2591.6321,1808.7070,10.5813,91.5210,11,11); // YAKI2hustler11 YakuzaVehs[12] = AddStaticVehicle(545,2591.6848,1811.9209,10.5820,89.4322,11,11); // YAKI2hustler12 YakuzaVehs[13] = AddStaticVehicle(545,2591.7507,1815.1194,10.5800,88.1305,11,11); // YAKI2hustler13 YakuzaVehs[14] = AddStaticVehicle(560,2591.7590,1833.9208,10.4932,90.0270,11,11); // YAKI2sultan14 YakuzaVehs[15] = AddStaticVehicle(560,2592.0923,1837.0615,10.4907,88.8679,11,11); // YAKI2sultan15 YakuzaVehs[16] = AddStaticVehicle(560,2591.6799,1840.3737,10.4889,89.4844,11,11); // YAKI2sultan16 YakuzaVehs[17] = AddStaticVehicle(560,2591.9663,1843.5310,10.4747,87.1785,11,11); // YAKI2sultan17 YakuzaVehs[18] = AddStaticVehicle(560,2592.2246,1846.6471,10.4882,88.4361,11,11); // YAKI2sultan18 YakuzaVehs[19] = AddStaticVehicle(411,2591.7295,1849.8776,10.5478,89.3975,11,11); // YAKI2info19 YakuzaVehs[20] = AddStaticVehicle(411,2591.7549,1852.9587,10.5692,90.5868,11,11); // YAKI2infi20 YakuzaVehs[21] = AddStaticVehicle(411,2591.6780,1856.2794,10.5725,88.6562,11,11); // YAKI2infi21 YakuzaVehs[22] = AddStaticVehicle(541,2592.1726,1859.4738,10.4512,90.2664,11,11); // YAKI2bul22 YakuzaVehs[23] = AddStaticVehicle(541,2592.2009,1862.5902,10.4543,88.7155,11,11); // YAKI2bul23 <<---- Bei dieser Zeile kommt es raus also der Warning:
C:\Dokumente und Einstellungen\wasja\Desktop\NGR\gamemodes\NGR.pwn(16965) : error 032: array index out of bounds (variable "YakuzaVehs")
Ich b