Garry's Mod Wiki

Player:LimitHit

  Player:LimitHit( string type )

Description

Shows "limit hit" notification in sandbox.

This function is only available in Sandbox and its derivatives.

Arguments

1 string type
Type of hit limit.

Example

Sends a fake limit hit notification.

for _, ply in ipairs( player.GetAll() ) do ply:LimitHit( "test" ) end
Output: A notification pops up saying SBoxLimit_test".