Add old GMCP Enabled Script
Offen
enhancement
someday maybe
- Vorherrschende Sprache
- Lua
- Sterne
- 8
- Forks
- 5
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
This is the XML for my old GMCP Enabled script. It's technically more accurate that what is in discMapper currently, because it only runs when the `sysProtocolEnabled` event fires and the protocol is, in fact, GMCP. I'm just too tired ATM to mess with it.
```
<name>dsGMCPEnabled</name>
<packageName></packageName>
<script>function dsGMCPEnabled(_, protocol)
if protocol == "GMCP" then
map.echo(" - GMCP Enabled")
end
end
sysProtocolEnabled
```
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.