Hey,
ich bekomme den Error einfach nicht weg
//ZEILE 94-104
enum DerbyCars { vehid, Float:SpawnX, Float:SpawnY, Float:SpawnZ, Float:SpawnA, Float:RotX, Float:RotY, Float:RotZ, respawn, vworld }
new dcrosscar[8][DerbyCars] = {
{415,3689.0,-2167.6731,9.0553,359.4659.0,1.0,1.0,-1,1}, // DerbyPOS
{415,3693.0,-2167.6731,9.0553,359.4659.0,1.0,1.0,-1,1}, // DerbyPOS
{415,3697.0,-2167.6731,9.0553,359.4659.0,1.0,1.0,-1,1}, // DerbyPOS
{415,3701.0,-2167.6731,9.0553,359.4659.0,1.0,1.0,-1,1}, // DerbyPOS
{415,3705.0,-2167.6731,9.0553,359.4659.0,1.0,1.0,-1,1}, // DerbyPOS
{415,3709.0,-2167.6731,9.0553,359.4659.0,1.0,1.0,-1,1}, // DerbyPOS
{415,3713.0,-2167.6731,9.0553,359.4659.0,1.0,1.0,-1,1}, // DerbyPOS
{415,3717.0,-2167.6731,9.0553,359.4659.0,1.0,1.0,-1,1} // DerbyPOS
};
//ZEILE 289-292
for(new i=0; i<sizeof(dcrosscar); i++)
{
CreateVehicle(dcrosscar[i][vehid],dcrosscar[i][SpawnX],dcrosscar[i][SpawnY],dcrosscar[i][SpawnZ],dcrosscar[i][RotX],dcrosscar[i][RotY],dcrosscar[i][RotZ],-1);
}
C:\Users\Narushi\Desktop\Scripting\PAWN\New-Evolution-Reallife\gamemodes\DeathMatch.pwn(96) : error 001: expected token: "}", but found "."
C:\Users\Narushi\Desktop\Scripting\PAWN\New-Evolution-Reallife\gamemodes\DeathMatch.pwn(104) : error 010: invalid function or declaration
C:\Users\Narushi\Desktop\Scripting\PAWN\New-Evolution-Reallife\gamemodes\DeathMatch.pwn(291) : warning 213: tag mismatch
C:\Users\Narushi\Desktop\Scripting\PAWN\New-Evolution-Reallife\gamemodes\DeathMatch.pwn(291) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
//EDIT: Klammerfehler beseitigt
//EDIT: //EDIT eingefügt