Anim problem with JETPACK
#10

This command works on my previous gamemode, but it's not working on new gamemode

PHP код:
CMD:jetpack(playeridparams[]) {
if(
AdminDuty[playerid] != 1)
            {
                
SendClientMessage(playerid0x04C4D9AA"|- Devi essere Aduty per porter utilizzare i comandi admin -|");
                return 
1;
            }
            else if(
AdminDuty[playerid] != 0) {
            
SetPlayerSpecialAction(playeridSPECIAL_ACTION_USEJETPACK);
            }
            if(
GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_USEJETPACK) {
            
ClearAnimations(playerid);
            }
            return 
1;
            } 
Reply


Messages In This Thread
Anim problem with JETPACK - by blanic - 12.06.2016, 18:55
Re: Anim problem with JETPACK - by FuNkYTheGreat - 12.06.2016, 19:06
Re: Anim problem with JETPACK - by blanic - 12.06.2016, 19:08
Re: Anim problem with JETPACK - by FuNkYTheGreat - 12.06.2016, 19:17
Re: Anim problem with JETPACK - by blanic - 12.06.2016, 19:19
Re: Anim problem with JETPACK - by FuNkYTheGreat - 12.06.2016, 19:22
Re: Anim problem with JETPACK - by AbyssMorgan - 12.06.2016, 19:23
Re: Anim problem with JETPACK - by Dayrion - 12.06.2016, 19:26
Re: Anim problem with JETPACK - by blanic - 12.06.2016, 20:05
Re: Anim problem with JETPACK - by blanic - 12.06.2016, 21:14

Forum Jump:


Users browsing this thread: 1 Guest(s)