mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
Add support for FiveM closes #55
This commit is contained in:
parent
c30339d866
commit
4c18b6a3fd
6 changed files with 55 additions and 28 deletions
9
protocols/fivem.js
Normal file
9
protocols/fivem.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
class FiveM extends require('./quake2') {
|
||||
constructor() {
|
||||
super();
|
||||
this.sendHeader = 'getinfo xxx';
|
||||
this.responseHeader = 'infoResponse';
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = FiveM;
|
||||
Loading…
Add table
Add a link
Reference in a new issue