10.06.2020, 18:01
Why wouldn't you use MySQL to store messages? Messages are, as user stats, also data. Messages can change, new languages can be added.
It allows for dynamic storing and modification - and this is also common outside of sa-mp.
You can stay fairly organized - if your argument is that it's "too static" you can easily just dump everything in on runtime, and keep it in memory, but still have the organizing using tables.
It allows for dynamic storing and modification - and this is also common outside of sa-mp.
You can stay fairly organized - if your argument is that it's "too static" you can easily just dump everything in on runtime, and keep it in memory, but still have the organizing using tables.