SA-MP Forums Archive
Little help with skin choosing? - 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: Little help with skin choosing? (/showthread.php?tid=118608)



Little help with skin choosing? - [eF]ThundeR - 04.01.2010

why always when i try this and i start my server the camera and everything is "ok" but it doesnt show the skins ,why that?


public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, 2107.3132,2174.7200,14.4965);
SetPlayerCameraPos(playerid, 2107.3132,2174.7200,14.4965);
SetPlayerCameraLookAt(playerid, 2107.3132,2174.7200,14.4965);
SetPlayerFacingAngle(playerid, 269.4936);
return 1;
}


Re: Little help with skin choosing? - [HiC]TheKiller - 04.01.2010

Change the
pawn Код:
SetPlayerCameraPos(playerid, 2107.3132,2174.7200,14.4965);



Re: Little help with skin choosing? - [eF]ThundeR - 04.01.2010

to what?


Re: Little help with skin choosing? - [HiC]TheKiller - 04.01.2010

Something like
pawn Код:
SetPlayerCameraPos(playerid, 2105.3132,2174.7200,14.4965);