12.02.2010, 20:07
What am i doing wrong
under init
I'm getting a 213 Tag Mismatch
Код:
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} };
Код:
for (new i=0; i<10; i++) { AddStaticPickup(1239, 23, CarParkFloor[0][0], CarParkFloor[0][1], CarParkFloor[0][2], CarParkFloor[0][3]); }