Mappings won't load. - 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: Mappings won't load. (
/showthread.php?tid=538255)
Mappings won't load. -
Jigsaw123 - 20.09.2014
Hello!
I've added a mapping and when I'm far away from objects all I can see is blue. Objects only load when I get close to them. I tried editing my thing from GTA options, etc.
Here is an image...
Re: Mappings won't load. -
Spartaaaaa - 20.09.2014
Update your streamer.so,streamer.dll plugin and then re-compile
Re: Mappings won't load. -
Stinged - 20.09.2014
Change the draw distance.
Re: Mappings won't load. -
Jigsaw123 - 20.09.2014
Quote:
Originally Posted by Spartaaaaa
Update your streamer.so,streamer.dll plugin and then re-compile
|
I updated it to the most recent and it gave my script errors.
Quote:
Originally Posted by Stinged
Change the draw distance.
|
I did that, still don't work.
Re: Mappings won't load. -
Stanford - 20.09.2014
You might exeeded the maximum of 'CreateObject', as a result you should convert them all to CreateDynamicObject to make it work properly .. this is just a suggestion yo.
I hope I helped any feedback would be appreciated!
Re: Mappings won't load. -
Jigsaw123 - 20.09.2014
Quote:
Originally Posted by Stanford
You might exeeded the maximum of 'CreateObject', as a result you should convert them all to CreateDynamicObject to make it work properly .. this is just a suggestion yo.
I hope I helped any feedback would be appreciated!
|
It's CreateDynamicObject.. I don't think i would get the same error with 'CreateObject', but it's 1,8k objects, sO i cant make it CreateObject