Hey Community,
Habe es so gemacht das mit Sniper Headshot gemacht wird, aber leider kriege ich einen ERROR : Zeile (5583) : error 025: function heading differs from prototype
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart)
{
if(issuerid != INVALID_PLAYER_ID && weaponid == 34 && bodypart == 9)
{
SetPlayerHealth(playerid, 0);
GameTextForPlayer(issuerid,"~r~Headshot",2000,3) && GameTextForPlayer(playerid,"~r~Headshot",2000,3);
PlayerPlaySound(playerid, 17802, 0.0, 0.0, 0.0) && PlayerPlaySound(issuerid, 17802, 0.0, 0.0, 0.0);
}
return 1;
}
[b][/b][i][/i][u][/u][sub][/sub][sup][/sup][s][/s]
Gruß,
Nima