Skip to content

Commit

Permalink
Merge pull request #844 from adib-yg/master
Browse files Browse the repository at this point in the history
Add doc for server file structures
  • Loading branch information
adib-yg authored Jan 17, 2024
2 parents e25b18d + 3aef528 commit f6fff37
Showing 1 changed file with 250 additions and 0 deletions.
250 changes: 250 additions & 0 deletions docs/server/ServerFileStructures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,250 @@
---
title: Server File Structures
description: open.mp server file structures.
---

## Description

Here you can see the structure of open.mp server files.

## open.mp version 1.1.0.2612

### Windows Server

```
└── 📁Server
└── 📁components
└── Actors.dll
└── Actors.pdb
└── Checkpoints.dll
└── Checkpoints.pdb
└── Classes.dll
└── Classes.pdb
└── Console.dll
└── Console.pdb
└── CustomModels.dll
└── CustomModels.pdb
└── Databases.dll
└── Databases.pdb
└── Dialogs.dll
└── Dialogs.pdb
└── Fixes.dll
└── Fixes.pdb
└── GangZones.dll
└── GangZones.pdb
└── LegacyConfig.dll
└── LegacyConfig.pdb
└── LegacyNetwork.dll
└── LegacyNetwork.pdb
└── Menus.dll
└── Menus.pdb
└── Objects.dll
└── Objects.pdb
└── Pawn.dll
└── Pawn.pdb
└── Pickups.dll
└── Pickups.pdb
└── Recordings.dll
└── Recordings.pdb
└── TextDraws.dll
└── TextDraws.pdb
└── TextLabels.dll
└── TextLabels.pdb
└── Timers.dll
└── Timers.pdb
└── Unicode.dll
└── Unicode.pdb
└── Variables.dll
└── Variables.pdb
└── Vehicles.dll
└── Vehicles.pdb
└── config.json
└── omp-server.exe
└── omp-server.pdb
└── 📁qawno
└── blank.new
└── 📁documentation
└── 64-bit-conversions.md
└── annotations.png
└── client.png
└── colours-annotated-1.png
└── colours-annotated-2.png
└── colours-annotated-3.png
└── colours-left.png
└── colours-right.png
└── colours-simple.png
└── comment-1.png
└── comment-2.png
└── comment-3.png
└── comment-4.png
└── comment-5.png
└── comment-6.png
└── comment-7.png
└── comment-8.png
└── compiler-settings.png
└── dark-mode.png
└── delete-1.png
└── delete-2.png
└── delete-3.png
└── delete-4.png
└── design-document.md
└── duplicate-1.png
└── duplicate-2.png
└── duplicate-3.png
└── duplicate-4.png
└── duplicate-5.png
└── duplicate-6.png
└── editor-settings.png
└── errors-next.png
└── errors-selected.png
└── files-drag.png
└── files-drop.png
└── files-select.png
└── initial-view.png
└── marked.png
└── menu-build.png
└── menu-edit.png
└── menu-file.png
└── menu-help.png
└── menu-settings.png
└── mode-name.png
└── mru.png
└── multi-select.png
└── native-native.png
└── native-status.png
└── natives-1.png
└── natives-2.png
└── natives-3.png
└── output-settings.png
└── readme-beginner.md
└── readme-expert.md
└── readme-intermediate.md
└── scm-alternate.png
└── scm-inserted.png
└── scm-selecting.png
└── screenshot.png
└── selected-status.png
└── selected-text.png
└── server-launch.png
└── server-settings.png
└── server.png
└── status.png
└── unsaved.png
└── warnings-1.png
└── warnings-2.png
└── filterscript.new
└── gamemode.new
└── 📁include
└── args.inc
└── a_actor.inc
└── a_http.inc
└── a_npc.inc
└── a_objects.inc
└── a_players.inc
└── a_samp.inc
└── a_sampdb.inc
└── a_vehicles.inc
└── console.inc
└── core.inc
└── datagram.inc
└── file.inc
└── float.inc
└── omp_actor.inc
└── omp_checkpoint.inc
└── omp_class.inc
└── omp_core.inc
└── omp_database.inc
└── omp_dialog.inc
└── omp_gangzone.inc
└── omp_http.inc
└── omp_menu.inc
└── omp_network.inc
└── omp_object.inc
└── omp_pickup.inc
└── omp_player.inc
└── omp_textdraw.inc
└── omp_textlabel.inc
└── omp_variable.inc
└── omp_vehicle.inc
└── open.mp.inc
└── pawn.json
└── string.inc
└── time.inc
└── _open_mp.inc
└── include.new
└── includes-license.md
└── includes-readme.md
└── pawnc.dll
└── pawncc.exe
└── pawndoc.xsl
└── 📁platforms
└── qwindows.dll
└── qawno-license.txt
└── qawno-readme.md
└── qawno.exe
└── Qt5Core.dll
└── Qt5Gui.dll
└── Qt5Widgets.dll
└── 📁upgrader
└── callbacks.json
└── const.json
└── Newtonsoft.Json.dll
└── PCRE.NET.dll
└── 📁runtimes
└── 📁linux-x64
└── 📁native
└── PCRE.NET.Native.so
└── 📁osx-x64
└── 📁native
└── PCRE.NET.Native.dylib
└── 📁win-x64
└── 📁native
└── PCRE.NET.Native.dll
└── 📁win-x86
└── 📁native
└── PCRE.NET.Native.dll
└── tags.json
└── upgrade-license.md
└── upgrade-readme.md
└── upgrade.deps.json
└── upgrade.dll
└── upgrade.exe
└── upgrade.pdb
└── upgrade.runtimeconfig.dev.json
└── upgrade.runtimeconfig.json
└── ysi.json
└── _define.json
└── _defines.json
└── _generate.json
```

### Linux Server

```
└── 📁Server
└── 📁components
└── Actors.so
└── Checkpoints.so
└── Classes.so
└── Console.so
└── CustomModels.so
└── Databases.so
└── Dialogs.so
└── Fixes.so
└── GangZones.so
└── LegacyConfig.so
└── LegacyNetwork.so
└── Menus.so
└── Objects.so
└── Pawn.so
└── Pickups.so
└── Recordings.so
└── TextDraws.so
└── TextLabels.so
└── Timers.so
└── Unicode.so
└── Variables.so
└── Vehicles.so
└── config.json
└── omp-server
```

0 comments on commit f6fff37

Please sign in to comment.