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



Player Selection Screen - aceisnice - 30.05.2011

This is what mine looks like.


Here is the code.

public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid,2020.540,1440.227,39.000);
SetPlayerCameraPos(playerid,2020.789,1434.639,39.9 43);
SetPlayerCameraLookAt(playerid,2020.540,1440.227,3 9.000);
SetPlayerFacingAngle(playerid, 180.1550);
PlayerPlaySound(playerid,1058 ,0, 0, 0);
ApplyAnimation(playerid,"KISSING","BD_GF_Wave",4.1 ,0,1,1,1,1);
return 1;
}

Can some one please give me Coords for a new one? A Cool place? I Just cant seen to get the Player look at and angles all right.


Re: Player Selection Screen - MrReBzz - 20.10.2012

I Have Got A Cool One. Try THis One

Код:
	SetPlayerInterior(playerid, 3);
	SetPlayerPos(playerid,512.9717,-15.8564,1001.5653);
	SetPlayerCameraPos(playerid,513.2160,-11.4135,1001.5653);
	SetPlayerCameraLookAt(playerid,512.9717,-15.8564,1001.5653);
	SetPlayerFacingAngle(playerid,356.0);
Rep Plus If I Helped In Any Way!