-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: update pma-voice to support the latest fivem changes
- Loading branch information
1 parent
4e31f0b
commit 6d01636
Showing
20 changed files
with
710 additions
and
382 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.idea | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
## TODO | ||
- [ ] Rename everything that uses 'phone' to 'call' for consistency. | ||
- [ ] Ability to display radio members on the client | ||
- [ ] Use commands to define voiceModes in shared.lua and only leave debug logs in shared.lua | ||
- [ ] Ability to display radio members on the client. | ||
- [ ] Use commands to define voiceModes in shared.lua and only leave debug logs in shared.lua. | ||
- [ ] Convert the UI to React. | ||
- [ ] Multiple radio channels | ||
- [ ] Multiple radio channels. | ||
|
||
## DONE | ||
- [ x ] Implement a easy way to get the players current radio channel on the server | ||
- [ x ] Add the ability to override proximity with exports | ||
- [ x ] Implement a easy way to get the players current radio channel on the server. | ||
- [ x ] Add the ability to override proximity with exports. | ||
- [ x ] Rename everything that uses 'phone' to 'call' for consistency. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.