Skip to main content

OnLootPlayer

Usage​

  • Called when the player starts looting another player
  • No return behavior

Examples​

""
void OnLootPlayer(BasePlayer player, BasePlayer target)
{
Puts("OnLootPlayer works!");
}