Warning 225: unreachable code
#3

Try

PHP код:
if(dialogid == DIALOG_LOGIN+1
{
         if(
response)
         {
            if(
strlen(inputtext) < || strlen(inputtext) > 16 || !strlen(inputtext)){
            return 
ShowPlayerLoginDialog(playeridgPlayerAccount[playerid]);
            new 
password[64];
            
strmid(passwordinputtext0strlen(inputtext), 255);
            
Encrypt(password);
            
OnPlayerRegister(playerid,password);
        }
        else
        {
            
SendClientMessage(playeridCOLOR_YELLOW"[!] "#C_WHITE" msg ");
            
Kick(playerid); 
return 1;
PHP код:
}
    }

PHP код:
if(dialogid == DIALOG_LOGIN+1
{
         if(
response)
         {
            if(
strlen(inputtext) < || strlen(inputtext) > 16 || !strlen(inputtext)){
            return 
ShowPlayerLoginDialog(playeridgPlayerAccount[playerid]);
            new 
password[64];
            
strmid(passwordinputtext0strlen(inputtext), 255);
            
Encrypt(password);
            
OnPlayerRegister(playerid,password);
        }
        else
        {
            
SendClientMessage(playeridCOLOR_YELLOW"[!] "#C_WHITE" msg ");
            
Kick(playerid); 
return 1;
PHP код:
}
    } 
Clear Line Red
Reply


Messages In This Thread
Warning 225: unreachable code - by Donggyu - 28.02.2017, 13:43
Re: Warning 225: unreachable code - by Toroi - 28.02.2017, 13:51
Respuesta: Warning 225: unreachable code - by Eloy - 28.02.2017, 14:22

Forum Jump:


Users browsing this thread: 1 Guest(s)