mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
fix: Added c query requests for gtasao (open.mp) (#547)
* Added full OMP support * Added a new protocol for OMP which extends SAMP * Edited the changelog
This commit is contained in:
parent
cf0144683d
commit
6bfc3426e7
5 changed files with 15 additions and 3 deletions
8
protocols/gtasao.js
Normal file
8
protocols/gtasao.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import samp from './samp.js'
|
||||
|
||||
export default class gtasao extends samp {
|
||||
constructor() {
|
||||
super()
|
||||
this.isOmp = true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue