24.08.2016, 02:54
Hello,
I created a Float named "Trashcan" with multiples X Y Z A coords.
Like this
Now my question is, how to I identify these positions in the "IsPlayerInRangeOfPoint" because I want the player to be able to /search near all these positions.
Thanks.
I created a Float named "Trashcan" with multiples X Y Z A coords.
Like this
pawn Код:
new Float:Trashcan[][] =
{
{-44.3092, 1178.2397, 19.4132, 3.6440},
{-219.0647, 1164.8140, 19.7422, 272.4051},
{-148.8153, 1133.7948, 19.7422, 90.2413},
{-170.1543, 1170.0885, 19.7500, 182.2840},
{-156.7292,1234.4429,19.7422,267.9447},
{-89.5546,1128.2325,19.7422,93.8001},
{-25.8537,1165.4301,19.3604,266.2787},
{-44.2002,1178.2396,19.4132,3.2300},
{-123.7713,897.6136,19.0959,91.1474},
{-161.0603,1175.2235,19.7422,89.2595}
};
Thanks.