bus interior - 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: bus interior (
/showthread.php?tid=80794)
bus interior -
xwy - 06.06.2009
i already posted my problem on that topic but i quess ppl dont look there much.. and hopefully helpers are here
Basically when i enter the bus i start falling down from the sky. What is wrong?
http://pawn.pastebin.com/m2318d6ce
Re: bus interior -
lol2112 - 06.06.2009
Because for some reason you're using
Code:
SetPlayerInterior(playerid, 1);
Get rid of it completely. Put
Code:
SetPlayerInterior(playerid, 0);
in OnPlayerSpawn...that's all you need.
Re: bus interior -
Correlli - 06.06.2009
Maybe you're not setting the correct interiorid?
Edit: lol2112 was faster.
Re: bus interior -
xwy - 06.06.2009
maybe, but every1 else kinda got it working..
anyway i asked script maker what id he is using.. will see it soon..
Re: bus interior -
xwy - 06.06.2009
working