24.02.2013, 02:54
I tried to use this, but I got an error for basically every line. Can you tell me what I did wrong?
pawn Код:
if(dialogid == 2)
{
if(!response) return Kick(playerid);
if(response)
{
switch(listitem)
{
case 2:
{
ShowPlayerDialog(playerid,3,2, "What's a good example of a '/do'?{007F46} (2/7)", "/do My hair appears to be brown.\n/do Smiles at Jordan.\n/do Where is Cluckin' Bell?", "Select", "Cancel");
}
else Kick(playerid);
}
}
return 1;
}