Posts: 1,840
Threads: 399
Joined: Oct 2010
Reputation:
0
Hello all,
I am making some custom interiors for the server and i want to create the objects in all worlds and not in world 0.
How can i manage that?
Admigo
Posts: 2,368
Threads: 27
Joined: Jun 2010
Reputation:
0
If you want to make the objects in all worlds, simply leave that parameter (worldid) because it is -1 by default. Also I don't get what you need, can you explain more?
Posts: 2,593
Threads: 34
Joined: Dec 2007
pawn Код:
CreateDynamicObjectEx(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, Float:drawdistance = 0.0, Float:streamdistance = 200.0, worlds[] = { -1 }, interiors[] = { -1 }, players[] = { -1 }, maxworlds = sizeof worlds, maxinteriors = sizeof interiors, maxplayers = sizeof players);