Object help
#4

This is actually a special action.

pawn Код:
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_CARRY);
EDIT: Here I go again, rushing into things...
If you are using SetPlayerAttachedObject, then your X, Y or Z rotation is wrong. From the looks of it, your X rotation should be 90.0. (Or should your Y be 90.0?)

I get confused between the 2, but the code should either be:
pawn Код:
SetPlayerAttachedObject(playerid, 4, 1578, 1, 0.391314, 0.579003, 0.000000, 0.000000, 90.000000, 0.000000, 1.000000, 1.000000, 1.000000 );
OR
pawn Код:
SetPlayerAttachedObject(playerid, 4, 1578, 1, 0.391314, 0.579003, 0.000000, 90.000000, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000 );
Reply


Messages In This Thread
Object help - by Shura - 03.06.2014, 03:38
Re: Object help - by Koala818 - 03.06.2014, 05:23
Re: Object help - by Dignity - 03.06.2014, 05:35
Re: Object help - by Threshold - 03.06.2014, 12:24

Forum Jump:


Users browsing this thread: 5 Guest(s)