Posts: 247
Threads: 70
Joined: Mar 2014
Reputation:
0
hi, i want ask
why streamer can't loaded object in my gamemode?
but if in filterscript can loaded
note : i use streamer 2.7.4 (latest)
Posts: 1,830
Threads: 49
Joined: Nov 2014
Reputation:
0
Show the code where you load your objects.
Posts: 247
Threads: 70
Joined: Mar 2014
Reputation:
0
i load object in ongamemodeinit
and i removebuild in onplayerconnect
Posts: 1,830
Threads: 49
Joined: Nov 2014
Reputation:
0
And you use CreateDynamicObject, not CreateObject, right?
But it works in filterscripts? You should check if there's even a slight difference that could be the problem.