Problem big one - 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: Problem big one (
/showthread.php?tid=607496)
Problem big one -
Micko123 - 20.05.2016
So somehow i have this problem. When player join server it doesn't show any skins for him to choose
I have this OnPlayerRequestClass
Code:
public OnPlayerRequestClass(playerid, classid)
{
SPP(playerid, 1479.1777, -1773.4106, 16.0641);
SetPlayerCameraPos(playerid, 1479.1777, -1773.4106, 16.0641);
SetPlayerCameraLookAt(playerid, 1481.1378, -1748.4348, 15.4453);
return 1;
}
What can i do?? It just won't let him choose skins. I have that left and right button and spawn
Re: Problem big one -
F1N4L - 20.05.2016
AddPlayerClass - OnGameModeInit
Re: Problem big one -
Micko123 - 20.05.2016
I did. all 311
Re: Problem big one -
Konstantinos - 20.05.2016
The camera is set in front of the player. Use
OnPlayerRequestClass Maker to get the correct positions of the camera.
Re: Problem big one -
Micko123 - 20.05.2016
Thank you all. Fixed