29.10.2017, 18:30
So currently the syntax to create an object (extended) is the following:
Say I want an object in every world, I use -1.
How would I create an object in every world but one, or in every world but a range of worlds.
Examples:
Код:
CreateDynamicObjectEx(..., worlds[] = { -1 }, interiors[] = { -1 }, players[] = { -1 }, areas[] = { -1 }, ...);
How would I create an object in every world but one, or in every world but a range of worlds.
Examples:
- Object in every world, except world 0.
- Object in every world, except world 0 tot 99.