mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
counter-strike-2: add italian translation (#23112)
This commit is contained in:
committed by
GitHub
parent
62ccff865b
commit
1fb6f44040
@@ -0,0 +1,20 @@
|
||||
# Counter Strike 2
|
||||
|
||||
> Ospita un server headless di Counter Strike 2.
|
||||
> Maggiori informazioni: <https://developer.valvesoftware.com/wiki/Counter-Strike_2/Dedicated_Servers>.
|
||||
|
||||
- Esegue una partita con una mappa:
|
||||
|
||||
`{{path/to}}/cs2 -dedicated +map {{de_dust2}}`
|
||||
|
||||
- Esegue una partita con un numero massimo specificato di giocatori:
|
||||
|
||||
`{{path/to}}/cs2 -dedicated +map {{de_dust2}} -maxplayers {{64}}`
|
||||
|
||||
- Esegue una partita con IP e porta del server specificati:
|
||||
|
||||
`{{path/to}}/cs2 -dedicated +map {{de_dust2}} -ip {{1.2.3.4}} -port {{27015}}`
|
||||
|
||||
- [Interattivo] Spegne il server:
|
||||
|
||||
`quit`
|
||||
Reference in New Issue
Block a user