mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-09 05:04:33 +00:00
ServerRules update
This commit is contained in:
parent
9072edb9d1
commit
9862f88da5
1 changed files with 4 additions and 4 deletions
|
|
@ -132,10 +132,10 @@ $Host::EvoPreMatchSpamAllowed = 1;
|
|||
$Host::EvoRandomMissions = 1;
|
||||
$Host::EvoRandomTeams = 1;
|
||||
$Host::EvoRelaxedFairTeams = 0;
|
||||
$Host::EvoServerRules1 = "if($fun) {";
|
||||
$Host::EvoServerRules2 = " Be Courteous(); Don\'tLlamaGrab(); }";
|
||||
$Host::EvoServerRules3 = "else {";
|
||||
$Host::EvoServerRules4 = " Don\'tTakeYourself2Seriously(); Try2HaveFun(); }";
|
||||
$Host::EvoServerRules1 = "\c2if\c4(\c3%client.fun == \c5true \c4&& \c3%client.Llama_Grabs \c4< \c51\c4)";
|
||||
$Host::EvoServerRules2 = " \c1Be_Courteous\c4(\c2%client, %game\c4);";
|
||||
$Host::EvoServerRules3 = "\c2else if\c4(\c3%client.attitude \c4!$ = \c5%client.fun\c4)";
|
||||
$Host::EvoServerRules4 = " \c1Try_2_Have_Fun\c4(\c2%client, %attitude\c4);";
|
||||
$Host::EvoShowStats = 1;
|
||||
$Host::EvoSkipMission = 0;
|
||||
$Host::EvoSpamAllowed = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue