Small problem! need solution.
#1

I got small problem with small function

pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart)
{
    if(GetPlayerTeam(issuerid) != GetPlayerTeam(playerid))
    {
        if(weaponid == 34 && bodypart == 9)
        {
            SetPlayerHealth(playerid, 0.0);
        }
    }
    return 1;
}
This system is stopped working after defined

pawn Код:
#include <YSI\y_ini>
Reply


Messages In This Thread
Small problem! need solution. - by Ryz - 15.12.2014, 04:36
Re: Small problem! need solution. - by Divergent - 15.12.2014, 05:01
Re: Small problem! need solution. - by Ryz - 15.12.2014, 05:05
Re: Small problem! need solution. - by Divergent - 15.12.2014, 05:20

Forum Jump:


Users browsing this thread: 1 Guest(s)