[Help]Spawning Screen
#1

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
Reply
#2

1. Do you mean like SetupPlayerForClassSelection?
Reply
#3

Yea that can anyone give me diffrent one i can any Give any random
Reply
#4

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.
Reply
#5

Hey Can u make it near pirate ship?
Reply
#6

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.
Reply
#7

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)