function testaray()
testarays ={
{1634.4591,1768.1781,10.8203,270.0},
{1225.4983,308.7397,19.7472,157.0},
{-2655.7307,636.2322,14.4531,188.0},
{1174.2993,-1323.4747,14.7891,270.0},
{2027.4967,-1406.1840,17.2150,191.0},
{-2119.7444,-2388.7043,30.6250,55.0},
{-316.1642,1054.7610,19.7422,354.0},
{-1514.6053,2523.7820,55.8071,0.0}
};
outputDebugString("test aray: " ..testarays[1][1].."," ..testarays[1][2].."," ..testarays[1][3].."," ..testarays[1][4])
end
addCommandHandler("arays", testaray)
this maybe will help you