Objects not loading - 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 not loading (
/showthread.php?tid=307317)
Objects not loading -
SnG.Scot_MisCuDI - 30.12.2011
My object all of sudden wont load.. I have streamer and all that updated. But now they just dont show up.. There CreateDynamicObject. Any help.
It might be a streamer problem but ive updated it and still nothing
Re: Objects not loading -
KreeDz - 30.12.2011
Did you check in the console to see if the streamer plugin actually works?
If it says that it could not load it, make sure you also have the latest include of the streamer plugin and compile the script using it.
Re: Objects not loading -
SnG.Scot_MisCuDI - 30.12.2011
it says it loaded.
Re: Objects not loading - Guest9328472398472 - 30.12.2011
Compile your Script with the .inc file that came in the package with your .dll or .so plugin for Streamer, you prob. need to use a different streamer located
here, that would possibly solve the problem. If not...it has to deal with your script and how it's being streamed. I use to have this problem, but I did what I mentioned above and everything was fixed.
Re: Objects not loading -
SnG.Scot_MisCuDI - 30.12.2011
thats the streamer i use
Re: Objects not loading - Guest9328472398472 - 30.12.2011
Hmm...What kind of gamemode do you use or is it Custom?
Re: Objects not loading -
SnG.Scot_MisCuDI - 30.12.2011
custom
Re: Objects not loading - Guest9328472398472 - 30.12.2011
Quote:
Originally Posted by googamalugafoo
custom
|
Then something in your script or you .inc is causing (when compiled) for the Objects not to be compiled correctly, and streamed incorrectly. Try updating your .inc if that doesn't work use "CreateObject" or any other variable that would work for your script. You can Convert it
here.