Hallöchen,
ich habe das Problem ich bekomme 4 Errors, und weiß nicht warum:
Code
C:\SA-MP Server\gamemodes\KA-1-0-0.pwn(609) : error 001: expected token: ";", but found "{"
C:\SA-MP Server\gamemodes\KA-1-0-0.pwn(621) : error 010: invalid function or declaration
C:\SA-MP Server\gamemodes\KA-1-0-0.pwn(633) : error 001: expected token: ";", but found "{"
C:\SA-MP Server\gamemodes\KA-1-0-0.pwn(668) : error 010: invalid function or declaration
die Zeilen:
new Float:DtcParkPlatz[AUTOHAUSER][MAXPARKPLATZE][4] =
{
{//Autohaus (LS)
{1275.6222,-1655.7703,13.2518,269.5589},
{1275.6222,-1655.7703,13.2518,269.5589},
{1275.6222,-1655.7703,13.2518,269.5589},
{1275.6222,-1655.7703,13.2518,269.5589},
},
{//Flugzeug-Shop
{-1585.2198,1229.2092,6.8937,180.0},
{-1581.2231,1229.1381,6.8926,180.0},
{-1577.4001,1229.0983,6.8943,180.0},
{-1573.0222,1229.0796,6.8924,180.0},
},
{//Bootsautohaus
{1120.5925,-1390.000,13.2414,90.000},
{1130.1421,-1390.000,13.2939,90.000},
{1140.1067,-1390.000,13.3526,90.000},
{1150.2216,-1390.000,13.4119,90.000}
}
};
MfG