Who to solve this error?? +rep for helper
#1

Error:
pawn Код:
function "zcmd_OnPlayerCommandText" is not implemented
Code where the error is:
pawn Код:
TRANFER_REC:OnPlayerCommandText( playerid, "/bank");
Bank Command In Zcmd
pawn Код:
CMD:bank(playerid,params[])
    {
        INI_ParseFile( ReturnBankingName( playerid ), "ParseReceived", .bExtra = true, .extra = playerid );
        if ( fexist( ReturnBankingName( playerid ) ) && !PlayerInfo[ playerid ][ P_Logged ] )
            ShowPlayerDialog( playerid, BANK_LOGIN, DIALOG_STYLE_INPUT, ""COL_ALL"Banking System: {FFFFFF}Login", ""COL_GREY"Please insert the password of your Bank Account", "Login", "Exit");


        else if ( !fexist( ReturnBankingName( playerid ) ) )
            ShowPlayerDialog( playerid, BANK_CREATE, DIALOG_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 ( PlayerInfo[ playerid ][ P_Logged ] && !GetPVarInt( playerid, "MoneyReceived" ) )
            ShowPlayerDialog( playerid, BANK, DIALOG_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 ( PlayerInfo[ playerid ][ P_Logged ] == 1 && GetPVarInt( playerid, "MoneyReceived" ) == 1 )
            ShowPlayerDialog( playerid, BANK, DIALOG_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;

    }
Title says all
Reply


Messages In This Thread
Who to solve this error?? +rep for helper - by Danyal - 29.12.2011, 11:01
Re: Who to solve this error?? +rep for helper - by MadeMan - 29.12.2011, 11:06
Re: Who to solve this error?? +rep for helper - by Danyal - 29.12.2011, 11:07
Re: Who to solve this error?? +rep for helper - by James Coral - 29.12.2011, 11:08
Re: Who to solve this error?? +rep for helper - by MadeMan - 29.12.2011, 11:10
Re: Who to solve this error?? +rep for helper - by Danyal - 29.12.2011, 11:15
Re: Who to solve this error?? +rep for helper - by FarSe. - 29.12.2011, 11:21

Forum Jump:


Users browsing this thread: 6 Guest(s)