removed unused function
This commit is contained in:
parent
ad8a8b9385
commit
aeabfdcdf5
@ -185,13 +185,6 @@ public OnPlayerFeedUpdate( playerid )
|
|||||||
return 1;
|
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 )
|
stock DamageFeedAddHitGiven( playerid, issuerid, Float: amount, weaponid )
|
||||||
{
|
{
|
||||||
foreach( new i : Player ) if ( p_Spectating{ i } && p_whomSpectating[ i ] == playerid && i != playerid ) {
|
foreach( new i : Player ) if ( p_Spectating{ i } && p_whomSpectating[ i ] == playerid && i != playerid ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user