how to create a animation for kiss an other player?
#1

someone can give me the code or explain how i can create an animation for kiss an other player like in this image??

/imageshack/img402/4445/ioete.png

thx guy : )
Reply
#2

ApplyAnimation.
Reply
#3

can u give me a better explaination plese?>.<?
Reply
#4

Yes.
pawn Код:
ApplyAnimation(playerid, "KISSING", "Playa_Kiss_02", 3.0, 1, 0, 1, 1, 0);
Reply
#5

wow what an old thread...

i would like to know how its possible to make the players looking like theyre "inside" each other.

SetPlayerPos doesnt work like i need that how its looking on the photo
Reply
#6

You have to try with GetPlayerFacingAngle, and doing some maths, you can get it to work.
Reply
#7

pawn Код:
new Float:x, Float:y, Float:z;
    GetPlayerPos(playerid, x, y, z);
               
    x -= 0.1;
    SetPlayerPos(kissedID, x, y, z);
               
    SetPlayerFacingAngle(playerid, 270);
    SetPlayerFacingAngle(kissedID, 90);
doesnt show the players like this picture from the startpost...
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)