28.03.2017, 21:26
Whats the point of it?
What will be different from 5 lines with coords and 5 lines with coords + CreateDynamicMapIcon?
I mean... Why?
Edit:
Try this:
What will be different from 5 lines with coords and 5 lines with coords + CreateDynamicMapIcon?
I mean... Why?
Edit:
Try this:
PHP Code:
for (new i; i < sizeof(WepShop); i++)
{
new Float:X, Float:Y, Float:Z;
CreateDynamicMapIcon(X, Y, Z,-1,-1,-1,-1,300);
}