Compile 26 Error with an LA-RP edit
#8

Quote:
Originally Posted by ATGOggy
Посмотреть сообщение
Add this line to the top of OnPlayerRegister:
PHP код:
new cmd[256], tmp[256]; 
In :
PHP код:
forward OnPlayerRegister(playeridpassword[]); 
?
Or :
PHP код:
        if(dialogid == 1246)
        {
            if(
response == 1)
            {
                if(
strlen(inputtext) < 3)
                {
                    
ShowPlayerDialog(playerid1246DIALOG_STYLE_INPUT,"Try Again, Please Register","The password entered is Too Short!\nType your password below to register a new account.","Register","Quit");
                    return 
1;
                }
                if(
strlen(inputtext) > 20)
                {
                    
ShowPlayerDialog(playerid1246DIALOG_STYLE_INPUT,"Try Again, Please Register","The password entered is too Long!\nType your password below to register a new account.","Register","Quit");
                    return 
1;
                }
                
OnPlayerRegister(playeridinputtext);
            }
            else
            {
                
Kick(playerid); 
Reply


Messages In This Thread
[SOLVED]26 Error while compiling an LA-RP(Rvaen) edit , Help! - by Youssefree - 21.06.2016, 15:50
Re: Compile 26 Error with an LA-RP edit - by Youssefree - 21.06.2016, 17:01
Re: Compile 26 Error with an LA-RP edit - by ATGOggy - 21.06.2016, 17:12
Re: Compile 26 Error with an LA-RP edit - by Youssefree - 21.06.2016, 17:22
Re: Compile 26 Error with an LA-RP edit - by ATGOggy - 21.06.2016, 17:54
Re: Compile 26 Error with an LA-RP edit - by Youssefree - 21.06.2016, 17:57
Re: Compile 26 Error with an LA-RP edit - by ATGOggy - 21.06.2016, 18:06
Re: Compile 26 Error with an LA-RP edit - by Youssefree - 21.06.2016, 18:13
Re: Compile 26 Error with an LA-RP edit - by LondonRP - 21.06.2016, 18:13
Re: Compile 26 Error with an LA-RP edit - by ATGOggy - 21.06.2016, 18:15

Forum Jump:


Users browsing this thread: 2 Guest(s)