removed unused function

This commit is contained in:
Steven Howard 2018-10-13 14:16:59 +01:00
parent ad8a8b9385
commit aeabfdcdf5

View File

@ -185,13 +185,6 @@ public OnPlayerFeedUpdate( playerid )
return 1;
}
stock CreateBulletLabel( playerid, weaponid, Float: amount )
{
if ( IsPlayerInCasino( playerid ) || IsPlayerInPaintBall( playerid ) || IsPlayerInEvent( playerid ) || IsPlayerInMinigame( playerid ) )
return;
}
stock DamageFeedAddHitGiven( playerid, issuerid, Float: amount, weaponid )
{
foreach( new i : Player ) if ( p_Spectating{ i } && p_whomSpectating[ i ] == playerid && i != playerid ) {