Mapping Problems
#1

Hey, I put all the mapping in 1 filterscript under OnFilterScriptInit, but after i added my latest map on it all the objects didn't shown! i thought that it can't load because of many lines, so i tried to add it for my gamemode under OnGameModeInit and the objects is not shown too. without the latest map it's working, also i tried a new filterscript and tried to add it and nothing is shown too!! Help
Reply
#2

Is the map using streamer? (structure: CreateDynamicObject(objectid, ....), or normal objects?, do you have more than 1000 objects in normal objects? (structure: CreateObject(...)), are you using the latest streamer? did you re-compile the filterscript with latest streamer?,

a lot of questions must be answered..
Reply
#3

use CreateDynamicObject via Streamer plugin
Reply
#4

I have more than 1000+ Objects in normal objects : CreateObject and some is CreateDynamicObject, but the new map i made is CreateObject??
Reply
#5

Guys it worked with CreateDynamicObject but in a new filterscript, if i added it on the filterscript i put all maps in it it will work??
Reply
#6

Convert all your CreateObject to CreateDynamicObject and download the latest streamer and re-compile and it should work, you can add unlimited amount of objects in CreateDynamicObject thats one of the advantages of using the streamer plugin, good luck.

I hope I helped, any feedback would be appreciated!.
Reply
#7

All mapping is 7986 lines if i made them all CreateDynamicObject It will be a problem?
Reply
#8

no it will not be a problem
use CTRL + H
Reply
#9

but, will it affect on anything in the server or not?!
Reply
#10

NO.........
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)