16.06.2012, 12:46
On your SetPlayerCameraPos funtion, use a position in front of the player. Yours is currently at the same position as the player; hence you cannot see the skins.
Use [pawn] tags not [php].
pawn Код:
SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);//this is the same position you set the player above
SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);//this one is ok