SA-MP Forums Archive
Need sleep anim please. - 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: Need sleep anim please. (/showthread.php?tid=338038)



Need sleep anim please. - Admigo - 28.04.2012

Heey all,

I need the sleep anim:

Please can anyone post it ?
I already watched in the anim list but cant find it.

Thanks Admigo


Re: Need sleep anim please. - Niko_boy - 28.04.2012

https://sampforum.blast.hk/showthread.php?tid=296107
may be check this script the /lay and /relax
got the animation what you want?


Re: Need sleep anim please. - MP2 - 28.04.2012

These are good:

pawn Код:
case 1: ApplyAnimation(playerid, "INT_HOUSE", "BED_In_L",4.1,0,0,0,1,1);
case 2: ApplyAnimation(playerid, "INT_HOUSE", "BED_In_R",4.1,0,0,0,1,1);
case 3: ApplyAnimation(playerid, "INT_HOUSE", "BED_Loop_L",4.1,1,0,0,1,1);
case 4: ApplyAnimation(playerid, "INT_HOUSE", "BED_Loop_R",4.1,1,0,0,1,1);
case 5: ApplyAnimation(playerid, "INT_HOUSE", "BED_Out_L",4.1,0,1,1,0,0);
case 6: ApplyAnimation(playerid, "INT_HOUSE", "BED_Out_R",4.1,0,1,1,0,0);



Re: Need sleep anim please. - Admigo - 28.04.2012

Thanks guys