SA-MP Forums Archive
questions to add maps - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: questions to add maps (/showthread.php?tid=86874)



questions to add maps - [SOB]Chris - 16.07.2009

Well I have some maps that were the mta map editor, but when it comes to adding them to my server, which is not the correct way to do it, I can add them to my GM? because I put in gamemodeinit () of my GM , but every time someone die he crashes = /, and try to put as a separate FS but when I add a map but do not go all the objects, then the FS is limited to CreateObject ()?

make them lighter to wear these questions
What is the crash?.
That makes the crash?.
Where the maps are added in an FS or the GM?
If a FS, is limited to objects?
Can add many maps in one FS? (and leaving all objects)

translated with ****** translator


Re: questions to add maps - refshal - 16.07.2009

That depends on how much objects you have. If you have over 200, then I think that you should use an object streamer. http://forum.sa-mp.com/index.php?topic=111720.0


Re: questions to add maps - [SOB]Chris - 16.07.2009

yes is over 200, thanks for your answer, amm i can add the map in a gm?, whats is a object stramer =/?


Re: questions to add maps - refshal - 16.07.2009

Yeah, just add them under your "OnGameModeInit". Like this:

pawn Код:
public OnGameModeInit()
{
// Objects
return 1;
}