no problem
<?php
string[] args = new string[2];
args[0] = currInfoPlayer.userName;
args[1] = lostConnection.Reason.ToString();
newCfg.executeFunction("OnDisConnect", null, args);
listOfPlayers.removePlayer(newCfg,lostConnection.UCID);
?>
<?php
string[] args = new string[2];
args[0] = currInfoPlayer.userName;
args[1] = lostConnection.Reason.ToString();
listOfPlayers.removePlayer(newCfg,lostConnection.UCID);
newCfg.executeFunction("OnDisConnect", null, args);
?>
globalMsg( langEngine( "%{main_endpit}%",GetCurrentPlayerVar("Nick[COLOR=red]n[/COLOR]ame"),numToMSH(GetCurrentPlayerVar("PitTime") ) ) );
globalMsg( langEngine( "%{main_endpit}%",GetCurrentPlayerVar("Nick[COLOR=red]N[/COLOR]ame"),numToMSH(GetCurrentPlayerVar("PitTime") ) ) );
globalMsg( langEngine( "%{main_tolowhand2}%",GetCurrentPlayerVar( "H_Mass" ), GetCurrentPlayerVar("H_T[COLOR=red]R[/COLOR]es")) );
globalMsg( langEngine( "%{main_tolowhand2}%",GetCurrentPlayerVar( "H_Mass" ), GetCurrentPlayerVar("H_T[COLOR=red]r[/COLOR]es")) );
SetCurrentPlayerVar( "IdLang","RU");
<?php
CASE "!pl":
privMsg ( "^7Plate: " . GetCurrentPlayerVar( "NumberPlate" ) );
BREAK;
?>