01.04.2015, 14:40
It's great to hear what you want to be made.
edit, i won't be that harsh
Sadly we won't make anything you request here, as this is "Scripting help", not Scripting requests, so you can either go to this thread and search for a developer that's going to make it for you, you can post your code here that you have made, an attempt is more than enough but don't do like one single line and expect us to write the rest.
Here's a little begin for you.
(although i think that's too long and you should use strcat for it)
And for it's responses you could use this.
Here's a little online pawn-ish kit which you can use. (I used that to make that pawn line above^^)
https://app.pawnokit.ru/en/tools/createdialog.html
Easy, but don;t expect us to write enormous amount of lines
edit, i won't be that harsh
Sadly we won't make anything you request here, as this is "Scripting help", not Scripting requests, so you can either go to this thread and search for a developer that's going to make it for you, you can post your code here that you have made, an attempt is more than enough but don't do like one single line and expect us to write the rest.
Here's a little begin for you.
pawn Код:
public OnPlayerConnect(playerid)
{
ShowPlayerDialog(playerid, 7376, DIALOG_STYLE_LIST, "Select Job", "Trucker\nPolice\nPilot\nTaxi driver\nMafia\nSailor\nPizza man\nBus driver\nFirefighter\nMechanic\nFarmer\nPostman\nTrain driver", "Select Job", "");
}
And for it's responses you could use this.
Here's a little online pawn-ish kit which you can use. (I used that to make that pawn line above^^)
https://app.pawnokit.ru/en/tools/createdialog.html
Easy, but don;t expect us to write enormous amount of lines