SA-MP Forums Archive
Different Background while login (HELP!) +REP - 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: Different Background while login (HELP!) +REP (/showthread.php?tid=569993)



Different Background while login (HELP!) +REP - Chausar - 04.04.2015

how to change my server background while login? the default was shown Santa Maria's beach. How to change that?


Re: Different Background while login (HELP!) +REP - Ritzy2K - 04.04.2015

Maybe Use Interpolate camwra position if u want to move the background or use setplayercameralookat facingangle and stuff


Re: Different Background while login (HELP!) +REP - Madzior_ - 04.04.2015

Try those:
https://sampwiki.blast.hk/wiki/SetPlayerCameraPos
https://sampwiki.blast.hk/wiki/SetPlayerCameraLookAt
Or those:
https://sampwiki.blast.hk/wiki/InterpolateCameraPos
https://sampwiki.blast.hk/wiki/InterpolateCameraLookAt

Use them in callback https://sampwiki.blast.hk/wiki/OnPlayerConnect or here https://sampwiki.blast.hk/wiki/OnPlayerRequestClass . Second option can be more problematic, but it allow you to change players' camera pos every time they're changing their class.