03.06.2014, 23:26
Quote:
What? That will create the same objects every time a player connects.
First, read some documentation about this if you have to load more than 1000 objects at once: Streamer Plugin. Then, you can just place the "CreateObject" or "CreateDynamicObject" codes (the ones you get from "Show Code" in Map Editor) under OnGameModeInit. |