[Pedido] Animaзгo
#1

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

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;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)