Posts: 219
Threads: 39
Joined: Mar 2011
Reputation:
0
Hello im new in the scripting discussion and i have a problem whit object id 987. Im mapper and when i map some areas for fight only whit object id 987 (many times i spawn it) im making some type of cell (stage). The problem is i dont see the objects when i put it in pawn and save i log in game but the objects only objects 987 are gone why?
Posts: 1,426
Threads: 56
Joined: Dec 2010
Reputation:
0
Show the code you drop in your Gamemode
Posts: 219
Threads: 39
Joined: Mar 2011
Reputation:
0
- CreateObject(987, -1332.606323, 477.838715, 6.187500, 0.0000, 0.0000, 0.0000);
This is only 1 of the many like that.
Posts: 528
Threads: 75
Joined: Jul 2011
Reputation:
0
U need to put them under OnGameModeInit!
Posts: 219
Threads: 39
Joined: Mar 2011
Reputation:
0
i put my mapped things under public OnPlayerConnect(playerid); and when i log in i see some of the mapped things.
Posts: 69
Threads: 2
Joined: Sep 2009
Reputation:
0
how many objects are you working with?
Posts: 399
Threads: 23
Joined: Mar 2011
Reputation:
0
If your using more than 300 i suggest you use a streamer - For example Streamer, just get the include and #include <streamer> at the top of your script and Hit that compile button with all your might xD , Go on my tutorial and check it out