30.12.2012, 21:15
Iaew manolada, da uns help aew?
Eu to fazendo um FS aqui de Sistema de Registro e eu praticamente terminei ele, mas tem uns erros aqui atrapalhando! Eu queria que vocкs dessem uma olhada pra mim pra ver oque ta errado, passei muito tempo tentando resolver e num consigo NEM A PAU!
ERROS:
LINHAS:
Eu to fazendo um FS aqui de Sistema de Registro e eu praticamente terminei ele, mas tem uns erros aqui atrapalhando! Eu queria que vocкs dessem uma olhada pra mim pra ver oque ta errado, passei muito tempo tentando resolver e num consigo NEM A PAU!
ERROS:
pawn Код:
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
pawn Код:
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");
}