Functions Documentation
View Function Edit Function
Name plyMessage
Syntax (plyMessage player string)
Argument List player: The player.
string: The message string.
Returns condition: True
Category player, message
Description Attempts to message the player. If the RedirectMessage is set then cat onto the stored messages.
Example
(plyMessage gplayer "Success")

Displays Success if the RedirectMessage isn't set.
Comment Basic player function. Allowing you to display messages in flight.