28.06.2016, 13:46
How do you build a gamemode? Thats basically what you ask. There is no short answer here. It all depends on what you're looking for. I can point you in the right direction though.
1. You need to collect the answers. You can do this via dialogs
https://sampwiki.blast.hk/wiki/ShowPlayerDialog
https://sampwiki.blast.hk/wiki/OnDialogResponse
etc ...
2. You have to store the answers for an admin to look at. This would be best to do in a database or file. You can use a MySQL plugin or my personal favorite Y_INI. Alternatively you could store it in variables.
3. You need to make a function to look at these variables in-game.
4. You need to make a connection to the database via your website to your server. This requires knowledge in PHP.
You're asking for a lot.
1. You need to collect the answers. You can do this via dialogs
https://sampwiki.blast.hk/wiki/ShowPlayerDialog
https://sampwiki.blast.hk/wiki/OnDialogResponse
etc ...
2. You have to store the answers for an admin to look at. This would be best to do in a database or file. You can use a MySQL plugin or my personal favorite Y_INI. Alternatively you could store it in variables.
3. You need to make a function to look at these variables in-game.
4. You need to make a connection to the database via your website to your server. This requires knowledge in PHP.
You're asking for a lot.