a problem with tazer
#1

Hello,
i have tazer system, its with different way, not slinced pistol its with object 18642.
i have a problem with it, if i have the tazer ( = 1 )and another player shoted me with any weapon i will get tazed, and if i don't have tazer ( = 0 ) they can't taze me, btw i can't taze anyone if i have tazer and if i don't, i hope you can help me, Here is the code :

Код:
	new playerid, playerb;
	
             if(Tazer[playerid] == 1)
             {
	            if(!IsPlayerTazed(Target) && !IsPlayerCuffed(Target) && !IsPlayerTied(Target))
	            {
		            new Float:HP, Float:Armor;
		            GetPlayerHealth(Target, HP);
		            GetPlayerArmour(Target, Armor);
		            SetPlayerHealth(Target, HealthLost+HP);
		            SetPlayerArmour(Target, ArmourLost+Armor);
		            if(!IsPlayerNearPlayer(Shooter, Target, 12)) return SendClientMessage(Shooter, COLOR_GREY, "You are too far away from that player.");
				    format(string, sizeof(string), "* %s aims their tazer on %s and tazes them.", RPN(Shooter), RPN(Target));
				    SendNearbyMessage(Shooter, 15, string, COLOR_LIGHTBLUE, COLOR_LIGHTBLUE, COLOR_LIGHTBLUE, COLOR_LIGHTBLUE, COLOR_LIGHTBLUE);
				    GameTextForPlayer(Target, "~r~Tazed", 3500, 3);
				    ApplyAnimation(Target,"CRACK","crckdeth2",4.1,0,1,1,1,1,1);
					TogglePlayerControllable(Target, 0);
					TogglePlayerTazed(Target, 2);
					TazeTimeout[Target] = 11;
					TazeCountDown[Target] = SetTimerEx("TazeTimer", 1000, true, "d", Target);
					  }
				  }
             }
Reply


Messages In This Thread
a problem with tazer - by Rabea - 26.09.2014, 08:12
Re: a problem with tazer - by ranme15 - 26.09.2014, 20:25
Re: a problem with tazer - by Rabea - 27.09.2014, 07:36
Re: a problem with tazer - by Rabea - 27.09.2014, 09:11
Re: a problem with tazer - by EPIC2LA - 27.09.2014, 19:05
Re: a problem with tazer - by Rabea - 28.09.2014, 12:41
Re: a problem with tazer - by Rabea - 29.09.2014, 12:02
Re: a problem with tazer - by Josh_Main - 29.09.2014, 15:21
Re: a problem with tazer - by Blast3r - 29.09.2014, 15:34
Re: a problem with tazer - by Rabea - 30.09.2014, 11:21

Forum Jump:


Users browsing this thread: 1 Guest(s)