05.09.2010, 17:43
Is Functon Of SA-MP 0.3b
Is Optional, may
Use StopPlayerHoldingObject and PlayerToPoint for one "Streamer Of Holding of Object " ._.
NOTE:
Only one object may be attached per player.
This function is seperate from the CreateObject / CreatePlayerObject pools.
Quote:
fOffsetX (optional) X axis offset for the object position. fOffsetY (optional) Y axis offset for the object position. fOffsetZ (optional) Z axis offset for the object position. fRotX (optional) X axis rotation of the object. fRotY (optional) Y axis rotation of the object. fRotZ (optional) Z axis rotation of the object. |
pawn Код:
SetPlayerHoldingObject(playerid, 1609, 2); //Attach a turtle to the playerid's head!
NOTE:
Only one object may be attached per player.
This function is seperate from the CreateObject / CreatePlayerObject pools.