HELP!!!!!
#2

Код:
public OnPlayerRequestClass(playerid, classid) // Here are cordinates where you can request class
{
        // Note: Change X , Y, Z with your cordinats
        SetPlayerPos(playerid, X, Y,Z);
        SetPlayerCameraLookAt(playerid, X, Y,Z);
        SetPlayerCameraPos(playerid, X, Y, Z);
	return 1;
}
And under on OnPlayerSpawn

Код:
SetPlayerPos(playerid, X,Y,Z); // Change X , Y, Z with your cordinats
SetPlayerFacingAngle(playerid, A); // Change A with Cordinates where you want your player to look in
Reply


Messages In This Thread
HELP!!!!! - by sanjil_rijal - 19.10.2012, 06:20
Re: HELP!!!!! - by RenSoprano - 19.10.2012, 06:28
Re: HELP!!!!! - by Glint - 19.10.2012, 06:30
Re: HELP!!!!! - by RenSoprano - 19.10.2012, 06:35
Re: HELP!!!!! - by Glint - 19.10.2012, 06:42

Forum Jump:


Users browsing this thread: 1 Guest(s)