SA-MP Forums Archive
Map don't spawn - 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: Map don't spawn (/showthread.php?tid=538520)



Map don't spawn - LeroyII - 22.09.2014

Hey guys.
I've got a little problem with my maps. They show only if i put my codes in my gamemode. When i put them in my fs they don't load, in serverlog says that fs is loaded corectly but there are no objects. So can someone help me please?


Re: Map don't spawn - Ox1gEN - 22.09.2014

How many objects do you think you have?

Use streamer btw.


Re: Map don't spawn - LeroyII - 22.09.2014

Quote:
Originally Posted by Ox1gEN
Посмотреть сообщение
How many objects do you think you have?

Use streamer btw.
About 1100 not sure in exact number.
I just tryed it and objects like house load but gates don't. And all commands for gates from that fs shows like Unknown Command!


Re: Map don't spawn - Ox1gEN - 22.09.2014

Do you use streamer?


Re: Map don't spawn - LeroyII - 22.09.2014

Yup.


Respuesta: Map don't spawn - ghost556 - 22.09.2014

CreateObject has a maximum object capacity of 1000.

Although if you use CreateDynamicObject you can use alot more.


Re: Map don't spawn - LeroyII - 22.09.2014

I tryed to put gates in diffrent fs and i didn't included fs with other objects so there was just about 10 gates included but they won't show.


Respuesta: Map don't spawn - ghost556 - 22.09.2014

Hmmm, where are you putting the gates?


Re: Respuesta: Map don't spawn - LeroyII - 22.09.2014

Quote:
Originally Posted by ghost556
Посмотреть сообщение
Hmmm, where are you putting the gates?
Well below includes i put
pawn Код:
new gatename;
Then below
pawn Код:
public OnFilterScriptInit()
I create gate and below
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
I put command


Respuesta: Map don't spawn - ghost556 - 22.09.2014

Does your fs use a definition?

Код:
#define FILTERSCRIPT