Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oukibt committed Jan 22, 2022
1 parent 770be99 commit 6436755
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ public OnGameModeInit()
new Players[][Query_Players] = {

{ "Dan", 15 },
{ "Mike", 25 },
{ "Alex", 50 },
{ "John", 222 }
{ "Mike", 25 },
{ "Alex", 50 },
{ "John", 222 }
};

SetServerPlayers(Players); // Set a players
Expand All @@ -45,8 +45,8 @@ public OnGameModeInit()
new Rules[][Query_Rules] = {

{ "Rule 1", "Value 1" },
{ "Rule 2", "Value 2" },
{ "Rule 3..?", "No, it's enough" }
{ "Rule 2", "Value 2" },
{ "Rule 3..?", "No, it's enough" }
};

SetServerRules(Rules); // Set a rules
Expand All @@ -61,8 +61,8 @@ public OnGameModeInit()

//////////////////////////////////////////

SetServerRule("Rule 4", "Sooo..."); // Add another rule
RemoveServerRule("Rule 3..?"); // Remove one of the rules
SetServerRule("Rule 4", "Sooo..."); // Add another rule
RemoveServerRule("Rule 3..?"); // Remove one of the rules

return 1;
}
Expand Down

0 comments on commit 6436755

Please sign in to comment.