SA-MP Forums Archive
ERRORS: AUTO-LOGIN - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: ERRORS: AUTO-LOGIN (/showthread.php?tid=629493)



ERRORS: AUTO-LOGIN - Thanks - 27.02.2017

EDITED: 2 ERROS.. I Edited everything

Код:
error 010: invalid function or declaration
 error 010: invalid function or declaration
PHP код:
}
    else
    {
        
ShowPlayerDialog(playeridDIALOG_REGISTERDIALOG_STYLE_INPUT,""COL_WHITE"{00E4FF}Complete Registering..",""COL_WHITE"{05A9D5}Hi Dear? Welcome to {05D5BC}Multi-Games Server {05BCD5}There a rules at Server Please Follow it\n\n{05BCD5}Thank you for joining our server\n\n{FD0000}Founder {FFFFFF}= {36FF00}Harry ","{00E4FF}Register","{FF0000}Quit");
        
SendClientMessage(playerid,COLOR_YELLOW,"This account is not registered");
        
SendClientMessage(playerid,COLOR_YELLOW,"Please register it by typing your password in register dialog.");
    }
    return 
1;

The problem with ELSE + Return 1;


Re: ERRORS: AUTO-LOGIN - Ryan50 - 27.02.2017

Copy and Pasted will not help your problem


https://sampforum.blast.hk/showthread.php?tid=589891


Re: ERRORS: AUTO-LOGIN - Thanks - 27.02.2017

heeeelp


Re: ERRORS: AUTO-LOGIN - Ryan50 - 27.02.2017

Quote:
Originally Posted by Thanks
Посмотреть сообщение
heeeelp
Maybe post the code you already had it?