Death Bug .
#9

This one ?
Код:
			GameTextForPlayer(playerid, "~r~Injured~n~~w~/accept death or /service ems", 5000, 3);
			ClearAnimations(playerid);
			ApplyAnimation(playerid, "KNIFE", "KILL_Knife_Ped_Die", 4.0, 0, 1, 1, 1, 0, 1);
			SetPlayerHealth(playerid, 100);
			SetPlayerArmour(playerid,0);
			if(GetPVarInt(playerid, "usingfirstaid") == 1)
			{
				firstaidexpire(playerid);
			}
			SetPVarInt(playerid,"MedicCall",1);
		}
		case 2:
		{
			SetPVarInt(playerid,"EMSAttempt", 2);
			ClearAnimations(playerid);
			ApplyAnimation(playerid, "SWAT", "gnstwall_injurd", 4.0, 0, 1, 1, 1, 0, 1);
			SetPlayerHealth(playerid, 100);
			SetPlayerArmour(playerid,0);
		}
Reply


Messages In This Thread
Death Bug . - by OmarT2 - 12.09.2013, 18:42
Re: Death Bug . - by Roko_foko - 12.09.2013, 18:45
Re: Death Bug . - by OmarT2 - 12.09.2013, 19:17
Re: Death Bug . - by Wizza - 12.09.2013, 19:17
Re: Death Bug . - by OmarT2 - 12.09.2013, 19:27
Re: Death Bug . - by Omar55555 - 12.09.2013, 19:38
Re: Death Bug . - by knackworst - 12.09.2013, 19:38
Re: Death Bug . - by OmarT2 - 12.09.2013, 19:42
Re: Death Bug . - by OmarT2 - 12.09.2013, 19:55
Re: Death Bug . - by OmarT2 - 14.09.2013, 01:05

Forum Jump:


Users browsing this thread: 1 Guest(s)