26.03.2017, 22:50
I have this coordinates:
I wanna use CreateDynamicMapIcon to create a map icon on all this coordinates without repeating code. How?
pawn Code:
new Float: WepShop[MAX_WEP_SHOPS][e_shops] =
{
{-85.2422, -1165.0312, 2.6328},
{-90.1406, -1176.6250, 2.6328},
{-92.1016, -1161.7891, 2.9609},
{1941.6562, -1778.4531, 14.1406}
{2645.2500, 1111.7500, 11.2500}
};