SA-MP Forums Archive
Problem Object - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Problem Object (/showthread.php?tid=484871)



Problem Object - Gold_Master - 01.01.2014

Hi all

i have a problem i canґt see my objects all the objects fence... gates...

can some one help me?


Re: Problem Object - TheOriginal1337 - 01.01.2014

Are you using a streamer? Or just CreateObject?
Also post the code.


Re: Problem Object - Scrillex - 01.01.2014

So what you are using? CreateObject or CreateDynamicObject (needs streamer plugin)

if you have in one place more then 2k objects it could not stream them out..
(CreateDynamicObject)
if you have more then 500 objects all the rest could not stream out..
(CreateObject)


Re: Problem Object - Gold_Master - 02.01.2014

what when i have 2k objects what should i do?


Re: Problem Object - Lidor124 - 02.01.2014

Use Incongnito's plugin streamer
https://sampforum.blast.hk/showthread.php?tid=102865
then replace all your object function from CreateObject to CreateDynamicObject