29.07.2018, 17:05
Better example? I literally gave you everything you needed to script it yourself.
PHP код:
for(new i = 0, j = sizeof AmmuCoords - 1; i <= j; i++) {
CreateDynamicMapIcon(AmmuCoords[i][0], AmmuCoords[i][1], AmmuCoords[i][2], 10);
CreateDynamic3DTextLabel("", -1, AmmuCoords[i][0], AmmuCoords[i][1], AmmuCoords[i][2], 25.0);
}