[Help] Characters visable on class selection?
#2

On your SetPlayerCameraPos funtion, use a position in front of the player. Yours is currently at the same position as the player; hence you cannot see the skins.

pawn Код:
SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);//this is the same position you set the player above
SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);//this one is ok
Use [pawn] tags not [php].
Reply


Messages In This Thread
[Help] Characters visable on class selection? - by .Wicked - 16.06.2012, 12:03
Re: [Help] Characters visable on class selection? - by iggy1 - 16.06.2012, 12:46
Re: [Help] Characters visable on class selection? - by .Wicked - 16.06.2012, 13:51

Forum Jump:


Users browsing this thread: 1 Guest(s)