31.10.2011, 20:21
Hay wondering if anyone can help not worried about the loose indentation just the two errors.
new SFRace[12][3] =
{ //66 line
{-1795.0421, 1103.3732, 45.0752}'
{-1930.9707, 1076.5671, 50.9935},
{-2230.1987, 1076.0427, 55.3577},
{-2590.9111, 1094.3782, 56.4249},
{-2606.9106, 794.0964, 48.8295},
{-2592.1206, 468.0095, 14.2402},
{-2509.6260, 565.3315, 14.2450},
{-2284.7966, 565.8425, 34.7950},
{-2004.1255, 554.2927, 34.7953},
{-1964.4161, 346.3401, 33.8492},
{-1849.9379, 409.4500, 16.7912},
{-1756.7081, 317.2934, 6.8105}
}; //70 line
Many thanks
Код:
\Users\GTA ONLY\Desktop\The Eclipse V4.8\gamemodes\SW - Copy.pwn(67) : warning 213: tag mismatch C:\Users\GTA ONLY\Desktop\The Eclipse V4.8\gamemodes\SW - Copy.pwn(67) : warning 213: tag mismatch C:\Users\GTA ONLY\Desktop\The Eclipse V4.8\gamemodes\SW - Copy.pwn(67) : warning 213: tag mismatch C:\Users\GTA ONLY\Desktop\The Eclipse V4.8\gamemodes\SW - Copy.pwn(67) : error 027: invalid character constant C:\Users\GTA ONLY\Desktop\The Eclipse V4.8\gamemodes\SW - Copy.pwn(79) : error 010: invalid function or declaration C:\Users\GTA ONLY\Desktop\The Eclipse V4.8\gamemodes\SW - Copy.pwn(17033) : warning 217: loose indentation C:\Users\GTA ONLY\Desktop\The Eclipse V4.8\gamemodes\SW - Copy.pwn(17034) : warning 217: loose indentation C:\Users\GTA ONLY\Desktop\The Eclipse V4.8\gamemodes\SW - Copy.pwn(17046) : warning 217: loose indentation C:\Users\GTA ONLY\Desktop\The Eclipse V4.8\gamemodes\SW - Copy.pwn(17051) : warning 217: loose indentation C:\Users\GTA ONLY\Desktop\The Eclipse V4.8\gamemodes\SW - Copy.pwn(17063) : warning 217: loose indentation C:\Users\GTA ONLY\Desktop\The Eclipse V4.8\gamemodes\SW - Copy.pwn(17388) : warning 203: symbol is never used: "WinnerName" C:\Users\GTA ONLY\Desktop\The Eclipse V4.8\gamemodes\SW - Copy.pwn(17388) : warning 203: symbol is never used: "stringwin" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.
{ //66 line
{-1795.0421, 1103.3732, 45.0752}'
{-1930.9707, 1076.5671, 50.9935},
{-2230.1987, 1076.0427, 55.3577},
{-2590.9111, 1094.3782, 56.4249},
{-2606.9106, 794.0964, 48.8295},
{-2592.1206, 468.0095, 14.2402},
{-2509.6260, 565.3315, 14.2450},
{-2284.7966, 565.8425, 34.7950},
{-2004.1255, 554.2927, 34.7953},
{-1964.4161, 346.3401, 33.8492},
{-1849.9379, 409.4500, 16.7912},
{-1756.7081, 317.2934, 6.8105}
}; //70 line
Many thanks