[Ajuda] erro 025 na gm
#1

Olб pessoal eu vim aqui para pedir ajuda para vocкs estou com o seguinte erro no meu gm e nгo encontro o erro na gm espero que vocкs me ajudem e desde jб agradeзo.

erro:
pawn Код:
D:\Users\Darth\Downloads\Server Samp\gamemodes\baron.pwn(2794) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
linha do erro:
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[], classid)
Reply
#2

Nгo existe o parametro classid na callback OnDialogResponse

PHP код:
public OnDialogResponse(playeriddialogidresponselistiteminputtext[]) 
Reply
#3

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
@edit
foi mal postei mesmo tempo q o acima
Reply
#4

Quote:
Originally Posted by Cleyson
Посмотреть сообщение
Nгo existe o parametro classid na callback OnDialogResponse

PHP код:
public OnDialogResponse(playeriddialogidresponselistiteminputtext[]) 
ainda continua dando o erro quando eu retiro o callback da Public me diz que nгo setei a classid o que eu posso fazer?
Reply
#5

onde esse classid esta sendo chamado ? Mostre um pedaзo do cуdigo
Reply
#6

Quote:
Originally Posted by Cleyson
Посмотреть сообщение
onde esse classid esta sendo chamado ? Mostre um pedaзo do cуdigo
Aqui

pawn Код:
if(dialogid == DIALOG_SAPW)
    {
        if(!response)
        {
            sSpawn[playerid] = true;
            jaspawnou[playerid] = false;
            SetPVarInt(playerid,"Escolhendo_Classe",1);
            TextDrawHideForPlayer(playerid, _IfemCloseFile);
            TextDrawHideForPlayer(playerid, _IfemCloseLog);
            TextDrawHideForPlayer(playerid, _IfemCloseName);
            TextDrawHideForPlayer(playerid, _IfemCloseVersion);
            TextDrawShowForPlayer(playerid, ProfsTextD[playerid]);
            switch (classid)
            {
                case 0, 1, 2, 3, 4, 5, 6, 7:
                {
                    if (APlayerData[playerid][Sexo] == 0)
                    {
                        TextDrawSetString(ProfsTextD[playerid], "CAMINHONEIRO");
                        UpdatePlayer3DTextLabelText(playerid, DDClass, 0xFF950AFF, "Caminhoneiro");
                    }
                    if (APlayerData[playerid][Sexo] == 1)
                    {
                        TextDrawSetString(ProfsTextD[playerid], "CAMINHONEIRO");
                        UpdatePlayer3DTextLabelText(playerid, DDClass, 0xFF950AFF, "Caminhoneiro");
                    }
                    if (APlayerData[playerid][Sexo] == 2)
                    {
                        TextDrawSetString(ProfsTextD[playerid], "CAMINHONEIRA");
                        UpdatePlayer3DTextLabelText(playerid, DDClass, 0xFF950AFF, "Caminhoneira");
                    }
                    APlayerData[playerid][PlayerClass] = ClassTruckDriver;

                }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)