goomba_stomp

Syntax

forward goomba_stomp(attacker, victim, Float:damage, bool:lethal)

Usage

attacker
Attacker client index
victim
Victim client index
damage
Amount of damage dealt
lethal
True if the goomba stomp killed the victim, false otherwise

Description

Called on a successfull goomba stomp.

Return

PLUGIN_HANDLED to prevent the goomba stomp,
PLUGIN_CONTINUE to do nothing