Przejdź do głównej zawartości

SetCameraBehindPlayer

Description

Restore the camera to a place behind the player, after using a function like SetPlayerCameraPos.

NameDescription
playeridThe player you want to restore the camera for.

Returns

true - The function was executed successfully.

false - The function failed to execute. This means the player specified does not exist.

Examples

SetCameraBehindPlayer(playerid);