OnPlayerAwayChange

From Vice City Multiplayer
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing
if ( NewStatus == true ) 
{
Message("" +player.Name+" will be right back.");
}
else if ( NewStatus == false )
{
Message(""+player.Name+" Is Now Back!");
}

Related Functions