22.08.2011, 08:42
pawn Code:
if(dialogid == 2)
{
if(!response)
{
SendClientMessage(playerid, COLOR_RED, "You Disagree with the rules, therefore you were kicked");
Kick(playerid);
return 1;
}
}
return 0;
}
If it doesn't work, please paste your whole DialogResponse callback.

