11.01.2012, 12:43
is there anyway to make a Timer for SetPlayerAttachedObject then it Destroys ?
I Did this :
But the Attached Object don't get remove cause there is no timer for it - anyway...How to make a Timer for it ?
And also - How to make the Animation doesn't stop BUT in the same time the player can control his moves ?
I Did this :
PHP код:
GameTextForPlayer(playerid, "~w~You have Bought a Pizza", 5000, 3);
SetPlayerAttachedObject( playerid, 0, 1582, 1, -0.064613, 0.520760, 0.000000, 0.000000, 84.217391, 0.000000, 1.000000, 1.000000, 1.000000 );
ApplyAnimation(playerid,"CARRY","crry_prtial",4.0,0,0,0,0,6000,1);
And also - How to make the Animation doesn't stop BUT in the same time the player can control his moves ?