Posts: 53
Threads: 13
Joined: May 2010
Reputation:
0
25.05.2011, 10:53
(
Последний раз редактировалось up2u; 25.05.2011 в 13:15.
)
EDIT:
OMG, DUde i applyd all your tips and commands and if worked a bit myself to...
AND IT WORKS.
Thank you so much all of you, THANKS.
Posts: 53
Threads: 13
Joined: May 2010
Reputation:
0
Someone please help me here, I cant continue now
Posts: 3,793
Threads: 196
Joined: Jan 2010
Reputation:
0
Set a timer to the player for the objects to load.
TogglePlayerControllable(playerid, false);
SetTimerEx("Function", 3000, false, "d", playerid);
public Function(playerid)
return TogglePlayerControllable(playerid, true);
Posts: 53
Threads: 13
Joined: May 2010
Reputation:
0
EDIT:
The problem is not that it has no time to load the objects.
If i spawn on for example the boxing ring, than wait untill everything is loaded, and jump on the Sand of the stadium
Than i still fall thru
Posts: 241
Threads: 22
Joined: May 2011
Reputation:
0
Maybe the object is not solid? As i understand that it loads and you fall through the object anyway.
If it's not solid, you should place some solid objects under the object you spawn on to make it solid, so you wont fall through.
Posts: 53
Threads: 13
Joined: May 2010
Reputation:
0
Yes but how is that possible because normaly you can always enter the normal stadium,.....
And you know that the stadium is much sand with much small mountains, How am i gonna fill the bottom of that without weird objects sticking out.
Posts: 53
Threads: 13
Joined: May 2010
Reputation:
0
Than anyone knows how i can make that object solid?
Posts: 1,018
Threads: 129
Joined: Apr 2011
Reputation:
0
What's the interior ID of the stadium you copied the body?
Posts: 1,018
Threads: 129
Joined: Apr 2011
Reputation:
0
well why didn't u just added objects driectly to Vice Stadium and tried to make your own Stadium?