Garry's Mod Wiki

Garry's Mod Wiki

  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 You have hit the test limit!. It will use the following location: hint.hitXlimit

This site is a community mirror of the official Garry's Mod wiki.. This site is not maintained by Facepunch Studios.

Page content is automatically updated four times a day. Edits and history are not available.

Last Parsed: Loading...