17.11.2011, 06:43
Quote:
I found it. It is 18693 but when i put in it is not the exactly position on hand
how to fix it SetPlayerAttachedObject( playerid, 0, 18693, 5); SetPlayerAttachedObject( playerid, 1, 18693, 6); |
PHP код:
#define SetPlayerHoldingObject(%1,%2,%3,%4,%5,%6,%7,%8,%9) SetPlayerAttachedObject(%1,MAX_PLAYER_ATTACHED_OBJECTS-1,%2,%3,%4,%5,%6,%7,%8,%9)
#define StopPlayerHoldingObject(%1) RemovePlayerAttachedObject(%1,MAX_PLAYER_ATTACHED_OBJECTS-1)
#define IsPlayerHoldingObject(%1) IsPlayerAttachedObjectSlotUsed(%1,MAX_PLAYER_ATTACHED_OBJECTS-1)
PHP код:
SetPlayerAttachedObject(playerid, 1, 18693, 5);
PHP код:
SetPlayerAttachedObject(playerid, 1, 18693, 6);
To fix the the position exactly into the hand, change the index..