SA-MP Forums Archive
Spawning place. - 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: Spawning place. (/showthread.php?tid=384309)



Spawning place. - Stanford - 11.10.2012

So I need something like this:

Код:
   SetPlayerVirtualWorld(playerid, 0);
	SetPlayerInterior(playerid,0); //default class selection screen
	Streamer_UpdateEx(playerid,1716.1129,-1880.0, 000);
	SetPlayerPos(playerid,0,0,0);
	SetPlayerFacingAngle(playerid,249.3010);
	SetPlayerCameraPos(playerid,1755.0413,-1824.8710,20.2100);
	SetPlayerCameraLookAt(playerid,0,0,0);
Like if someone logs in, in the login screen, the player appear with a panorama


Re: Spawning place. - Riddick94 - 11.10.2012

You want to have a panorama screen while player is logging in? If yes, then go and create to black bars and set them on the top and the bottom of the screen (textdraw).


Re: Spawning place. - Stanford - 11.10.2012

I need such a thing, but I want the player to appear near that panorama