Skip to main content

OnPlayerLand

Usage​

  • Called just before the player lands on the ground
  • Return a non-null value to override default behavior

Examples​

""
object OnPlayerLand(BasePlayer player, float num)
{
Puts("OnPlayerLand works!");
return null;
}