27.04.2009, 05:42 
	
	
	on the Top--->
Код:
new Float:RandomGG[7][7] =
{
	{-1130.9011,1076.9305,1353.4279,180.0000},
	{-1136.5948,1077.3739,1345.8052,181.1802},
	{-1083.2759,1045.3164,1343.3174,114.5518},
  {-1059.1899,1056.0432,1344.1494,285.9082},
  {-1017.5864,1050.0138,1342.8647,82.3721},
  {-974.0999,1061.7153,1345.6708,94.1719},
  {-972.9766,1022.9188,1345.0541,99.9477}
};
Код:
new rand = random(sizeof(RandomGG)); SetPlayerPos(playerid, RandomGG[rand][0], RandomGG[rand][1], RandomGG[rand][2],RandomGG[rand][3],RandomGG[rand][4],RandomGG[rand][5],RandomGG[rand][6]);
warning 202: number of arguments does not match definition
warning 202: number of arguments does not match definition
warning 202: number of arguments does not match definition
But why ??
Bearfist


	
