We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redesign PoI into Modules.
Add all Players to a table.
Playername, Flag, Name of the PoI, Coords of the PoI. Access with [Playername].[ ]
Not globalstep(), take after() ... --> load Table?
On Join make an entry --> save Table? On Disconnect of a Player, delete the Entry, maybe check if the player has crashed --> save Table?
Chatcommand to en- or disable the hud.
Better on serverstart --> load Table on server shutdown --> save Table
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Redesign PoI into Modules.
Add all Players to a table.
Playername, Flag, Name of the PoI, Coords of the PoI.
Access with [Playername].[ ]
Not globalstep(), take after() ... --> load Table?
On Join make an entry --> save Table?
On Disconnect of a Player, delete the Entry, maybe check if the player has crashed --> save Table?
Chatcommand to en- or disable the hud.
Better
on serverstart --> load Table
on server shutdown --> save Table
The text was updated successfully, but these errors were encountered: