C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\filterscripts\sistema_login.pwn(129) : error 076: syntax error in the expression, or invalid function call
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\filterscripts\sistema_login.pwn(130) : error 028: invalid subscript (not an array or too many subscripts): "InfosJogador"
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\filterscripts\sistema_login.pwn(130) : warning 215: expression has no effect
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\filterscripts\sistema_login.pwn(130) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\filterscripts\sistema_login.pwn(130) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\filterscripts\sistema_login.pwn(130) : fatal error 107: too many error messages on one line
if(dialogid == DIALOG_REGISTRO)
{
DOF2_CreateFile(Contas); //<~~~~ Linha 129
InfosJogador[playerid][Senha] = inputtext; //<~~~~ E linha 130
DOF2_SetString(Contas,"Senha",inputtext);
ShowPlayerDialog(playerid,DIALOG_SEXO,DIALOG_STYLE_LIST,"Qual й o seu GКNERO?","MASCULINO - Skin masculina\nFEMININO - Skin feminina","ESCOLHER","Sair");
}
if(dialogid == DIALOG_REGISTRO) { new str[128]; format(str,sizeof(str),"%s",inputtext); DOF2_CreateFile(Contas); //<~~~~ Linha 129 InfosJogador[playerid][Senha] = str; //<~~~~ E linha 130 DOF2_SetString(Contas,"Senha",str); ShowPlayerDialog(playerid,DIALOG_SEXO,DIALOG_STYLE_LIST,"Qual й o seu GКNERO?","MASCULINO - Skin masculina\nFEMININO - Skin feminina","ESCOLHER","Sair"); }
Код:
if(dialogid == DIALOG_REGISTRO) { new str[128]; format(str,sizeof(str),"%s",inputtext); DOF2_CreateFile(Contas); //<~~~~ Linha 129 InfosJogador[playerid][Senha] = str; //<~~~~ E linha 130 DOF2_SetString(Contas,"Senha",str); ShowPlayerDialog(playerid,DIALOG_SEXO,DIALOG_STYLE_LIST,"Qual й o seu GКNERO?","MASCULINO - Skin masculina\nFEMININO - Skin feminina","ESCOLHER","Sair"); } |
if(dialogid == DIALOG_REGISTRO)
{
DOF2_CreateFile(Contas); //<~~~~ Linha 129
DOF2_SetString(Contas,"Senha",inputtext);
InfosJogador[playerid][Senha] = DOF2_GetString(Contas,"Senha");
ShowPlayerDialog(playerid,DIALOG_SEXO,DIALOG_STYLE_LIST,"Qual й o seu GКNERO?","MASCULINO - Skin masculina\nFEMININO - Skin feminina","ESCOLHER","Sair");
}
Код:
if(dialogid == DIALOG_REGISTRO) { new str[128]; format(str,sizeof(str),"%s",inputtext); DOF2_CreateFile(Contas); //<~~~~ Linha 129 InfosJogador[playerid][Senha] = str; //<~~~~ E linha 130 DOF2_SetString(Contas,"Senha",str); ShowPlayerDialog(playerid,DIALOG_SEXO,DIALOG_STYLE_LIST,"Qual й o seu GКNERO?","MASCULINO - Skin masculina\nFEMININO - Skin feminina","ESCOLHER","Sair"); } |
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\filterscripts\sistema_login.pwn(129) : error 076: syntax error in the expression, or invalid function call
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\filterscripts\sistema_login.pwn(130) : error 076: syntax error in the expression, or invalid function call
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\filterscripts\sistema_login.pwn(131) : error 028: invalid subscript (not an array or too many subscripts): "InfosJogador"
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\filterscripts\sistema_login.pwn(131) : warning 215: expression has no effect
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\filterscripts\sistema_login.pwn(131) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\filterscripts\sistema_login.pwn(131) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\filterscripts\sistema_login.pwn(131) : fatal error 107: too many error messages on one line
stock Contas(playerid)
{
new Ficheiro[28],Nome[MAX_PLAYER_NAME];
GetPlayerName(playerid,Nome,28);
format(Ficheiro,28,"Contas/%.ini",Nome);
}
if(dialogid == DIALOG_REGISTRO) { DOF2_CreateFile(Contas(playerid)); //<~~~~ Linha 129 DOF2_SetString(Contas(playerid),"Senha",inputtext); InfosJogador[playerid][Senha] = DOF2_GetString(Contas(playerid),"Senha"); ShowPlayerDialog(playerid,DIALOG_SEXO,DIALOG_STYLE_LIST,"Qual й o seu GКNERO?","MASCULINO - Skin masculina\nFEMININO - Skin feminina","ESCOLHER","Sair"); }
stock Contas(playerid)
{
new Ficheiro[36], Nome[MAX_PLAYER_NAME];
GetPlayerName(playerid, Nome, MAX_PLAYER_NAME);
return format(Ficheiro, 36, "Contas/%s.ini", Nome), Ficheiro;
}
Код:
if(dialogid == DIALOG_REGISTRO) { DOF2_CreateFile(Contas(playerid)); //<~~~~ Linha 129 DOF2_SetString(Contas(playerid),"Senha",inputtext); InfosJogador[playerid][Senha] = DOF2_GetString(Contas(playerid),"Senha"); ShowPlayerDialog(playerid,DIALOG_SEXO,DIALOG_STYLE_LIST,"Qual й o seu GКNERO?","MASCULINO - Skin masculina\nFEMININO - Skin feminina","ESCOLHER","Sair"); } |
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\filterscripts\sistema_login.pwn(130) : error 028: invalid subscript (not an array or too many subscripts): "InfosJogador"
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\filterscripts\sistema_login.pwn(130) : warning 215: expression has no effect
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\filterscripts\sistema_login.pwn(130) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\filterscripts\sistema_login.pwn(130) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Kieryce\Desktop\HeyHoLeysGo Trabalhos\filterscripts\sistema_login.pwn(130) : fatal error 107: too many error messages on one line
if(dialogid == DIALOG_REGISTRO)
{
DOF2_CreateFile(Contas(playerid));
InfosJogador[playerid][Senha] = inputtext; //<~~~~ Linhas dos erros! (130)
ShowPlayerDialog(playerid,DIALOG_SEXO,DIALOG_STYLE_LIST,"Qual й o seu GКNERO?","MASCULINO - Skin masculina\nFEMININO - Skin feminina","ESCOLHER","Sair");
}
enum InfosJogador
{
Senha,
Score,
Dinheiro,
Skin,
Matou,
Morreu,
PerdeuSenha,
}