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=636528)



Mapping help - 1fret - 29.06.2017

I made some of my own maps from scratch and place them in my script , now i've notice one certain base map is a bit bug, meaning if u place a map in the script the base maps disappears in game, can someone tell me whats the issue with this? and what can i do to prevent it?


Re: Mapping help - NoahF - 29.06.2017

Post your code where you have the "CreateDynamicObject" or "CreateObject" first.


Re: Mapping help - 1fret - 29.06.2017

Quote:
Originally Posted by NoahF
Посмотреть сообщение
Post your code where you have the "CreateDynamicObject" or "CreateObject" first.
both maps are made with createobject


Re: Mapping help - NoahF - 29.06.2017

Alright great but where did you put the code? I'd also recommend switching to CreateDynamicObject and using the Streamer plugin.


Re: Mapping help - 1fret - 29.06.2017

Quote:
Originally Posted by NoahF
Посмотреть сообщение
Alright great but where did you put the code? I'd also recommend switching to CreateDynamicObject and using the Streamer plugin.
I place this under ongamemodeinit also i have used createdynamicobject but it doesnt even create them.


Re: Mapping help - MrCesar - 29.06.2017

If you're using CreateDynamicObject within your gamemode make sure you've streamer plugin installed. If you do, make sure it's updated to the latest version.

Here is a link to streamer plugin

Hope this will help.


Re: Mapping help - 1fret - 29.06.2017

Quote:
Originally Posted by MrCesar
Посмотреть сообщение
If you're using CreateDynamicObject within your gamemode make sure you've streamer plugin installed. If you do, make sure it's updated to the latest version.

Here is a link to streamer plugin

Hope this will help.
Ok so i've updated the plugin etc but the script still doesn't load the map... Is there a required amount of maps in each script or something?


Re: Mapping help - MrCesar - 29.06.2017

Quote:
Originally Posted by 1fret
Посмотреть сообщение
Ok so i've updated the plugin etc but the script still doesn't load the map... Is there a required amount of maps in each script or something?
did you include streamer on top of your code?
did you add streamer plugin to your server.cfg?
you have all the files placed in the correct directory?


Re: Mapping help - 1fret - 29.06.2017

Quote:
Originally Posted by MrCesar
Посмотреть сообщение
did you include streamer on top of your code?
did you add streamer plugin to your server.cfg?
you have all the files placed in the correct directory?
I did all that stuff


Re: Mapping help - 1fret - 30.06.2017

bump