Can't see the player at 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: Can't see the player at skin selection (
/showthread.php?tid=200862)
Can't see the player at skin selection -
Noss* - 19.12.2010
Solved
Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, 2914.43, 227.98, 80.84);
SetPlayerCameraPos(playerid, 2911.10, 224.72, 80.84);
SetPlayerCameraLookAt(playerid, 2911.10, 224.72, 80.84);
SetPlayerFacingAngle(playerid, 90.0);
PlayerPlaySound(playerid, 1187,0.0,0.0,0.0);
return 1;
}
Re: Can't see the player at skin selection -
blackwave - 19.12.2010
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, 2914.43, 227.98, 80.84);
SetPlayerCameraPos(playerid, 2911.10, 224.72, 80.84);
SetPlayerCameraLookAt(playerid, 2914.43, 227.98, 80.84);
SetPlayerFacingAngle(playerid, 90.0);
PlayerPlaySound(playerid, 1187,0.0,0.0,0.0);
return 1;
}
Re: Can't see the player at skin selection -
Noss* - 19.12.2010
Thanks Again.. :P