SA-MP Forums Archive
I need a simple 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: I need a simple Help. (/showthread.php?tid=219292)



I need a simple Help. - Ironboy - 01.02.2011

Hello!
I saved infoot position in a burger shop
And i came to pawno and i script a tele command but its not working.
when i tele to that burger shop ,the player is flying , not coming in that position.
i can make a tele command outside any place and i cant do that shit in any of the shops.
plz help me to do this..


Re: I need a simple Help. - Krx17 - 01.02.2011

You probably didn't set the interior. Go back to the burger shop and type /interior. The ID that comes up is what you must put after your SetPlayerPos using SetPlayerInterior.

Example:
pawn Код:
SetPlayerPos(playerid, ...);
SetPlayerInterior(playerid, IDFromInGame);



Re: I need a simple Help. - Ironboy - 01.02.2011

ok thank a lot