Skip to content

Commit 3ba4a8c

Browse files
counter-strike-2: add italian translation
1 parent 846178b commit 3ba4a8c

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

pages.it/linux/counter-strike-2.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Counter Strike 2
2+
3+
> Ospita un server headless di Counter Strike 2.
4+
> Maggiori informazioni: <https://developer.valvesoftware.com/wiki/Counter-Strike_2/Dedicated_Servers>.
5+
6+
- Esegue una partita con una mappa:
7+
8+
`{{path/to}}/cs2 -dedicated +map {{de_dust2}}`
9+
10+
- Esegue una partita con un numero massimo specificato di giocatori:
11+
12+
`{{path/to}}/cs2 -dedicated +map {{de_dust2}} -maxplayers {{64}}`
13+
14+
- Esegue una partita con IP e porta del server specificati:
15+
16+
`{{path/to}}/cs2 -dedicated +map {{de_dust2}} -ip {{1.2.3.4}} -port {{27015}}`
17+
18+
- [Interattivo] Spegne il server:
19+
20+
`quit`

0 commit comments

Comments
 (0)