Im looking for an animation which Enter Password on Pad.THX - 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)
+--- Thread: Im looking for an animation which Enter Password on Pad.THX (
/showthread.php?tid=539489)
Im looking for an animation which Enter Password on Pad.THX -
VivianKris - 28.09.2014
Im looking for an animation which Enter Password on Pad.THX
Re: Im looking for an animation which Enter Password on Pad.THX -
VeggieBoy - 28.09.2014
I don't think there's an animation close to that, but we'll see, if anyone replies further.
Re: Im looking for an animation which Enter Password on Pad.THX -
VivianKris - 28.09.2014
Quote:
Originally Posted by VeggieBoy
I don't think there's an animation close to that, but we'll see, if anyone replies further.
|
Remeber that have a misson in SF's Casino while playing single mode?
Re: Im looking for an animation which Enter Password on Pad.THX -
Eth - 28.09.2014
I can't find it but I think there is one as I saw it before
https://sampwiki.blast.hk/wiki/Animations check anims there
Re: Im looking for an animation which Enter Password on Pad.THX -
Abagail - 28.09.2014
pawn Код:
ApplyAnimation(playerid, "HEIST9", "Use_SwipeCard", 10.0, 0, 0, 0, 0, 0);
Found it with a simple search. Note, - how it says HEIST9 which exactly correlates to the single-play mission where they perform a casino "heist".
See:
https://sampwiki.blast.hk/wiki/Animations
for future reference
Re: Im looking for an animation which Enter Password on Pad.THX -
VivianKris - 28.09.2014
Quote:
Originally Posted by Abagail
pawn Код:
ApplyAnimation(playerid, "HEIST9", "Use_SwipeCard", 10.0, 0, 0, 0, 0, 0);
Found it with a simple search. Note, - how it says HEIST9 which exactly correlates to the single-play mission where they perform a casino "heist".
See:
https://sampwiki.blast.hk/wiki/Animations
for future reference
|
Thank you