SA-MP Forums Archive
[SOLVED] Array tag mismatch - 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: [SOLVED] Array tag mismatch (/showthread.php?tid=93819)



[SOLVED] Array tag mismatch - kevin974 - 26.08.2009

Код:
new HousesLevels[13][5] = {
{222.9534, 1287.7649, 1082.1406, 1, 2000},
{261.0827, 1284.6899, 1080.2578, 4, 4500}, 
{260.6734, 1237.7909, 1084.2578, 9, 7000}, 
{376.7426, 1417.3226, 1081.3281, 15, 10000}, 
{295.2874, 1473.2769, 1080.2578, 15, 17000}, 
{2270.1050, -1210.3917, 1047.5625, 10, 23000}, 
{327.9431, 1478.3801, 1084.4375, 15, 34000},  
{447.1211, 1397.8444, 1084.3047, 2, 62000},  
{2196.0063, -1204.6326, 1049.0234, 6, 102000}, 
{235.3416, 1187.2882, 1080.2578, 3, 156000},  
{490.9987, 1399.4164, 1080.2578, 2, 188000},  
{227.1212, 1114.1840, 1080.9972, 5, 23500},  
{225.6624, 1022.5345, 1084.0145, 7, 295000}  
};
I realized that i cant mix float with int.