SA-MP Forums Archive
Need help... - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Need help... (/showthread.php?tid=78111)



Need help... - Cabby - 17.05.2009

Код:
must be a constant expression; assumed zero
Heres the line
pawn Код:
new Float:DrivingChecks[10] =
{
    {1526.8494,-1661.9990,13.1246},
      {1526.9148,-1719.3868,13.1229},
      {1560.5118,-1734.3340,13.1246},
      {1567.0652,-1859.3285,13.1229},
        {1532.8179,-1869.9049,13.1228},
      {1402.2668,-1870.0790,13.1229},
      {1391.8821,-1746.4940,13.1228},
      {1525.1090,-1734.9232,13.1248},
      {1532.3062,-1687.9683,13.1228},
      {1535.9445,-1669.6671,13.1227}
};
Whats wrong?