Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

warning 225: unreachable code

$
0
0
Hello there a small problem but idk how to fix it :/

ERROR:-

Code:

warning 225: unreachable code

PHP Code:

public OnPlayerCommandTextplayeridcmdtext[ ] )
{
    if ( !
strcmpcmdtext"/bank" ) )
    if (
IsPlayerInRangeOfPoint(playerid7.02316.6213,-7.3885,26.7422)) return SendClientMessage(playerid, -1"You must be in bank.");
    {
        
INI_ParseFileReturnBankingNameplayerid ), "ParseReceived", .bExtra true, .extra playerid );
        if ( 
fexistReturnBankingNameplayerid ) ) && !P_DATAplayerid ][ P_Logged ] )
            
ShowPlayerDialogplayeridBANK_LOGINDIALOG_STYLE_INPUT""COL_ALL"Banking System: {FFFFFF}Login"""COL_GREY"Please insert the password of your Bank Account""Login""Exit");


        else if ( !
fexistReturnBankingNameplayerid ) ) )
            
ShowPlayerDialogplayeridBANK_CREATEDIALOG_STYLE_MSGBOX""COL_ALL"Banking System""{FFFFFF}You don't have a "COL_ALL"Banking Account{FFFFFF}\nWould you like to create?""Yes""Exit");


        else if ( 
P_DATAplayerid ][ P_Logged ] && !GetPVarIntplayerid"MoneyReceived" ) )
            
ShowPlayerDialogplayeridBANKDIALOG_STYLE_LIST""COL_ALL"Banking System""{FFF1EB}Deposit\n\
                                                                  {FFF1EB}Withdraw\n\
                                                                  {FFF1EB}Transfer\n\
                                                                  {FFF1EB}Account Information\n\
                                                                  {FFF1EB}Banking System Information\n\
                                                                  {FFF1EB}Cancel account\n\
                                                                  {D9997E}Exit"
"Select""");


        else if ( 
P_DATAplayerid ][ P_Logged ] == && GetPVarIntplayerid"MoneyReceived" ) == )
            
ShowPlayerDialogplayeridBANKDIALOG_STYLE_LIST""COL_ALL"Banking System""{FFF1EB}Deposit\n\
                                                                  {FFF1EB}Withdraw\n\
                                                                  {FFF1EB}Transfer\n\
                                                                  {FFF1EB}Account Information\n\
                                                                  {FFF1EB}Banking System Information\n\
                                                                  {FFF1EB}Cancel account\n\
                                                                  {9CFFC2}Receive Transfer\n\
                                                                  {D9997E}Exit"
"Select""");
        return 
1;
    }
    return 
0;



Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>