HEADSHOT script won't work
#1

Hiye guys,

I have a script that works in another gamemode but not in the one I use now:

PHP код:
public OnPlayerTakeDamage playeridissueridFloat:amountweaponidbodypart ) {
    if(
issuerid != INVALID_PLAYER_ID && weaponid == 3433 && bodypart == 9)
{
SetPlayerHealth(playerid0.0);
GameTextForPlayer(issuerid,"~g~HEADSHOT",2000,3);
GameTextForPlayer(playerid,"~r~HEAD~y~SHOT",2000,3);
}
    return 
1;

What's wrong?
Reply


Messages In This Thread
HEADSHOT script won't work - by Fantje - 13.03.2015, 21:25
Re: HEADSHOT script won't work - by CalvinC - 13.03.2015, 21:34
Re: HEADSHOT script won't work - by Fantje - 13.03.2015, 22:06
Respuesta: HEADSHOT script won't work - by JuanStone - 13.03.2015, 22:13
Re: HEADSHOT script won't work - by Fantje - 13.03.2015, 22:18
Re: HEADSHOT script won't work - by Vince - 13.03.2015, 22:18
Re: HEADSHOT script won't work - by Mijata - 13.03.2015, 22:26
Re: HEADSHOT script won't work - by Fantje - 14.03.2015, 09:16
Re: HEADSHOT script won't work - by CalvinC - 14.03.2015, 09:46

Forum Jump:


Users browsing this thread: 3 Guest(s)