[HELP]Dialog Errors
#1

REMOVE PLEASE THE PROBLEM IS SLOVED
Reply
#2

Hmmm
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)
Reply
#3

Thank you i sloved the problem the only thing i needed is to add a bracket at the end xD
Reply
#4

Hehe no problem.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)