28.02.2010, 11:15
(
Последний раз редактировалось aircombat; 08.04.2011 в 09:56.
)
sorry about that try this :
that should work
________
FREE KMART GIFT CARDS
Код:
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; }
________
FREE KMART GIFT CARDS