[help]/flip animation - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [help]/flip animation (
/showthread.php?tid=275099)
[help]/flip animation -
gold - 08.08.2011
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 !
Re: [help]/flip animation -
Kingunit - 08.08.2011
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?
Re: [help]/flip animation -
Sascha - 08.08.2011
ehm lol am I stupid or??
where is my post... I'm sure I posted it and you also quoted it lol
Re: [help]/flip animation -
Kayaque - 08.08.2011
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.
Re: [help]/flip animation -
Kingunit - 08.08.2011
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.
Re: [help]/flip animation -
gold - 08.08.2011
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.
Re: [help]/flip animation -
admantis - 08.08.2011
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.
Re: [help]/flip animation -
gold - 08.08.2011
So how there is on LS-RP ?... I don't use mod parkour, and i have there the command /flip that does the trick.
Re: [help]/flip animation -
Devon_Nelson - 11.08.2011
Ask them, sure the will probably give you help.. If not its tough luck looking for one..