Es stringtable

From EventScripts Community Encyclopedia


Overview

Syntax: es_stringtable

<tablename> <string>
Note: Command parameters are described inside the < and > characters. Optional parameters are contained within [ and ] characters.

Variation of this command that doesn't expand variables: es_xstringtable

Description

Adds a string to the stringtable shared by server and clients.

Parameters

  • tablename - The name of the string table to add the string
  • string - string to write to the stringtable


Examples

// add a downloadable
es_stringtable downloadables "sound/major/newsound.wav"


Notes

  • Note: The stringtable change only applies to each map, so it's common to place long-term changes in es_map_start
  • This command is semi-experimental.
  • downloadable uses this command.


See also


blog comments powered by Disqus