Anim problem with JETPACK
#2

Try This command
Код:
CMD:jetpack(playerid, params[])
{
        if(IsPlayerAdmin(playerid)) 
	{
	if(GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_USEJETPACK) return SendClientMessage(playerid, COLOR_RED, "[JETPACK] "white"You are already using a jetpack.");
 	SetPlayerSpecialAction(playerid, SPECIAL_ACTION_USEJETPACK);
  	SendClientMessage(playerid, COLOR_RED, "You have spawned  jetpack.");
	}
	else
	{
	    SendClientMessage(playerid, -1, "You Are Not Authorized To Use This Command.");
	}
	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: 2 Guest(s)