02.06.2012, 07:00
when you click the first item it sends the message
when you click the second item it kicks you
when you click the second item it kicks you
pawn Код:
if(response)
{
SendClientMessage(playerid, COLOR, "You accepted the rules");
return 1;
}
else if(!response)
{
Kick(playerid)
return 1;
}

