Complicated arrays (or at least i think so)
#1

What am i doing wrong
Код:
new Float:CarParkFloor[10][4] = {
{2116.7153,2416.4597,10.8203,0},
{2116.7153,2416.4597,15.1172,0},
{2116.7153,2416.4597,19.4219,0},
{2116.7153,2416.4597,23.7188,0},
{2116.7153,2416.4597,28.0234,0},
{2116.7153,2416.4597,32.3203,0},
{2116.7153,2416.4597,36.6172,0},
{2116.7153,2416.4597,40.9219,0},
{2116.7153,2416.4597,45.2188,0},
{2116.7153,2416.4597,49.5234,0}
};
under init

Код:
  for (new i=0; i<10; i++) {
    AddStaticPickup(1239, 23,
    CarParkFloor[0][0],
    CarParkFloor[0][1],
    CarParkFloor[0][2],
    CarParkFloor[0][3]);
  }
I'm getting a 213 Tag Mismatch
Reply


Messages In This Thread
Complicated arrays (or at least i think so) - by adsy - 12.02.2010, 20:07
Re: Complicated arrays (or at least i think so) - by MadeMan - 12.02.2010, 20:18
Re: Complicated arrays (or at least i think so) - by adsy - 12.02.2010, 20:20

Forum Jump:


Users browsing this thread: 2 Guest(s)