[Ajuda] trocar senha / mudar nick
#4

pawn Код:
C:\Documents and Settings\Don_Speed\Desktop\samp03csvr_R5_win32\gamemodes\Thug3.0.pwn(40927) : warning 213: tag mismatch
C:\Documents and Settings\Don_Speed\Desktop\samp03csvr_R5_win32\gamemodes\Thug3.0.pwn(44690) : error 010: invalid function or declaration
C:\Documents and Settings\Don_Speed\Desktop\samp03csvr_R5_win32\gamemodes\Thug3.0.pwn(44692) : error 010: invalid function or declaration
C:\Documents and Settings\Don_Speed\Desktop\samp03csvr_R5_win32\gamemodes\Thug3.0.pwn(44698) : error 010: invalid function or declaration
C:\Documents and Settings\Don_Speed\Desktop\samp03csvr_R5_win32\gamemodes\Thug3.0.pwn(44702) : error 010: invalid function or declaration
C:\Documents and Settings\Don_Speed\Desktop\samp03csvr_R5_win32\gamemodes\Thug3.0.pwn(44704) : error 010: invalid function or declaration
C:\Documents and Settings\Don_Speed\Desktop\samp03csvr_R5_win32\gamemodes\Thug3.0.pwn(45327) : warning 235: public function lacks forward declaration (symbol "PDetranA")
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


5 Errors.
pawn Код:
if(dialogid == 405)
        {
                if(listitem == 0)
                {
                ShowPlayerDialog(playerid, 0, DIALOG_STYPE_INPUT,"Mudar Nick","Novo Nick:","Trocar","Sair");
                format(string, sizeof(str),"%s",inputtext);
                SetPlayerName(playerid, string);
                }
                if(dialogid == 1)
                {
                ShowPlayerDialog(playerid, 1, DIALOG_STYPE_INPUT,"Mudar Senha","Nova Senha:","Trocar","Sair");
                format(string, sizeof(str),"%s.ini",i);
                return 1;
               }
        return 1;
}
Reply


Messages In This Thread
[Ajuda] trocar senha / mudar nick - by Don_Speed - 14.10.2011, 15:04
Re: trocar senha / mudar nick - by WLSF - 14.10.2011, 15:07
Re: [Ajuda] trocar senha / mudar nick - by [O.z]Caroline - 14.10.2011, 15:09
Re: [Ajuda] trocar senha / mudar nick - by Don_Speed - 14.10.2011, 15:25
Re: [Ajuda] trocar senha / mudar nick - by [O.z]Caroline - 14.10.2011, 15:32
Re: [Ajuda] trocar senha / mudar nick - by Don_Speed - 14.10.2011, 15:40
Re: [Ajuda] trocar senha / mudar nick - by [O.z]Caroline - 14.10.2011, 20:51
Re: [Ajuda] trocar senha / mudar nick - by Don_Speed - 14.10.2011, 21:07
Re: [Ajuda] trocar senha / mudar nick - by [O.z]Caroline - 15.10.2011, 00:31
Re: [Ajuda] trocar senha / mudar nick - by ceesar90 - 15.10.2011, 00:36

Forum Jump:


Users browsing this thread: 6 Guest(s)