SA-MP Forums Archive
Nazi Animation Code 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: Nazi Animation Code PLEASE (/showthread.php?tid=300836)



Nazi Animation Code PLEASE - rido1998 - 02.12.2011

Hello all friend,please send me Nazi motion Animation thank you.


Re: Nazi Animation Code PLEASE - Medardo4Life - 02.12.2011

Its salute, not NAZI.


Re: Nazi Animation Code PLEASE - rido1998 - 02.12.2011

[ame]http://www.youtube.com/watch?v=A2rAXJaX70g[/ame] Please watch 1.45 second


Re: Nazi Animation Code PLEASE - rido1998 - 02.12.2011

help me please.


Re: Nazi Animation Code PLEASE - rido1998 - 02.12.2011

Help please friend :S


Re: Nazi Animation Code PLEASE - Neo Karls - 02.12.2011

Its Dance Animations, not Nazi
and it is

pawn Код:
if(strcmp(cmd, "/dance", true) == 0) {
            new tmp[256];

            // Get the dance style param
            tmp = strtok(cmdtext, idx);
            if(!strlen(tmp) || strlen(tmp) > 2) {
                SendClientMessage(playerid,0xFF0000FF,"USAGE: /dance [style 1-4]");
                return 1;
            }
           
            dancestyle = strval(tmp);
            if(dancestyle < 1 || dancestyle > 4) {
                SendClientMessage(playerid,0xFF0000FF,"USAGE: /dance [style 1-4]");
                return 1;
            }
           
            if(dancestyle == 1) {
                SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE1);
            } else if(dancestyle == 2) {
                SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE2);
            } else if(dancestyle == 3) {
                SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE3);
            } else if(dancestyle == 4) {
                SetPlayerSpecialAction(playerid,SPECIAL_ACTION_DANCE4);
            }
            return 1;
    }

    return 0;
}



Re: Nazi Animation Code PLEASE - rido1998 - 02.12.2011

Very very thanks!


Re: Nazi Animation Code PLEASE - rido1998 - 02.12.2011

hey your message not relevance :S and your dance animation not stop please help


Re: Nazi Animation Code PLEASE - Neo Karls - 02.12.2011

Welcome


Re: Nazi Animation Code PLEASE - rido1998 - 02.12.2011

hey plesae not thread relevance message :@