27.02.2018, 17:11
so i got like 50-100 objects and i was wondering whats the best way to add them to gamemode.
should i simply add them createdynamicobject for each one or should i use an array?
like
and create a function that loops trough the array and creates the objects?
should i simply add them createdynamicobject for each one or should i use an array?
like
PHP код:
{x1,z1,y1},
{x2,z2,y2}