Streamer Objects Disappear
#1

I'm using this streamer: https://sampforum.blast.hk/showthread.php?tid=102865

Some objects disappear when I get near them, reason?
Reply
#2

Same Problem any one?
Reply
#3

You are creating the objects as "CreateDynamicObject" right? and what is the default OBJECT count "CreateObject" your using ?
Reply
#4

Like PhoenixB said. You need to use:
pawn Code:
CreateDynamicObject ..
// Go on
Instead of:
pawn Code:
CreateObject ..
// Go on
Reply
#5

If you have more than 400 objects in a little area, then yes, some of them won't show up. You can only have 400 objects visible at a time.
Reply
#6

For me its also happens, but only with objs that are nat created in OnGamemodeInit, like with extra cmd /chair to spawn chair obj, it may disapear after some while, thats why make some timer or so, which destrorys and recreate object
Reply
#7

I have this problem when i put some map, my big object disappear (police or bank, hospital etc) someone know how to fix?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)