login 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: login screen (
/showthread.php?tid=94640)
login screen -
balisticore - 31.08.2009
Going to bed in 2 mins but i had to ask first, how do i change my login screen background.? like.. when server connects how do i make it show a burger place or a beach.. cuz right now all it shows is this crummy place in 3rd city everytime i log
Re: login screen -
Nakash - 31.08.2009
Quote:
Originally Posted by balisticore
Going to bed in 2 mins but i had to ask first, how do i change my login screen background.? like.. when server connects how do i make it show a burger place or a beach.. cuz right now all it shows is this crummy place in 3rd city everytime i log
|
Put this under OnPlayerConnect;
Код:
SetPlayerFacingAngle(playerid,224.2720);
SetPlayerCameraPos(playerid, 1252.1219,-778.5645,109.4652);
SetPlayerCameraLookAt(playerid,1252.1219,-778.5645,109.4652);
change the co.
Re: login screen -
balisticore - 31.08.2009
okay sweet thanks