29.08.2013, 17:50
Hi,so basicly i don't knwo right function or why thsi ain't wokring:
When i click the 2nd one it doesn't kick me
Код:
if(dialogid == 3)
{
if(response)
{
SendClientMessage(playerid, 0x33AA33AA, "Thanks for Accepting");
}
else
{
SendClientMessage(playerid, 0xAA3333AA, "Need to accept the rules to play here");
Kick(playerid);
return 1;


