How to kick a player if he/she declines rules?
#2

use the [pawn] /pawn] tags next time.

and i made the code more clear to read

pawn Код:
if(dialogid == 8) {
        if(response) {
            SendClientMessage(playerid,0xFB0000FF,"You accepted our rules yayayayayayaya");
        }
        else if(response == 0) {
            SendClientMessage(playerid,0xFB0000FF,"Piss off");
            Kick(playerid);
        }
    }
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)