03.02.2015, 18:00
can somebody complite fs with it
pls when i complite i have errors with this line
pls complite and send me pwn and amx
Код:
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid,bodypart) { if(issuerid != INVALID_PLAYER_ID) { if(GetPlayerTeam(issuerid) != GetPlayerTeam(playerid)) { if((weaponid == 34) && bodypart == 9) { SetPlayerHealth(playerid, 0.0); GameTextForPlayer(issuerid, "~r~Headshot", 3000, 3); GameTextForPlayer(playerid, "~r~Headshot", 3000, 3); } else return PlayerPlaySound(issuerid,17802,0.0,0.0,0.0); }else {GameTextForPlayer(issuerid, "~r~Team killing not allowed", 3000, 3);} } return 1; }
Код:
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid,bodypart)