SA-MP Forums Archive
2 objects wont load. - 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: 2 objects wont load. (/showthread.php?tid=585162)



2 objects wont load. - Lajko1 - 11.08.2015

Why those two objects won't load in my server?

pawn Код:
CreateDynamicObject(17886, 2264.0391, -1789.2578, 20.7734,   0.00000, 0.00000, 0.00000);
CreateDynamicObject(17887, 2343.6094, -1784.5078, 20.3125,   0.00000, 0.00000, 0.00000);
It's original fence around those ganton projects.. and when I added map it just dont want to load those two objects


Re: 2 objects wont load. - Denying - 11.08.2015

Did you put these two lines in OnGameModeInit?


Re: 2 objects wont load. - kalanerik99 - 11.08.2015

Denying really??
You saying that to lajko?

Try making a command to create them and see what happends
And make like a teleport to that object....
And check coords...


Re: 2 objects wont load. - Denying - 11.08.2015

Quote:
Originally Posted by kalanerik99
Посмотреть сообщение
Denying really??
You saying that to lajko?

Try making a command to create them and see what happends
And make like a teleport to that object....
And check coords...
I do not know either of you. I do not know how good a scripter he is. But that does not matter, anyone can make a mistake even as simple as that.


Re: 2 objects wont load. - dominik523 - 11.08.2015

Quote:
Originally Posted by Denying
Посмотреть сообщение
Did you put these two lines in OnGameModeInit?
CreateDynamicObject can be used anywhere.


Re: 2 objects wont load. - Lajko1 - 11.08.2015

Hvala / Thanks for help but so far I just wasn't informed that there's another code which effected my mapping, so yeah Ganton area was mapped in other file, where those two objects were removed so I couldn't display them, it's fixed now ^^