14.10.2011, 15:25
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;
}