14.06.2013, 12:32
(
Последний раз редактировалось Kyra; 16.06.2013 в 15:15.
)
Hi, i want to detect the distance camera zoom when the player aiming on foot its possible? I tryed but its bad
Example when the player have an object behind him the distance camera zoom change
PHP код:
new Float:x, Float:y, Float:z;
GetPlayerCameraPos(playerid, x, y, z);
SendClientMessageEx(playerid,-1,"Distance %f",GetPlayerDistanceFromPoint(playerid, x, y,z));