SA-MP Forums Archive
Where do i place SetPlayerInterior(playerid, 0) - 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: Where do i place SetPlayerInterior(playerid, 0) (/showthread.php?tid=266475)



Where do i place SetPlayerInterior(playerid, 0) - HayZatic - 04.07.2011

where do i place SetPlayerInterior(playerid, 0)? please help


Re: Where do i place SetPlayerInterior(playerid, 0) - dr.pepper - 04.07.2011

You changed the topic title and information? Anyways for CJ's house.

pawn Код:
SetPlayerPos(playerid, 2496.65, -1696.55, 1014.74);
SetPlayerInterior(playerid, 3);
Edit: Ignore what I said above

pawn Код:
SetPlayerInterior(playerid,14);
SetPlayerPos(playerid,258.4893,-41.4008,1002.0234);
SetPlayerFacingAngle(playerid, 270.0);
SetPlayerCameraPos(playerid,256.0815,-43.0475,1004.0234);
SetPlayerCameraLookAt(playerid,258.4893,-41.4008,1002.0234);



Re: Where do i place SetPlayerInterior(playerid, 0) - Snipa - 05.07.2011

Like when they spawn?
pawn Код:
OnPlayerSpawn(playerid) { SetPlayerInterior(playerid, 0); return 1; }