Posts: 281
Threads: 49
Joined: Mar 2009
Reputation:
0
With the newest upgrade all created objects are not visible.Something has changed?
Posts: 472
Threads: 12
Joined: Apr 2009
Reputation:
0
No, it works perfectly for me. Even with and without streamer
Posts: 38
Threads: 6
Joined: Aug 2009
Reputation:
0
I add the objects with YSI and I do not have problems in the RC6-2
Posts: 281
Threads: 49
Joined: Mar 2009
Reputation:
0
I still cant find the problem.Before RC6-2 all created object was fine...
Posts: 472
Threads: 12
Joined: Apr 2009
Reputation:
0
Do you use a filterscript or is it built into the GM?
Posts: 281
Threads: 49
Joined: Mar 2009
Reputation:
0
Its inside the GM.also my vehicles dont spawn(AddStaticVehicle).I have many problems with the new update
Posts: 2,799
Threads: 95
Joined: Jun 2006
Reputation:
0
I will bet money that this is 100% a script problem. Mind posting some of your code?
Posts: 472
Threads: 12
Joined: Apr 2009
Reputation:
0
Gotta be very new if you can manage to do CreateObject and AddStaticVehicle wrong, should disable the objects in the FS's first. If tht dont work, kaisersouse is right
Posts: 424
Threads: 21
Joined: Jun 2008
Reputation:
0
this is usually because there is an error, on OnGameModeInit is terminated before it is done, try putting a printf on every other line (not inside for loops!) with the number inside it getting higher. run your script and see if they stop before they were supposed too.