12.01.2011, 12:20
Quote:
Thanks kyosaur, I know about convertffs btw Do i need to place any natives or forwards that we place on top of the script to create an object?
|
As for you question about objects not showing, its likely just you're streamer. There is an object limit which can not be passed (both global and player pased) streamers get around this limit by deleting objects that arent currently in use so they can make room for objects that are. An object's usage is defined by a customizable area (its called draw distance). Once an object leaves that area it gets destroyed, and once an object enters it gets created.
That's basically how an object streamer works (very basic and probably bad explanation ahaha). If you're missing objects it's either because the checking in the streamer is really bad, or because you simply just have to many objects in one area and need a lower draw distance (since there's a limit, you cant have 1000 objects in a 50 meter radius lol).