Posts: 252
Threads: 48
Joined: May 2013
Reputation:
0
When I start my server, a few textures are never loading and I must reload the filterscript with my mapping, I've seen that problem on Wennicke's Motel Interior
Posts: 810
Threads: 17
Joined: Aug 2013
Reputation:
0
Try to use streamer plugin if you're not using, if you are using just show your codes so we can help.
Posts: 252
Threads: 48
Joined: May 2013
Reputation:
0
Still need help with this.
Posts: 879
Threads: 63
Joined: May 2015
Reputation:
0
You better use it as Gamemode. (( Adding those script in the gamemoed )) Becuase sometime FS won't work as we want
Posts: 1,099
Threads: 79
Joined: Nov 2011
Reputation:
0
Are you using SetPlayerInterior by any chance?
And also,
Replace "CreateObject" with "CreateDynamicObject" and also replace "SetObjectMaterial" with "SetDynamicObjectMaterial"
Posts: 296
Threads: 9
Joined: Oct 2011
Reputation:
0
Well, how many other objects do you have? That map has 437 objects, which only leaves you 563 objects to create using CreateObject, so unless you're using a streamer and have more maps loaded It would most likely be the reason - You've hit the limit.
Posts: 252
Threads: 48
Joined: May 2013
Reputation:
0
Everything is already done, SetObjectMaterial is changed to SetDynamicObjectMaterial, CreateObject is changed to CreateDynamicObject also I don't feel like adding maps on the gamemode, it will make it even more heavier and it will require a restart whenever I want to add a new map. PS. Everything is fixed when I reload the filterscript with the maps but I still want it to be fixed.