21.04.2011, 13:47
Try this and get an idea from this.
The problem is your char's position isnt the camera pos, Thats why you cant see chars.
You to set Cameras pos and Player pos correct.
Thanks.
pawn Код:
SetPlayerPos(playerid, -2671.8293,267.5992,4.3359);
SetPlayerFacingAngle(playerid,0);
SetPlayerCameraPos(playerid, -2671.7861,272.2567,5.4376);
SetPlayerCameraLookAt(playerid, -2671.8293,267.5992,4.3359);
The problem is your char's position isnt the camera pos, Thats why you cant see chars.
You to set Cameras pos and Player pos correct.
Thanks.