29.08.2013, 20:44
pawn Код:
if(dialogid == 3)
{
if(response)
{
SendClientMessage(playerid, 0x33AA33AA, "Thanks for Accepting");
}
if(!response)
{
SendClientMessage(playerid, 0xAA3333AA, "Need to accept the rules to play here");
Kick(playerid);
}
return 1;
Try this

