Map don't spawn
#1

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

How many objects do you think you have?

Use streamer btw.
Reply
#3

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!
Reply
#4

Do you use streamer?
Reply
#5

Yup.
Reply
#6

CreateObject has a maximum object capacity of 1000.

Although if you use CreateDynamicObject you can use alot more.
Reply
#7

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.
Reply
#8

Hmmm, where are you putting the gates?
Reply
#9

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

Does your fs use a definition?

Код:
#define FILTERSCRIPT
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)