Objects problem - 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: Objects problem (
/showthread.php?tid=367977)
Objects problem -
Strech - 11.08.2012
Well when i add objects,the old are dissapearing from the game.How can i fix it,i got a streamer but still got some problems.
Re: Objects problem -
[DOG]irinel1996 - 11.08.2012
Did you try convert the old objecs in streamed objects?
Re: Objects problem -
FalconX - 11.08.2012
Quote:
Originally Posted by Strech
Well when i add objects,the old are dissapearing from the game.How can i fix it,i got a streamer but still got some problems.
|
Hmm I think you're crossing the limit of the Objects (default: CreateObject). Use CreateDynamicObject of streamer plugin and all objects should be working fine.
Re: Objects problem -
Strech - 11.08.2012
So CreateObject is bugging the system.if i use CreateDynamicObject it's alright right?