StopPlayerObject

From SA-MP Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 08:06, 21 January 2014
Smithy (Talk | contribs)

← Previous diff
Current revision
Connor Mead (Talk | contribs)

Line 38: Line 38:
[[Category:Scripting Functions]] [[Category:Scripting Functions]]
 +
 +[[fr:StopPlayerObject]]

Current revision



Description:

Stop a moving player-object after MovePlayerObject has been used.


Parameters:
(playerid, objectid)
playeridThe ID of the player whose player-object to stop.
objectidThe ID of the player-object to stop.


Return Values:

This function does not return any specific values.


StopPlayerObject(playerid, objectid);

Related Functions

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


In other languages