SA-MP Forums Archive
[Help] Making my own int || But i fall thru it - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help] Making my own int || But i fall thru it (/showthread.php?tid=257305)



[Help] Making my own int || But i fall thru it - up2u - 25.05.2011

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.


Re: [Help] Making my own int || But i fall thru it - up2u - 25.05.2011

Someone please help me here, I cant continue now


Re: [Help] Making my own int || But i fall thru it - Lorenc_ - 25.05.2011

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);


Re: [Help] Making my own int || But i fall thru it - up2u - 25.05.2011

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


Re: [Help] Making my own int || But i fall thru it - WooTFTW - 25.05.2011

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.


Re: [Help] Making my own int || But i fall thru it - up2u - 25.05.2011

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.


Re: [Help] Making my own int || But i fall thru it - up2u - 25.05.2011

Than anyone knows how i can make that object solid?


Re: [Help] Making my own int || But i fall thru it - Cjgogo - 25.05.2011

What's the interior ID of the stadium you copied the body?


Re: [Help] Making my own int || But i fall thru it - up2u - 25.05.2011

http://weedarr.wikidot.com/interior

Vice Stadium.

I just opened my editor, Went to that Position, Than clicked on parts of the stadium, Copyd and pasted it more up the map.


Re: [Help] Making my own int || But i fall thru it - Cjgogo - 25.05.2011

well why didn't u just added objects driectly to Vice Stadium and tried to make your own Stadium?