SetObjectPos

From SA-MP Wiki

Jump to: navigation, search


Description:

Change the position of an object.


Parameters:
(objectid, Float:X, Float:Y, Float:Z)
objectidThe ID of the object to set the position of. Returned by CreateObject.
Float:XThe X coordinate to position the object at.
Float:YThe Y coordinate to position the object at.
Float:ZThe Z coordinate to position the object at.


Return Values:

This function always returns 1, even if the object specified does not exist.


Example Usage:

SetObjectPos(objectid, 2001.195679, 1547.113892, 14.283400);

Related Functions

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


In other languages