Need help! To add player classes and more.
#16

Quote:
Originally Posted by Kitten_Blind
Посмотреть сообщение
These are my current ones:
Код:
public OnPlayerRequestClass(playerid, classid)
{
	SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
	SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
	SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
	return 1;
}
But i have no idea at all how to know what the f*** to type instead, can you tell me some good location/pos/lookat thingy?
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetPlayerPos(playerid, 1109.5435,-975.3839,42.7656);
    SetPlayerCameraPos(playerid, 1110.0398,-971.3917,42.7651,178.1518);
    SetPlayerCameraLookAt(playerid, 1109.5435,-975.3839,42.7656);
    return 1;
}
Try these. Just some random coords I took, but you should be able to see the skin.

EDIT: The coords posted in the previous post are probably better. I'm guessing it's the interior with the mirror, so you can see the skin from front as well as from the back.
Reply


Messages In This Thread
Need help! To add player classes and more. - by Kitten_Blind - 21.11.2010, 16:55
Re: Need help! To add player classes and more. - by Victor - 21.11.2010, 17:03
Re: Need help! To add player classes and more. - by Backwardsman97 - 21.11.2010, 17:04
Re: Need help! To add player classes and more. - by Burridge - 21.11.2010, 17:06
Re: Need help! To add player classes and more. - by [SU]Balli - 21.11.2010, 17:08
Re: Need help! To add player classes and more. - by Kitten_Blind - 21.11.2010, 18:18
AW: Need help! To add player classes and more. - by [SU]Balli - 22.11.2010, 11:14
Re: Need help! To add player classes and more. - by Kitten_Blind - 22.11.2010, 14:06
AW: Need help! To add player classes and more. - by [SU]Balli - 22.11.2010, 15:06
Re: Need help! To add player classes and more. - by Kitten_Blind - 22.11.2010, 15:23
AW: Need help! To add player classes and more. - by [SU]Balli - 22.11.2010, 16:02
Re: Need help! To add player classes and more. - by Kitten_Blind - 22.11.2010, 16:06
Re: Need help! To add player classes and more. - by TheXIII - 22.11.2010, 16:10
Re: Need help! To add player classes and more. - by Kitten_Blind - 22.11.2010, 16:13
Re: Need help! To add player classes and more. - by -Rebel Son- - 22.11.2010, 16:19
Re: Need help! To add player classes and more. - by TheXIII - 22.11.2010, 16:19
Re: Need help! To add player classes and more. - by -Rebel Son- - 22.11.2010, 16:22
Re: Need help! To add player classes and more. - by Kitten_Blind - 22.11.2010, 16:29
Re: Need help! To add player classes and more. - by Kitten_Blind - 22.11.2010, 18:27
Re: Need help! To add player classes and more. - by TheXIII - 22.11.2010, 18:29
Re: Need help! To add player classes and more. - by OldDirtyBastard - 22.11.2010, 18:40
Re: Need help! To add player classes and more. - by Kitten_Blind - 22.11.2010, 19:17
Re: Need help! To add player classes and more. - by armyoftwo - 22.11.2010, 19:24
Re: Need help! To add player classes and more. - by OldDirtyBastard - 22.11.2010, 19:29
Re: Need help! To add player classes and more. - by Kitten_Blind - 22.11.2010, 19:54

Forum Jump:


Users browsing this thread: 1 Guest(s)