11.02.2012, 06:39
Under OnDialogResponse(or whatever it was.. Im on my phone now) add:
Код:
if(dialogid== LoginDialog) { if(!response) { Kick(playerid); } else { //Do what you want to do when he presses the Login button } }