01.06.2012, 15:31
On top of your script, place this:
Then, OnPlayerSpawn, place this
Then, ****** OnPlayerDialogResponse, and ShowPlayerDialog, enter the wikipedia page, understand em, apply them, you're done.
Код:
#define DIALOG_SKILL 5648
Код:
ShowPlayerDialog(playerid, DIALOG_SKILL, DIALOG_STYLE_LIST, "Skill selection", "1. Skill1\n2. Skill2\n3. Skill3", "Select", "Quit");