Lua:BroadCastMessageToPlayer
From Fortress Forever Wiki
Jump to navigationJump to search
BroadCastMessageToPlayerSends a text message to a single player. Is it still broadcasting if it only goes to one person? Who came up with this crap? UsageBroadCastMessageToPlayer( player, message ) Input
OutputReturns nothing ExampleBroadCastMessageToPlayer( player, "#FF_NOTALLOWEDDOOR" ) |