Old SA-MP Connection Screen Coordinates - 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: Old SA-MP Connection Screen Coordinates (
/showthread.php?tid=403811)
Old SA-MP Connection Screen Coordinates -
Dairyll - 31.12.2012
Can anyone help me get the
SetPlayerCameraPos and
SetPlayerCameraLookAt coordinates of the old SA-MP connection screen (pictured below)?
I wouldn't mind if it's not exact. Thanks, guys!
Re: Old SA-MP Connection Screen Coordinates -
Kyle - 31.12.2012
SetPlayerCameraPos(playerid, 1505.4172, -881.0559, 63.1305);
SetPlayerCameraLookAt(playerid, 1504.5428, -880.5635, 63.1605);
Re: Old SA-MP Connection Screen Coordinates -
Dairyll - 31.12.2012
That was fast. Thanks!