[Help]Spawning 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: [Help]Spawning Screen (
/showthread.php?tid=146410)
[Help]Spawning Screen -
herojith - 07.05.2010
Hi and i want a script which changes the spawning screen for ex: lvdm gamemode the spawning screen is in a small room so i want any diffrent view that i can download
Another Question How do i name each of player in spawning screen like when changing character a text of something show for each player please explain how to do that
Thanks
Re: [Help]Spawning Screen -
Darekfred - 07.05.2010
1. Do you mean like SetupPlayerForClassSelection?
Re: [Help]Spawning Screen -
herojith - 07.05.2010
Yea that can anyone give me diffrent one i can any Give any random
Re: [Help]Spawning Screen -
Darekfred - 07.05.2010
1.
Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, 487.5612,-2.8253,1002.3828);// player pos
SetPlayerCameraPos(playerid, 485.0675,-6.9099,1002.4684);//camera pos
SetPlayerFacingAngle(playerid, 182.3750);// player facing angle "460"
ApplyAnimation(playerid, "DANCING", "dance_loop", 3.0, 1, 0, 0, 0, 0); // animation, this one is dance
SetPlayerInterior(playerid,17);// interior
SetPlayerCameraLookAt(playerid, 487.5612,-2.8253,1002.3828);// the camera look pos
return 1;
}
I hope it was the one you asked...
It's inside the alhambra club.
Re: [Help]Spawning Screen -
herojith - 07.05.2010
Hey Can u make it near pirate ship?
Re: [Help]Spawning Screen -
Darekfred - 07.05.2010
Do this way:
Go to pirate ship and take a pos where you want the character to be and write /rs.
Then find a place where you want the camera to be and write /rs.
Then press /q and go to your san andreas folder and find rawpositsions
and open it with notepad.
Open your script and add the first z,y,z line to playerpos and cameralook at.
Then the other one will be camera pos.
Make sure you put yhe interior 0.
Re: [Help]Spawning Screen -
herojith - 07.05.2010
Thanks