12.01.2012, 22:48
Hmmm
https://sampwiki.blast.hk/wiki/OnDialogResponse
Read that.
This is how you beggin with that
https://sampwiki.blast.hk/wiki/OnDialogResponse
Read that.
This is how you beggin with that
Код HTML:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
switch(dialogid) // Lookup the dialogid
{
case 1:
{
if(!response)
{
SendClientMessage(playerid, 0xFF0000FF, "You cancelled.");
return 1; // We processed it
}
switch(listitem)

