[help]/flip animation
#1

Hello, i was looking in wiki, and i didn't find the /flip animation.. i saw some servers with it.. is it made by them ? and if yes how can i create it ? thanks to the helpers !
Reply
#2

Quote:
Originally Posted by Sascha
Посмотреть сообщение
hm you mean flipping a vehicle back into it's normal position?
If yes, here's a code
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
  if(strcmp("/flip", cmdtext, true, 5) == 0)
  {
    if(IsPlayerInAnyVehicle(playerid))
    {
        new Float:az;
        GetVehicleZAngle(GetPlayerVehicleID(playerid), az);
        SetVehicleZAngle(GetPlayerVehicleID(playerid), az);
    }
    return 1;
  }
  return 0;
}
Not sure, but he is saying 'Animation' that's just a pure command.

@Topicstarter.
Can you give us a video or something how the Animation is looking?
Reply
#3

ehm lol am I stupid or??
where is my post... I'm sure I posted it and you also quoted it lol
Reply
#4

ApplyAnimation(playerid,"PED","KO_skid_front",4.1, 0,1,1,10000,1); // flip

You're welcome. Next time use the search function. There's a lot of scripts including the flip command.
Reply
#5

Quote:
Originally Posted by Sascha
Посмотреть сообщение
ehm lol am I stupid or??
where is my post... I'm sure I posted it and you also quoted it lol
Yes you posted something, where it is? Don't ask meh.
Reply
#6

Quote:
Originally Posted by Kayaque
Посмотреть сообщение
ApplyAnimation(playerid,"PED","KO_skid_front",4.1, 0,1,1,10000,1); // flip

You're welcome. Next time use the search function. There's a lot of scripts including the flip command.
thats not the right one, its a /fall
I need one that it does a loop and then lands on the back.
Reply
#7

Quote:
Originally Posted by gold
Посмотреть сообщение
thats not the right one, its a /fall
I need one that it does a loop and then lands on the back.
This animation doesn't exist on GTA San Andreas, unless you have the parkour mod.
Reply
#8

So how there is on LS-RP ?... I don't use mod parkour, and i have there the command /flip that does the trick.
Reply
#9

Ask them, sure the will probably give you help.. If not its tough luck looking for one..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)