02.07.2016, 16:30
I've added my island's map code like:
and it contains only "CreateObject".....
Now, whenever I or some of my friends try to login we/they immediately crash and it's caused by the objects (Tested it already)
Any ways to solve this ?
Код:
public OnPlayerConnect(playerid) { //Island CreateObject(18359, 1006.79980, -3467.00000, -26.20000, 5.99900, 0.00000, 39.99600); (etc. etc. etc..... Over 1000 objects) }
Now, whenever I or some of my friends try to login we/they immediately crash and it's caused by the objects (Tested it already)
Any ways to solve this ?