28.02.2010, 11:22
Quote:
Originally Posted by [AC
Etch ]
sorry about that try this : Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == 1) { if(response == 0) { SendClientMessage(playerid,0x008000FF, "Enjoy your stay!"); } if(response == 1) { SendClientMessage(playerid, 0xFF0000FF, "You selected 'Quit', therefore you got kicked. Goodbye!"); Kick(playerid); } return 1; } return 0; } |
But this one gives no error etc. but i still dont get the message, even if i press continu. I wont be kicked at quit and i dont see the message.