Card Swipe - 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: Card Swipe (
/showthread.php?tid=192873)
Card Swipe -
Lars_Frederiksen - 24.11.2010
What's the code for the Card Swipe Animation?
Re: Card Swipe -
Haydz - 24.11.2010
https://sampwiki.blast.hk/wiki/Animations
pawn Код:
cards_in
cards_loop
cards_lose
cards_out
cards_pick_01
cards_pick_02
cards_raise
cards_win
That what you want?
Re: Card Swipe -
Lars_Frederiksen - 24.11.2010
OnePlayAnim(playerid, "HEIST9", "Use_SwipeCard", 4.0, 0, 0, 0, 0, 0); //Card Swipe
Got it man, thanks for the direction to that page.