Maps not loading.
#1

I recently added some more maps to my gamemode,
and when i go to see if they're there ingame, nothing shows up.


Would this be because i have to many objects? (i have 1700)
Reply
#2

What streamer do you have, or are you using the CreateObject function? ( I wont reply back, it's for the other member, they wont ask you this question, I need to sleep)
Reply
#3

Quote:
Originally Posted by lelemaster
View Post
What streamer do you have, or are you using the CreateObject function? ( I wont reply back, it's for the other member, they wont ask you this question, I need to sleep)
Incognito's streamer or how ever you spell it, and yes all my maps are "CreateObject"
Reply
#4

Quote:
Originally Posted by MrPlatinum
View Post
Incognito's streamer or how ever you spell it, and yes all my maps are "CreateObject"
Change "CreateObject" to "CreateDynamicObject".
Reply
#5

Okay that worked, but it loads and dissaperes vertically instantly once you have passed the objects.
Reply
#6

well go to:
pawn Code:
public OnGameModeInit
{
Well this is wrong code:
pawn Code:
CreateObject...
CreateObject...
But this is the true:
pawn Code:
CreateObject
    CreateObject
(with 4 spaces)before

and Maps Dont Match like this:
pawn Code:
//AA stunts
    CreateObject
//Sidestunts
    Createobject
but must be like:
pawn Code:
CreateObject //AA
    CreateObject //SD
Reply
#7

Dont you think i already know how to add them?


My original question was, how come they arnt showing up in game, not i cant compile them. The rest of the maps are working fine just not these ones, (They do work with Dynamic, but only appear when close to them and dissapear straight away)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)