SetCameraBehindPlayer

From SA-MP Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 21:43, 4 September 2009
Mikep (Talk | contribs)

← Previous diff
Revision as of 01:08, 3 February 2014
Connor Mead (Talk | contribs)

Next diff →
Line 1: Line 1:
{{Scripting}} {{Scripting}}
-{{Title}} 
{{Description|Restore the camera to a place behind the player, after using a function like SetPlayerCameraPos.}} {{Description|Restore the camera to a place behind the player, after using a function like SetPlayerCameraPos.}}
Line 18: Line 17:
[[Category:Scripting Functions]] [[Category:Scripting Functions]]
 +
 +[[fr:SetCameraBehindPlayer]]

Revision as of 01:08, 3 February 2014



Description:

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


Parameters:
(playerid)
playeridThe player you want to restore the camera for.


Return Values:

This function does not return any specific values.


SetCameraBehindPlayer(playerid);

Related Functions

The following functions may be useful, as they are related to this function in one way or another.

In other languages