Difference between revisions of "Category:Messages"

From Fortress Forever Wiki
Jump to navigationJump to search
(New page: This group of Lua Commands deals with notifying players about events in the game. Category:Lua_Commands)
 
m
Line 1: Line 1:
 +
{{Infobox mapping}}
 
This group of Lua Commands deals with notifying players about events in the game.
 
This group of Lua Commands deals with notifying players about events in the game.
 +
{| border="1" cellspacing="0"
 +
! LUA Command !! Description
 +
|-
 +
| [[Lua:BroadCastMessage|BroadCastMessage]]( message ) || broadcasts a given message to all players.
 +
|-
 +
| [[Lua:BroadCastMessageToPlayer|BroadCastMessageToPlayer]]( player, message ) || broadcasts message to one player.
 +
|-
 +
| [[Lua:SmartTeamMessage|SmartTeamMessage]] ||
 +
|-
 +
| [[Lua:SmartMessage|Smartmessage]] ||
 +
|-
 +
| [[Lua:BroadCastSound|BroadCastSound]]( sound ) ||
 +
|-
 +
| [[Lua:BroadCastSoundToPlayer|BroadCastSoundToPlayer]]( player, sound ) ||
 +
|-
 +
| [[Lua:SmartSound|SmartSound]] ||
 +
|-
 +
| [[Lua:SmartTeamSound|SmartTeamSound]] ||
 +
|-
 +
| [[Lua:SpeakAll|SpeakAll]] ||
 +
|-
 +
| [[Lua:SpeakPlayer|SpeakPlayer]] ||
 +
|-
 +
| [[Lua:SpeakTeam|SpeakTeam]] ||
 +
|-
 +
| [[Lua:RandomFlagTouchSpeak]] || Plays a predetermined set of flag touch announcements for the server.
 +
|}
 
[[Category:Lua_Commands]]
 
[[Category:Lua_Commands]]

Revision as of 23:51, 1 May 2010