SA-MP Forums Archive
I can't see skin on skin selection - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: I can't see skin on skin selection (/showthread.php?tid=223707)



I can't see skin on skin selection - Medal Of Honor team - 10.02.2011

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



Re: I can't see skin on skin selection - xRyder - 10.02.2011

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.


Re: I can't see skin on skin selection - Medal Of Honor team - 10.02.2011

thanks, it works perfectly