Убийство из снайперки
#9

Quote:
Originally Posted by Vandersexxx
Посмотреть сообщение
Headshot система в сампе? Не смешите, перестаньте верить в чудеса. На этих пабликах сатану призывать только можно.

Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid)
{
    if(issuerid != INVALID_PLAYER_ID)
    {
        if(weaponid == 34) SetPlayerHealth(playerid,health-100);
    }
    return 1;
}
health-100? если отнимать то ты пропустил new Float:health; GetPlayerHealth(playerid,health);

А если проще то SetPlayerHealth(playerid,health-100); заменить на SetPlayerHealth(playerid,0);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)