01.08.2011, 18:59
hello all !
this object's:
components of a zombie.
i try to do it will attack a particular player. But all these objects move toward the player at the same time. And without being separated from each other.
any idea / method of how I do it?
thanks in advance helpers
this object's:
pawn Код:
CreateObject(2905,-2131.82617188,152.00000000,35.00876617,270.00000000,0.00000000,180.00000000); //object(kmb_deadleg) (3)
CreateObject(2905,-2131.82617188,152.17556763,35.00876617,270.00000000,0.00000000,179.99450684); //object(kmb_deadleg) (4)
CreateObject(2907,-2131.86035156,152.11634827,35.31094360,270.00000000,0.00000000,270.00000000); //object(kmb_deadtorso) (3)
CreateObject(2906,-2131.67358398,151.92774963,35.46328735,0.00000000,0.00000000,270.00000000); //object(kmb_deadarm) (3)
CreateObject(2906,-2131.70556641,152.26000977,35.46328735,0.00000000,180.00000000,270.00000000); //object(kmb_deadarm) (4)
CreateObject(2908,-2131.81958008,152.08401489,35.85238647,270.00000000,0.00000000,180.00000000); //object(kmb_deadhead) (2)
i try to do it will attack a particular player. But all these objects move toward the player at the same time. And without being separated from each other.
any idea / method of how I do it?
thanks in advance helpers