Problem with class selection
#1

hey guys i got this problem i have tried many times these class selection but im not abel to see the skin/class only hand i can see but tried everything.

Код:
SetPlayerPos(playerid,2099.4280,-2600.6541,13.5469,30.0904);
	SetPlayerCameraPos(playerid,2099.4280,-2600.6541,13.5469,30.0904);
	SetPlayerCameraLookAt(playerid,2099.4280,-2600.6541,13.5469,30.0904);
	SetPlayerFacingAngle(playerid,0.0);
Код:
AddPlayerClass(157, 22099.4280,-2600.6541,13.5469,30.0904, 0, 0, 0, 0, 0, 0);
Please help
Reply
#2

You can't set the camera to the same position as the player. Try changing the coordinates of the LookAt, like this maybe
pawn Код:
SetPlayerCameraLookAt(playerid,2095.4280,-2596.6541,13.5469,30.0904);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)