questions to add maps
#1

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
Reply
#2

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
Reply
#3

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

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)