CreateDynamicObject (Some not showing) - 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: CreateDynamicObject (Some not showing) (
/showthread.php?tid=618271)
CreateDynamicObject (Some not showing) -
Josh_Main - 03.10.2016
Created a main island for my zombie roleplay server using CreateDynamicObject (have latest version of streamer).. Island is working completely fine. Today I wanted to upgrade the island and make it a little bigger, so I mapped a little more (probably another 100 objects). I joined the game to test it on localhost and the new update of the map was showing but there was one little bug where a grass object was too high.. So I fixed the object and re placed it, compiled the script... Everything is fine. When I join the game, the island is there, but none of the new objects I added in are showing up at all. I have the latest version of streamer, so that's not the problem + my island is still showing, just not the new objects I added. I am 110% certain I added the new code (CreateDyanmicObect) to the script and compiled it. Still nothing. Any ideas what's going on? Thanks
Re: CreateDynamicObject (Some not showing) -
Josh_Main - 04.10.2016
bump
Re: CreateDynamicObject (Some not showing) -
MCZOFT - 04.10.2016
Hello ,
i got a problems like that longtime ago ,
you should be aware of two things while mapping new objects and using them with "streamer"
PHP код:
worldid and interiorid
you should respect them with your
PHP код:
SetPlayerVirtualWorld
value
otherwise use a FILTERSCRIPT include on it Streamer and put your map code there ...
PS : alot of filterscript can lead to heavy performance that will cause LAG on server displaying things .. unless you have a Good Powerful Server Machine
Good Luck
Re: CreateDynamicObject (Some not showing) -
Pearson - 04.10.2016
Try CreateDynamicObjectEx
Re: CreateDynamicObject (Some not showing) -
Josh_Main - 05.10.2016
Thanks!
Re: CreateDynamicObject (Some not showing) -
NinjaMovez - 16.10.2016
Quote:
Originally Posted by Josh_Main
Created a main island for my zombie roleplay server using CreateDynamicObject (have latest version of streamer).. Island is working completely fine. Today I wanted to upgrade the island and make it a little bigger, so I mapped a little more (probably another 100 objects). I joined the game to test it on localhost and the new update of the map was showing but there was one little bug where a grass object was too high.. So I fixed the object and re placed it, compiled the script... Everything is fine. When I join the game, the island is there, but none of the new objects I added in are showing up at all. I have the latest version of streamer, so that's not the problem + my island is still showing, just not the new objects I added. I am 110% certain I added the new code (CreateDyanmicObect) to the script and compiled it. Still nothing. Any ideas what's going on? Thanks
|
Change to
(Createobject)
Hope its work!