SA-MP Forums Archive
Mapping HELP - 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: Mapping HELP (/showthread.php?tid=448151)



Mapping HELP - Nick_Phelps - 03.07.2013

Okay so basically I put in my mapping all of the other mapping for instance the LSPD gates and stuff isnt there anymore... Why


Re: Mapping HELP - Goldilox - 03.07.2013

Your mapping code vanished or the objects wont show up?


Re: Mapping HELP - SkippyBall - 03.07.2013

Some questions,
Are u using a streamer?
Are u using createdynamicobject?


Re: Mapping HELP - Nick_Phelps - 03.07.2013

Streamer YES
Dynamic Object NO


Re: Mapping HELP - SkippyBall - 03.07.2013

Update your streamer and try putting your objects to dynamicobjects


Re: Mapping HELP - PrinceKumar - 03.07.2013

if you are using createdynamicobject and in your script there is not use of createdynamicobject and you do not have streamer plugins then u need to use createobject


Re: Mapping HELP - Djean - 03.07.2013

Make sure ALL you CreateObject and CreateDynamicObject are under OnGamemodeinit. Make sure you have an Updated version of the streamer if you are using one.


Re: Mapping HELP - Nick_Phelps - 03.07.2013

Got it all fixxed, thanks for the help, the problem was it was CreateObject and I switched it to CreateDynamicObject.