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

well this is a "ShowServer Rules Dialog"
pawn Код:
public OnPlayerConnect(playerid)
{
    ShowPlayerDialog(playerid, 4, DIALOG_STYLE_MSGBOX, "Welcome to Takeshis Castle", "/Takeshis Castle Rules/ \n 1)Do Not Use Hacks Or You'll be Banned. \n 2)Report All Sported Bugs. \n 3)Do NOT flame any other member.HTTP \n 4)Do not spam any command. \n 5)Flamming an admin is a bad idea. \n 6)Asking for admin will reduce your chance to be one. \n 7)Don't delete credits.\n 8)Enjoy the Server =)", "Accept", "Quit");
    return 1;
}
If someone press "QUIT" he will be kicked out of server!

this is an example of my "MINI GAME SERVER"
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)