Register problem
#5

Quote:
Originally Posted by Scriptissue
Посмотреть сообщение
PHP код:
modes\RP.pwn(239) : error 017undefined symbol "pfile"
C:\Documents and Settings\\My Documents\Downloads\samp03bsvr_R2_win32\gamemodes\RP.pwn(239) : error 017undefined symbol "pfile"
C:\Documents and Settings\\My Documents\Downloads\samp03bsvr_R2_win32\gamemodes\RP.pwn(239) : error 029invalid expressionassumed zero
C
:\Documents and Settings\\My Documents\Downloads\samp03bsvr_R2_win32\gamemodes\RP.pwn(239) : fatal error 107too many error messages on one line 
What now ?
This is the script :
PHP код:
GetPlayerName(playerid,playername,sizeof(playername));
Line 239 format(pfile,sizeof(pfile),"Users/%s.ini",playername);
if(
dini_Exists(pfile)){
ShowPlayerDialog(playerid,1,DIALOG_STYLE_INPUT,"Register","Type your password here:","Register","Cancel");
}
 
else (
ShowPlayerDialog(playerid,2,DIALOG_STYLE_INPUT,"Login","Type your password here:","Login","Cancel");)
}
if(
dialogid == 2){
if(
response){
if(
20 strlen(inputtext) || strlen(inputtext) < 5){
SendClientMessage(playerid,0xAA3333AA,"Short password, has to be upto 5-20 characters !");
ShowPlayerDialog(playerid,2,DIALOG_STYLE_INPUT,"Login","Type your password here :","Login","Cancel");}
else {
if(!
strcmp(inputtext,dini_Get(pfile,"Password"),true)) {
dini_Get(pfile,"BlaBla");
dini_Get(pfile,"BlaBla1");
dini_Get(pfile,"BlaBla2");
dini_Get(pfile,"BlaBla3");
dini_Get(pfile,"BlaBla4");
dini_Get(pfile,"BlaBla5");
dini_Get(pfile,"BlaBla6");
dini_Get(pfile,"BlaBla7");
dini_Get(pfile,"BlaBla8l");
dini_Get(pfile,"BlaBla9");
GetPlayerName(playeridplayernamesizeof(playername));
else {
SendClientMessage(playerid0xAA3333AA"Wrong password !");
ShowPlayerDialog(playerid,2,DIALOG_STYLE_INPUT,"Login","Type your password here :","Login","Cancel");}
}
}
else {
Kick(playerid);
}
return 
1;

pawn Код:
new pFile;
Also, this is not PHP code. Use the tags below.
Код:
[pawn*] [*/pawn]
Without the *
Reply


Messages In This Thread
Register problem - by Scriptissue - 27.09.2010, 12:24
Re: Register problem - by Mikkel_Pedersen - 27.09.2010, 12:37
Re: Register problem - by [4k]Wang - 27.09.2010, 12:56
Re: Register problem - by Scriptissue - 27.09.2010, 16:33
Re: Register problem - by Scenario - 27.09.2010, 17:00

Forum Jump:


Users browsing this thread: 4 Guest(s)