Es.centermsg

From EventScripts Community Encyclopedia
This article is a stub. Please help by adding to it.



Method: centermsg

Module: es
Class: (no class)
EventScripts version: 2.0

Method Overview

Table of Contents

Contents


Description

Broadcasts a centered HUD message to all players. This is the Python equivalent of: http://www.eventscripts.com/pages/es_centermsg

Arguments

  • message - text message you'd like displayed in the center of player's screens. (Short length limit)


Examples

De_aztec0000.jpg

def round_start(event_var):
    es.centermsg("Fight!")

Notes

Displays the message globally. To select certain players, user es.centertell


See Also

blog comments powered by Disqus