New array crashes my compiler!
#1

pawn Код:
new VehFuels[212][] =
{
    50,45,65,130,45,55,150,80,100,75,40,85,55,70,80,75,70,90,70,60,45,50,40,
    65,30,120,60,80,80,85,120,90,80,90,45,0,35,90,50,45,65,0,45,90,75,70,120,
    25,30,0,0,70,120,120,120,130,130,15,65,85,90,50,25,40,0,0,65,65,45,15,
    50,20,120,30,60,45,70,80,50,55,45,0,80,80,120,15,95,120,120,60,70,55,
    60,120,85,100,45,120,85,85,40,0,85,85,85,60,50,60,90,0,0,120,120,120,
    130,130,60,60,50,150,120,65,70,70,100,80,55,45,55,50,15,90,50,45,60,45,190,
    190,50,45,75,40,40,90,30,60,60,150,50,50,50,75,120,65,35,80,80,75,45,50,65,
    55,130,0,50,60,45,50,0,0,20,20,90,30,45,45,150,75,50,65,45,80,15,0,45,
    40,45,70,75,0,0,200,90,0,120,65,65,65,80,50,80,75,70,65,45,0,0,0,80,0,0
};
Now when I compile, my compiler library stops working. What's wrong here?
Reply
#2

Try this one :

pawn Код:
new VehFuels[212] =
{
    50,45,65,130,45,55,150,80,100,75,40,85,55,70,80,75,70,90,70,60,45,50,40,
    65,30,120,60,80,80,85,120,90,80,90,45,0,35,90,50,45,65,0,45,90,75,70,120,
    25,30,0,0,70,120,120,120,130,130,15,65,85,90,50,25,40,0,0,65,65,45,15,
    50,20,120,30,60,45,70,80,50,55,45,0,80,80,120,15,95,120,120,60,70,55,
    60,120,85,100,45,120,85,85,40,0,85,85,85,60,50,60,90,0,0,120,120,120,
    130,130,60,60,50,150,120,65,70,70,100,80,55,45,55,50,15,90,50,45,60,45,190,
    190,50,45,75,40,40,90,30,60,60,150,50,50,50,75,120,65,35,80,80,75,45,50,65,
    55,130,0,50,60,45,50,0,0,20,20,90,30,45,45,150,75,50,65,45,80,15,0,45,
    40,45,70,75,0,0,200,90,0,120,65,65,65,80,50,80,75,70,65,45,0,0,0,80,0,0
};
Reply
#3

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)