Garry's Mod Wiki

umsg.PoolString

  umsg.PoolString( string string )

Description

We advise against using this. It may be changed or removed in a future update. Inferior version of util.AddNetworkString

The string specified will be networked to the client and receive a identifying number, which will be sent instead of the string to optimize networking.

Arguments

1 string string
The string to be pooled.