SA-MP Forums Archive
Question Screen - 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: Question Screen (/showthread.php?tid=438774)



Question Screen - DerickClark - 21.05.2013

Screen get black?
Код:
        SetPlayerInterior(playerid,10);
	SetPlayerPos(playerid,375.962463,-65.816848,1001.507812);
	SetPlayerFacingAngle(playerid, 270.0);
	SetPlayerCameraPos(playerid,256.0815,-43.0475,1004.0234);
	SetPlayerCameraLookAt(playerid,375.962463,-65.816848,1001.507812);



Re: Question Screen - Lynn - 21.05.2013

pawn Код:
SetPlayerInterior(playerid,10);
Maybe it's because of the interior?


Re: Question Screen - DerickClark - 21.05.2013

Yes.


Re: Question Screen - DerickClark - 22.05.2013

Bump


Re: Question Screen - NathNathii - 22.05.2013

pawn Код:
SetPlayerInterior(playerid,0);
    SetPlayerPos(playerid,375.962463,-65.816848,1001.507812);
    SetPlayerFacingAngle(playerid, 270.0);
    SetPlayerCameraPos(playerid,256.0815,-43.0475,1004.0234);
    SetPlayerCameraLookAt(playerid,375.962463,-65.816848,1001.507812);