30.07.2011, 06:17
pawn Код:
if(dialogid == 2)
{
switch(listitem)
{
case 0:
{
ShowPlayerDialog(playerid,3,DIALOG_STYLE_INPUT,"Red County Citizenship","Enter your password below:","Register","Leave");
return 1;
}
case 1:
{
SendClientMessage(playerid, RED,"You chose to quit!");
Kick(playerid);
}
}
}