16.10.2011, 02:51
Title says all
i got this script
]
i want to make the player get kicked if he press Leave
i got this script
pawn Код:
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_PASSWORD, "Registration", "Enter your password to register", "Ok", "Leave");
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == 1){
if(response){
}
else{
//How to make him Kicked???
}
}
return 0;
}
i want to make the player get kicked if he press Leave