19.06.2012, 10:13
So, This should be corrected one -
You mean I have to add or I have to remove ?
EDIT on adding "," on the last array give me unexpected error -
pawn Код:
new Float:Cams[4][6] =
{ //Cam Co-Ordinates //Spawn Co-Ordinates
{-1276.6558, 673.2457, 5.3714 , -1275.6641, 673.4034, 5.0515},
{-1273.0865, 867.9253, 4.8847 , -1272.1237, 868.2120, 4.4398},
{-2788.0381, -295.9537, 7.1319 , -2788.9910, -295.6427, 6.7172},
{365.5145, -2007.3859, 7.7309 , 365.0089, -2006.5144, 7.3015}
};
EDIT on adding "," on the last array give me unexpected error -
pawn Код:
C:\Users\Vyom\Desktop\New HTDMDM Server\DM\vkcDM.pwn(168) : error 018: initialization data exceeds declared size
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.