SA-MP Forums Archive
[HELP] OnPlayerRequestClass (Skin not visible) Rep+ - 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)
+--- Thread: [HELP] OnPlayerRequestClass (Skin not visible) Rep+ (/showthread.php?tid=356602)



[HELP] OnPlayerRequestClass (Skin not visible) Rep+ - Devilxz97 - 04.07.2012

hey guys i got prob with this its works perfectly but the skin is not visible , ,

this is my code

pawn Код:
SetPlayerPos(playerid,-1490.8348,698.5616,7.1813);
SetPlayerFacingAngle(playerid,80);
SetPlayerCameraLookAt(playerid,217.8049,1822.9537,6.4141);
SetPlayerCameraPos(playerid,-1490.8348,698.5616,7.1813);
:\


Re: [HELP] OnPlayerRequestClass (Skin not visible) Rep+ - Vince - 04.07.2012

Move the camera. It's inside your character.


Re: [HELP] OnPlayerRequestClass (Skin not visible) Rep+ - Compton - 04.07.2012

The SetPlayerCameraLookAt(); coords should be taken infront of the SetPlayerPos(); coords, if you know what I mean..

like /save setplayerpos, move few steps forward and /save again, that will be ur SetPlayerCameraLookAt...

Rep please if helped


Re: [HELP] OnPlayerRequestClass (Skin not visible) Rep+ - Devilxz97 - 04.07.2012

let me try first . .