09.04.2015, 12:33
Try this:
pawn Code:
public OnPlayerSpawn(playerid)
{
ShowPlayerDialog(playerid,DIALOG_CLASS,DIALOG_STYLE_LIST,"Class selection:","(100 score required)\n(300 score required)\n(500 score required)\n(1000 score required)","Choose","");
return 1;
}