Posts: 617
Threads: 129
Joined: Feb 2014
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?
Posts: 864
Threads: 88
Joined: Jul 2012
Reputation:
0
Post your code where you have the "CreateDynamicObject" or "CreateObject" first.
Posts: 617
Threads: 129
Joined: Feb 2014
Quote:
Originally Posted by NoahF
Post your code where you have the "CreateDynamicObject" or "CreateObject" first.
|
both maps are made with createobject
Posts: 864
Threads: 88
Joined: Jul 2012
Reputation:
0
Alright great but where did you put the code? I'd also recommend switching to CreateDynamicObject and using the Streamer plugin.
Posts: 617
Threads: 129
Joined: Feb 2014
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.
Posts: 617
Threads: 129
Joined: Feb 2014
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?
Posts: 617
Threads: 129
Joined: Feb 2014
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
Posts: 617
Threads: 129
Joined: Feb 2014