I can't see skin on skin selection
#1

I have a problem. I can't see skin on skin selection. This is the code. I will be delighted, if someone can help me

pawn Код:
SetPlayerPos(playerid,164.0962,1848.0315,33.8984);
SetPlayerFacingAngle(playerid, 133.9717);
SetPlayerInterior(playerid, 0);
SetPlayerCameraPos(playerid,164.0962,1848.0315,33.8984);
SetPlayerCameraLookAt(playerid,164.0962,1848.0315,33.8984);
Reply
#2

Try something like:
pawn Код:
SetPlayerCameraPos(playerid,166.0962,1848.0315,33.8984);
SetPlayerCameraLookAt(playerid,164.0962,1848.0315,33.8984);
I just moved CameraPos a little to the side 'cause you had it in the point where your player will appear.
Reply
#3

thanks, it works perfectly
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)