01.01.2010, 17:17
Firstly you're setting the player camera to some place:
Later you set the player to a special position for a group of classid's.
Solution: You can remove the lines above or set special positions for the camera too.
pawn Код:
SetPlayerCameraPos(playerid,435.355652,2535.222902,26.623209);
SetPlayerCameraLookAt(playerid, 222.1653, 1823.0802, 6.4141);
Solution: You can remove the lines above or set special positions for the camera too.

