how to create a animation for kiss an other player?
#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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)