hallo leute ich habe eine frage ich habe 3 errors im script
new dtcKaufliste[][dtcCarModell] = { //CARSYS
//0 = 2 Räder
{0,462,2000}, //Faggio
{0,581,70000}, //BF-400
{0,521,80000}, //FCR-900
{0,463,60000}, //Freeway
{0,461,90000}, //PCJ-600
{0,468,20000}, //Sanchez
{0,586,20000}, //Wayfarer
{0,471,30000}, //Quad
{0,522,120000}, //NRG
// 1 = Bugy
{1,470,1}, // Buggy ^^
// 2 = MaraSalvatrucha Base Autohaus
{2,467,6000}, //Oceanic
{2,536,10000}, //Blade
{2,534,7000}, //Remigton
{2,567,12000}, //Savanna
{2,535,20000}, //Slamvan
{2,412,7500}, //Voodo
{2,426,30000}, //Premier
{2,421,40000}, // Washington
{2,518,10000}, //Buccanee
{2,542,5000}, //Clover
{2,496,7500}, //Blistac
{2,587,12000}, //Euros
{2,439,15000}, //Stallion
{2,550,12000}, //Sunrise
{2,540,10000}, //Vincent
{2,404,9500}, //Peren
{2,413,10000}, //Pony
{2,458,12500}, //Solair
{2,479,12500}, //Regina
{2,440,9500}, //Rumpo
{2,423,10000}, //Eiswagen (Mrwhoop)
{2,483,16000}, //Camper
{2,500,12500}, //Mesa
{2,508,80000}, //Journey
{2,554,25000}, //Yosemite
{2,561,30000}, //Startum
{2,489,22000}, //Rancher
{2,543,15000}, //Sadler
{2,442,20000}, //Leichenwagen
{2,527,6000}, //Cadrona
{2,531,6000}, //Farmtraktor
{2,536,22000}, //Rancher
{2,575,15000}, //Sadler
{2,534,20000}, //Leichenwagen
{2,567,6000}, //Cadrona
{2,531,6000}, //Farmtraktor
{2,566,6000},
{2,576,6000},
{2,412,6000}
// An Oamt Base
{3,533,60000}, //Feltzer
{3,579,90000}, //Huntley
{3,507,96999}, //Elegant
{3,419,120000}, //Esperant
{3,526,94000}, //Fortune
{3,602,109995}, //Alpha
{3,400,100000}, //Landstal
{3,545,100000}, //Hustler
{3,405,120000}, //Sentinel
{3,445,125000}, //Admiral
{3,475,70000}, //Sabre
{3,409,1000000}, //Stretch
{3,562,180000}, //Elegy
{3,560,200000}, //Sultan
{3,429,140000}, //Banshee
{3,402,150000}, //Buffalo
{3,541,280000}, //Bullet
{3,415,248000}, //Cheetah
{3,589,176000}, //Club
{3,411,200000}, //Infernus
{3,559,145000}, //Jester
{3,603,155000}, //Phönix
{3,506,270000}, //Supergt
{3,451,225000}, //Turismo
{3,558,180000}, //Uranus
{3,480,140000}, //Comet
{3,477,95000}, //Zr350
{3,565,120000} //Flash
//2 = LS AIRPORT (Flugzeuge Helikopter)
{4,487,3500000}, //Maverick
{4,469,1500000}, //Spearrow
{4,511,2500000}, //Beagle
{4,593,900000}, //Dodo
{4,513,1000000}, //StuntFlugzeug
{4,519,9000000}, //Shamal
{4,417,5000000} //Raindance
};
error codes
C:\Users\Sebastian\Desktop\World of San Andreas 4.0\World of San Andreas 4.0.2\gamemodes\WorldofSanAndreas.pwn(1041) : error 001: expected token: "}", but found "{"
C:\Users\Sebastian\Desktop\World of San Andreas 4.0\World of San Andreas 4.0.2\gamemodes\WorldofSanAndreas.pwn(1070) : error 055: start of function body without function header
C:\Users\Sebastian\Desktop\World of San Andreas 4.0\World of San Andreas 4.0.2\gamemodes\WorldofSanAndreas.pwn(1077) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Errors.