OnDialogResponse Errors
#3

Quote:
Originally Posted by Alureon
Посмотреть сообщение
Try this, sorry about the indentation.
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(response)
    {
        switch(dialogid)
        {
            case teleports:// Our dialog!
            {
                switch(listitem)// Checking which listitem was selected
                {
                    case 0:
                    {
                    return cmd_stunts(playerid, "");
                    }
                    case 1:
                    {
                    return cmd_deathmatches(playerid, "");
                    }
                    case 2:
                    {
                    return cmd_parkours(playerid, "");
                    }
                    case 3:
                    {
                    return cmd_roleplays(playerid, "");
                    }
                }
            }
        }
    }

    return 1;
}
C:\Users\EASYHOME\Desktop\UniverseOfStunting\gamem odes\UoS.pwn(7312) : error 035: argument type mismatch (argument 2)
C:\Users\EASYHOME\Desktop\UniverseOfStunting\gamem odes\UoS.pwn(7316) : error 035: argument type mismatch (argument 2)
C:\Users\EASYHOME\Desktop\UniverseOfStunting\gamem odes\UoS.pwn(7320) : error 035: argument type mismatch (argument 2)
C:\Users\EASYHOME\Desktop\UniverseOfStunting\gamem odes\UoS.pwn(7324) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Reply


Messages In This Thread
OnDialogResponse Errors - by Swyft™ - 17.12.2011, 17:50
Re: OnDialogResponse Errors - by Alureon - 17.12.2011, 18:01
Re: OnDialogResponse Errors - by Swyft™ - 17.12.2011, 18:13
Re: OnDialogResponse Errors - by Alureon - 17.12.2011, 18:20
Re: OnDialogResponse Errors - by Swyft™ - 17.12.2011, 18:26
Re: OnDialogResponse Errors - by vassilis - 17.12.2011, 18:27
Re: OnDialogResponse Errors - by Alureon - 17.12.2011, 18:29
Re: OnDialogResponse Errors - by Swyft™ - 17.12.2011, 18:30
Re: OnDialogResponse Errors - by vassilis - 17.12.2011, 18:31
Re: OnDialogResponse Errors - by Swyft™ - 17.12.2011, 18:32

Forum Jump:


Users browsing this thread: 1 Guest(s)