cant see skin at selection
#1

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);



Reply
#2

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?
Reply
#3

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

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

so if i add like 3 to x it should see him
Reply
#6

Код:
	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);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)