https://github.com/dockfries/omp-gm-grandlarc
The GrandLarceny sample game mode written with infernus-starter.
https://github.com/dockfries/omp-gm-grandlarc
gamemode omp samp
Last synced: about 2 months ago
JSON representation
The GrandLarceny sample game mode written with infernus-starter.
- Host: GitHub
- URL: https://github.com/dockfries/omp-gm-grandlarc
- Owner: dockfries
- License: mit
- Created: 2022-08-08T14:13:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-05-09T13:44:38.000Z (2 months ago)
- Last Synced: 2026-05-09T15:42:04.898Z (2 months ago)
- Topics: gamemode, omp, samp
- Language: TypeScript
- Homepage:
- Size: 1.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grandlarc
This repository contains the GrandLarceny sample game mode written using [infernus-starter](https://github.com/dockfries/infernus-starter).
## Get Started
```sh
pnpm dlx @infernus/create-app@latest install
pnpm install --dev
pnpm install
pnpm build
pnpm serve
```