SA-MP Forums Archive
[Pedido] Animaзгo - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Pedido] Animaзгo (/showthread.php?tid=664562)



Animaзгo - WiliHacking - 04.03.2019

Alguйm sabe aquela animaзгo quando o player estб comprando roupa no GTA OFF? Que ele mexe os braзos e tals...


Re: Animaзгo - GuiKommander - 04.03.2019

Vocк pode tentar acho no meio dessas, se nгo encontrar, baixe um MOD de animes, e tente procurar.

PHP код:
CMD:animclothes(playeridparams[])
{
    new 
animid;

    if(
sscanf(params"d"animid)) return SCM(playeridCOLOR_ERRO"| ERRO | Digite: /animclothes [ 1-13 ]");
    if(
animid || animid 13SCM(playeridCOLOR_ERRO"| ERRO | Digite: /animclothes [ 1-13 ]");

    if(
animid == 1ApplyAnimation(playerid"CLOTHES""CLO_Buy"4.101011);
    else if(
animid == 2ApplyAnimation(playerid"CLOTHES""CLO_In"4.101011);
    else if(
animid == 3ApplyAnimation(playerid"CLOTHES""CLO_Out"4.101011);
    else if(
animid == 4ApplyAnimation(playerid"CLOTHES""CLO_Pose_Hat"4.101011);
    else if(
animid == 5ApplyAnimation(playerid"CLOTHES""CLO_Pose_In"4.101011);
    else if(
animid == 6ApplyAnimation(playerid"CLOTHES""CLO_Pose_In_O"4.101011);
    else if(
animid == 7ApplyAnimation(playerid"CLOTHES""CLO_Pose_Legs"4.101011);
    else if(
animid == 8ApplyAnimation(playerid"CLOTHES""CLO_Pose_Loop"4.101011);
    else if(
animid == 9ApplyAnimation(playerid"CLOTHES""CLO_Pose_Out"4.101011);
    else if(
animid == 10ApplyAnimation(playerid"CLOTHES""CLO_Pose_Out_O"4.101011);
    else if(
animid == 11ApplyAnimation(playerid"CLOTHES""CLO_Pose_Shoes"4.101011);
    else if(
animid == 12ApplyAnimation(playerid"CLOTHES""CLO_Pose_Torso"4.101011);
    else if(
animid == 13ApplyAnimation(playerid"CLOTHES""CLO_Pose_Watch"4.101011);
    return 
1;