Need help - 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: Need help (
/showthread.php?tid=329209)
Need help -
oscar7610 - 27.03.2012
I Opened a server but every time player enters a shop he falls down the world.
I don't know what is the problem.
Re: Need help -
antonio112 - 27.03.2012
Maybe you didn't set their interior?
Use
pawn Код:
SetPlayerInterior(playerid, INTERIOR);
When they enter the shop. For example, if the interior ID of the shop is 23, use SetPlayerInterior(playerid, 23); when they enter the shop.
Re: Need help -
dannyk0ed - 27.03.2012
Next time explain stuff better.
What is the code you made to /enter the shop?
Re: Need help -
oscar7610 - 27.03.2012
No I just go into a yellow (i) then he enters by itself.