[Ajuda] Dialog Inventario
#1

PHP код:
C:\Users\Usuario\Desktop\SV\gamemodes\TEST.pwn(1420) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
1 Error

OQUE TEM DE ERRADO
PHP код:
public OnDialogResponse(playeriddialogidlistitem){
    switch(
dialogid) {
        case 
DIALOG_COMPRAR_INVENTARIO: {
            switch(
listitem) {
                case 
0: {
                    
pInfo[playerid][pMochila] = 1;
                    
pInfo[playerid][pMochilaAtiva] = true;
                    return 
true;
                }
                case 
1: {
                    
pInfo[playerid][pMochila] = 2;
                    
pInfo[playerid][pMochilaAtiva] = true;
                    return 
true;
                }
                case 
2: {
                    
pInfo[playerid][pMochila] = 3;
                    
pInfo[playerid][pMochilaAtiva] = true;
                    return 
true;
                }
            }
        }
    }
    return 
1;

Reply


Messages In This Thread
Dialog Inventario - by JuniorTheDM - 03.07.2015, 00:21
Re: Dialog Inventario - by riajedA - 03.07.2015, 00:24
Re: Dialog Inventario - by LockedLucas - 03.07.2015, 00:25
Re: Dialog Inventario - by JuniorTheDM - 03.07.2015, 00:29
Re: Dialog Inventario - by NikiFor - 03.07.2015, 00:31
Re: Dialog Inventario - by JuniorTheDM - 03.07.2015, 00:33
Re: Dialog Inventario - by NikiFor - 03.07.2015, 00:35
Re: Dialog Inventario - by ipsLuan - 03.07.2015, 00:35
Re: Dialog Inventario - by Bruno13 - 03.07.2015, 19:44

Forum Jump:


Users browsing this thread: 2 Guest(s)