cant see skin at selection -
02manchestera - 09.04.2010
will i get the menu up but i cant se the skin ive add the skins to gamemodeint and got this on playerrequestclass
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerTeamFromClass(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);
AddPlayerClass(102,2526.1697,-1677.1511,19.9302,182.0016,0,0,0,0,0,0);
AddPlayerClass(106,1941.3765,-1115.3831,30.7578,189.5890,0,0,0,0,0,0);
Re: cant see skin at selection -
Torran - 09.04.2010
Quote:
Originally Posted by MR Loose Brackets
will i get the menu up but i cant se the skin ive add the skins to gamemodeint and got this on playerrequestclass
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerTeamFromClass(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);
AddPlayerClass(102,2526.1697,-1677.1511,19.9302,182.0016,0,0,0,0,0,0);
AddPlayerClass(106,1941.3765,-1115.3831,30.7578,189.5890,0,0,0,0,0,0);
|
Why are
AddPlayerClass under
OnPlayerRequestClass?
Re: cant see skin at selection -
02manchestera - 09.04.2010
Quote:
Originally Posted by Joe Torran C
Quote:
Originally Posted by MR Loose Brackets
will i get the menu up but i cant se the skin ive add the skins to gamemodeint and got this on playerrequestclass
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerTeamFromClass(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);
AddPlayerClass(102,2526.1697,-1677.1511,19.9302,182.0016,0,0,0,0,0,0);
AddPlayerClass(106,1941.3765,-1115.3831,30.7578,189.5890,0,0,0,0,0,0);
|
Why are AddPlayerClass under OnPlayerRequestClass?
|
Sorry they are not now i changed after i copyed and pasted
Re: cant see skin at selection -
Torran - 09.04.2010
I think i know why you cant see skin,
The camera is in the player,
Like the camera coords are same as player coords,
Therefore putting the camera IN the player
Re: cant see skin at selection -
02manchestera - 09.04.2010
so if i add like 3 to x it should see him
Re: cant see skin at selection -
-Rebel Son- - 09.04.2010
Код:
SetPlayerPos(playerid, 2072.6375,1448.9493,10.6719);
SetPlayerFacingAngle(playerid, 71.2500);
SetPlayerCameraPos(playerid, 2067.1794,1448.4274,10.8203);
SetPlayerCameraLookAt(playerid, 2087.1794,1448.4274,10.8203);