IsPlayerObjectMoving

From SA-MP Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 12:56, 28 November 2011
Allanjader (Talk | contribs)

← Previous diff
Revision as of 00:55, 3 February 2014
Connor Mead (Talk | contribs)
(add fr link)
Next diff →
Line 43: Line 43:
[[Category:Scripting Functions]] [[Category:Scripting Functions]]
 +
 +[[fr:IsPlayerObjectMoving]]

Revision as of 00:55, 3 February 2014




IsPlayerObjectMoving was added in SA-MP 0.3d This function was added in SA-MP 0.3d and will not work in earlier versions!


Description:

Checks if the given player objectid is moving.


Parameters:
(objectid)
objectidThe player objectid you want to check if is moving.


Return Values:

1 if the player object is moving, 0 if not.


if(IsPlayerObjectMoving(objectid)) StopPlayerObject(objectid);

Related Functions

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



Related Callbacks

The following callbacks might be useful as well, as they are related to this callback in one way or another.

In other languages