Skip to content

Commit

Permalink
replace run.cmd in server setup guide
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon committed Mar 22, 2020
1 parent 4c4a90a commit 27f379b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions content/docs/server-manual/setting-up-a-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Windows
8. Run the server from the `server-data` folder. For example, in a plain Windows command prompt (cmd.exe) window:
```dos
cd /d D:\FXServer\server-data
D:\FXServer\server\run.cmd +exec server.cfg
D:\FXServer\server\FXServer.exe +exec server.cfg
```

(the `/d` flag is only needed when changing directory to somewhere on a different drive)
Expand All @@ -56,8 +56,6 @@ Common issues
---------------

- If you don't get any 'resources found', and it says 'Failed to start resource', you didn't 'cd' to the right folder.
- If you get a lot of errors about citizen:/scripting/, you didn't use run.cmd.
- If nothing happens at all except 'sending heartbeat', you didn't use run.cmd **and** failed to cd to the folder.
- If no resources get started, and you can't connect, you didn't add +exec.
- If you get 'no license key was specified', one of the above things applies.

Expand Down

0 comments on commit 27f379b

Please sign in to comment.