Problem big one
#1

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
Reply
#2

AddPlayerClass - OnGameModeInit
Reply
#3

I did. all 311
Reply
#4

The camera is set in front of the player. Use OnPlayerRequestClass Maker to get the correct positions of the camera.
Reply
#5

Thank you all. Fixed
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)