What is this Object ??
#6

Quote:
Originally Posted by xinix000
Посмотреть сообщение
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);
Top of your script:
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) 
Then use

PHP код:
SetPlayerAttachedObject(playerid1186935); 
PHP код:
SetPlayerAttachedObject(playerid1186936); 
https://sampforum.blast.hk/showthread.php?tid=281448

To fix the the position exactly into the hand, change the index..
Reply


Messages In This Thread
What is this Object ?? - by xinix000 - 17.11.2011, 04:26
Re: What is this Object ?? - by Camacorn - 17.11.2011, 04:37
Re: What is this Object ?? - by xinix000 - 17.11.2011, 05:02
Re: What is this Object ?? - by davve95 - 17.11.2011, 05:58
Re: What is this Object ?? - by xinix000 - 17.11.2011, 06:16
Re: What is this Object ?? - by =WoR=G4M3Ov3r - 17.11.2011, 06:43
Re: What is this Object ?? - by xinix000 - 17.11.2011, 06:56
Re: What is this Object ?? - by MP2 - 17.11.2011, 06:58
Re: What is this Object ?? - by =WoR=G4M3Ov3r - 17.11.2011, 07:24
Re: What is this Object ?? - by xinix000 - 17.11.2011, 08:09

Forum Jump:


Users browsing this thread: 3 Guest(s)