StopPlayerObject

From SA-MP Wiki

Jump to: navigation, search


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