Missing things In game - 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: Missing things In game (
/showthread.php?tid=468117)
Missing things In game -
DStreet - 06.10.2013
So I've been working with a script my friend has given me a few months ago, the version that he first gave me is great and works fine when ever I compile and run it as a server. I've only added one mapping to it and boom! All the other mapping there where already in there are disappeared from me seeing them in game. They are clearly labeled and ordered in pawno, but once I get in game nothing seems to appear but the mapping I just placed.
Any help? Cause this is driving me nuts these passed two days
Re: Missing things In game -
***Niko*** - 06.10.2013
Maybe streamer problem?
what Object Streamer you use?
Re: Missing things In game -
DStreet - 06.10.2013
I have this version of streamer
http://code.******.com/p/samp-stream...4.zip&can=2&q=
im thinking it has something to do with streamer not 100 percent sure
Re: Missing things In game -
EiresJason - 06.10.2013
Are you creating the objects as
Or
pawn Код:
CreateDynamicObject(code..);
Re: Missing things In game -
DStreet - 06.10.2013
Everything besides this new mapping is
and the map is in
I'm new to the whole thing, but im thinking after you pointed this out that's the problem but is there a way to switch it or will I have to add dynamic to every line or this map?
Re: Missing things In game -
EiresJason - 06.10.2013
You can use this site to convert them to CreateDynamicObject.
http://convertffs.com/
Re: Missing things In game -
DStreet - 06.10.2013
I did and thank you very much for your help +reped
Re: Missing things In game -
EiresJason - 06.10.2013
Np