SA-MP Forums Archive
Objects - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Objects (/showthread.php?tid=237118)



Objects - Sepelin - 09.03.2011

Whats the limit of objects. i think i dont got over the limit but object disappears when i add new one into the gamemode can someone help me with this?


Re: Objects - [WF]Demon - 09.03.2011

Use a streamer, Preferably Incognito's Streamer Plugin. Click To Go To That Plugin.


Re: Objects - Sepelin - 09.03.2011

Quote:
Originally Posted by [WF]Demon
Посмотреть сообщение
Use a streamer, Preferably Incognito's Streamer Plugin. Click To Go To That Plugin.
I use that streamer


Re: Objects - [WF]Demon - 09.03.2011

The limit is around 10K i think, I don't think it has a set one. My server runs fine with 2000+ objects with that streamer.


Re: Objects - Sepelin - 09.03.2011

Quote:
Originally Posted by [WF]Demon
Посмотреть сообщение
The limit is around 10K i think, I don't think it has a set one. My server runs fine with 2000+ objects with that streamer.
Shall i use
PHP код:
CreateObject 
or
PHP код:
CreateDynamicObject 



Re: Objects - mprofitt - 09.03.2011

Quote:
Originally Posted by Sepelin
Посмотреть сообщение
Shall i use
PHP код:
CreateObject 
or
PHP код:
CreateDynamicObject 
Isn't the choice obvious? Do you want a dynamic object or not?