Maps not loading. - 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: Maps not loading. (
/showthread.php?tid=383025)
Maps not loading. -
MrPlatinum - 06.10.2012
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)
Re : Maps not loading. -
lelemaster - 06.10.2012
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)
Re: Re : Maps not loading. -
MrPlatinum - 06.10.2012
Quote:
Originally Posted by lelemaster
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"
Respuesta: Re: Re : Maps not loading. -
hotspicytaco - 06.10.2012
Quote:
Originally Posted by MrPlatinum
Incognito's streamer or how ever you spell it, and yes all my maps are "CreateObject"
|
Change "
CreateObject" to "
CreateDynamicObject".
Re: Maps not loading. -
MrPlatinum - 06.10.2012
Okay that worked, but it loads and dissaperes vertically instantly once you have passed the objects.
Re: Maps not loading. -
Pro_Drifter - 06.10.2012
well go to:
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
Re: Maps not loading. -
MrPlatinum - 06.10.2012
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)