12.09.2009, 04:15 
	
	
	
		thx and could someone help with this... 
i have that array and i whant to put it into here...
thx for ur time
	
	
	
	
Код:
new Float:Robber[][7] =
 {  {1543.7039,-1634.5381,13.5539,292.2354},
  {1608.5026,-1602.3148,13.7188,300.8884},
  {1508.7578,-1697.3396,14.0469,162.5225},
  {1146.9359,-1748.3922,13.5703,18.2070},
  {1220.5004,-1330.4227,13.4825,273.1595},
  {1859.1699,-1383.3341,13.5625,84.8336}
 };
Код:
if(!strcmp("/robbery", cmdtext, true) && PlayerToPoint(10 ,playerid,/*[Array here]*/))

