02.01.2013, 11:43
Show us your AddPlayerClass,
Are you sure that the Camera is looking at the player ?
Make sure it's in the correct position to view were to character is meant to be.
Are you sure that the Camera is looking at the player ?
pawn Код:
SetPlayerPos(playerid, 3142.5554,-1499.8295,32.1060);
SetPlayerFacingAngle(playerid, 5.1827);
SetPlayerCameraLookAt(playerid, 3142.5554,-1499.8295,32.1060);
SetPlayerCameraPos(playerid, 3142.5554,-1499.8295,32.1060);